Building WOProject

From: JR Ruggentaler (j..pv.com)
Date: Tue Feb 25 2003 - 12:28:03 EST

  • Next message: Ulrich Köster: "Re: Building WOProject"

    I seem to be missing a ant jar when I try to build WOProject.

    Kind Status Priority Description Resource In Folder
    Location
    Error This compilation unit indirectly references the
    missing type org.apache.tools.ant.Task (typically some required class file
    is referencing a type outside the classpath) AntStringUtils.java
    woproject/src/java/org/objectstyle/woproject/ant line 0

    Here is my current .classpath.

    <?xml version="1.0" encoding="UTF-8"?>
    <classpath>
        <classpathentry kind="src" path="src"/>
        <classpathentry kind="con"
    path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="lib" path="lib/eclipse/antsupport.jar"/>
        <classpathentry kind="lib" path="lib/jmechanic/jmechanic.jar"/>
        <classpathentry kind="lib" path="lib/cayenne-1.0a5x.jar"/>
        <classpathentry kind="lib" path="lib/commons-logging.jar"/>
        <classpathentry kind="lib" path="lib/jdom-b8.jar"/>
        <classpathentry kind="lib" path="lib/junit-3.8.1.jar"/>
        <classpathentry kind="lib" path="lib/log4j-1.2.7.jar"/>
        <classpathentry kind="lib" path="lib/eclipse/boot.jar"/>
        <classpathentry kind="lib" path="lib/eclipse/dtcore.jar"/>
        <classpathentry kind="lib" path="lib/eclipse/dtui.jar"/>
        <classpathentry kind="lib" path="lib/eclipse/externaltools.jar"/>
        <classpathentry kind="lib" path="lib/eclipse/jdiui.jar"/>
        <classpathentry kind="lib" path="lib/eclipse/jdt.jar"/>
        <classpathentry kind="lib" path="lib/eclipse/jdtcore.jar"/>
        <classpathentry kind="lib" path="lib/eclipse/launching.jar"/>
        <classpathentry kind="lib" path="lib/eclipse/resources.jar"/>
        <classpathentry kind="lib" path="lib/eclipse/runtime.jar"/>
        <classpathentry kind="lib" path="lib/eclipse/search.jar"/>
        <classpathentry kind="lib" path="lib/eclipse/swt.jar"/>
        <classpathentry kind="lib" path="lib/eclipse/workbench.jar"/>
        <classpathentry kind="lib" path="lib/eclipse/xercesImpl.jar"/>
        <classpathentry kind="lib" path="lib/eclipse/xmlParserAPIs.jar"/>
        <classpathentry kind="output" path="bin"/>
    </classpath>

    Anyone know where I can find org.apache.tools.ant.Task?

    J.R.



    This archive was generated by hypermail 2.0.0 : Tue Feb 25 2003 - 12:30:50 EST