[ http://jira.codehaus.org/browse/JIBX-113?page=comments#action_66072 ] 

mark van holsteijn commented on JIBX-113:
-----------------------------------------

This is the reproduction ant build file. Please set jibx.home as a property to 
point to the jibx installation directory.

<project default="jibx">

        <path id="mypath">
                <pathelement location="${jibx.home}/lib/jibx-bind.jar"/>
                <pathelement location="${jibx.home}/lib/jibx-run.jar"/>
        </path>
        
        
        <target name="jibx">
                <property name="mp" refid="mypath"/>
                <echo message="${mp}"/>
                
            <taskdef name="jibx" 
                classname="org.jibx.binding.ant.CompileTask" 
                classpathref="mypath"/>
        </target>

</project>

> The JIBX bind task definition cannot be loaded using ant taskdef
> ----------------------------------------------------------------
>
>          Key: JIBX-113
>          URL: http://jira.codehaus.org/browse/JIBX-113
>      Project: JiBX
>         Type: Bug

>   Components: Generator Tools
>     Versions: JiBX 1.0
>  Environment: Ant 1.6.1,  Ant 1.6.1 & Maven 1.0.2, JDK 1.4.2_08, JIBX 
>     Reporter: mark van holsteijn
>  Attachments: build.xml
>
>
> The JIBX bind task definition cannot be loaded using ant taskdef. 
> The error message produced by Ant is the following: 
> Taskdef A class needed by class org.jibx.binding.ant.CompileTask cannot be 
> found: org/apache/tools/ant/Task
> We have tried putting all the ant libraries on the taskdef classpath, but to 
> no avail.
> Attached you will find the build.xml that will allow you to reprodcue the 
> error..

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
jibx-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to