Antlib for Axis Task Broken
---------------------------
Key: AXIS-2167
URL: http://issues.apache.org/jira/browse/AXIS-2167
Project: Apache Axis
Type: Bug
Components: WSDL processing
Versions: 1.2.1
Environment: Windows XP Service Pack 2
Apache Ant 1.6.4
Java 5.0
Reporter: John Gibson
Priority: Minor
The antlib xml file for the axis task does not work. However, a couple of
fixes are all that is necessary.
First of all the antlib xml file is in the wrong location in axis-tasks.jar:
It currently is: org/apache/axis.xml and it should be:
org/apache/axis/antlib.xml
Second there are a few bugs in the file itself:
The last two typedefs are:
<typedef name="foreach"
classname="org.apache.axis.tools.ant.foreach.ForeachTask.java"/>
<typedef name="runaxisfunctionaltests"
classname="org.apache.axis.tools.ant.axis.RunAxisFunctionalTests"/>
and they should be:
<typedef name="foreach"
classname="org.apache.axis.tools.ant.foreach.ForeachTask"/>
<typedef name="runaxisfunctionaltests"
classname="org.apache.axis.tools.ant.axis.RunAxisFunctionalTestsTask"/>
I made these changes in my own environment and it fixed the problem.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira