DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9922>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9922
Core Task "Input" not found within release 1.4.1
Summary: Core Task "Input" not found within release 1.4.1
Product: Ant
Version: 1.4.1
Platform: PC
OS/Version: Windows NT/2K
Status: NEW
Severity: Blocker
Priority: Other
Component: Core tasks
AssignedTo: ant-dev@jakarta.apache.org
ReportedBy: tenhor@ec.rockwell.com
The "input" default task is not implemented within the 1.4.1 build. Either the
documentation is wrong, or it isn't included and should be.
Using the simple examples provided in the documentation will return errors.
Running in verbose mode returns:
C:\ServletExec\se-expresso\webapps\default\wpa\build.xml:57: Could not create
task of type: input. Common solutions are to use taskdef to declare your task,
or, if this is an optional task, to put the optional.jar in the lib directory
of your ant installation (ANT_HOME).
at org.apache.tools.ant.UnknownElement.makeTask(UnknownElement.java:153)
at org.apache.tools.ant.UnknownElement.maybeConfigure
(UnknownElement.java:83)
at org.apache.tools.ant.Task.perform(Task.java:216)
at org.apache.tools.ant.Target.execute(Target.java:184)
at org.apache.tools.ant.Target.performTasks(Target.java:202)
at org.apache.tools.ant.Project.executeTarget(Project.java:601)
at org.apache.tools.ant.Project.executeTargets(Project.java:560)
at org.apache.tools.ant.Main.runBuild(Main.java:454)
at org.apache.tools.ant.Main.start(Main.java:153)
at org.apache.tools.ant.Main.main(Main.java:176)
Case didn't make a difference, so "Input" didn't work either.
--
To unsubscribe, e-mail: <mailto:ant-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-dev-help@jakarta.apache.org>
|