Re: Optional classpath entry support for FTP task

2008-09-25 Thread Nan Null
I haven't found the solution to this, however, I pass the following to the ant command as a parameter -lib \commons-net-1.4.1.jar -lib \jakarta-oro-2.0.8.jar If you find your solution, please let me know. The problem I think is that ftp task was defined already in a parent classloader. If you d

Optional classpath entry support for FTP task

2008-09-23 Thread Greg Roodt
Hi I would like to specify the jar locations for the optional FTP task in the build.xml, in the same way that it can be done for the JUnit task. Does anybody know if this can be done? My initial investigations show that the commons-net and oro jars must be added into ANT_HOME/lib or .ant/lib or