You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "John Gibson (JIRA)" <ax...@ws.apache.org> on 2005/08/06 04:49:35 UTC

[jira] Created: (AXIS-2167) Antlib for Axis Task Broken

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


[jira] Resolved: (AXIS-2167) Antlib for Axis Task Broken

Posted by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-2167?page=all ]
     
Davanum Srinivas resolved AXIS-2167:
------------------------------------

    Resolution: Fixed

Applied fix.

thanks,
dims

> 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