This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Accessing ant libraries from a projectryan.campbell Dec 12, 2005 2:00 PM (in response to ovidiu.feodorov)I guess javac's includeAntRuntime didn't work? Did you try compliing without altering the classpath first? 
 Otherwise, you would ideally use the ${apache.ant.classpath} from thirdparty/libraries.ent. Ruel, how do we add additional jars to this ant classpath since it doesn't come from build/build-thirdparty.xml?
- 
        2. Re: Accessing ant libraries from a projectovidiu.feodorov Dec 12, 2005 4:24 PM (in response to ovidiu.feodorov)No, includeAntRuntime does the trick. No need to include ant jars by hand. Thanks. 
 
    