DO NOT REPLY [Bug 45860] Optional classpath entry support for FTP task

2009-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45860 --- Comment #9 from Stefan Bodewig 2009-08-27 07:43:35 PDT --- it is supposed to work without any nested classpath if the jars are in ANT_HOME/lib, so this is a bug. Most likely mustSplit returns true even if it should not. Will look i

DO NOT REPLY [Bug 45860] Optional classpath entry support for FTP task

2009-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45860 --- Comment #8 from Greg Roodt 2009-08-27 06:51:13 PDT --- Thanks Stefan. The reason I was trying without ant-commons-net.jar was because I saw it already in ANT_HOME/lib. Revision 808398 works for me with a nested classpath of: ant-com

DO NOT REPLY [Bug 45860] Optional classpath entry support for FTP task

2009-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45860 Stefan Bodewig changed: What|Removed |Added Target Milestone|--- |1.8.0 --- Comment #7 from Stefa

DO NOT REPLY [Bug 45860] Optional classpath entry support for FTP task

2009-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45860 --- Comment #6 from Greg Roodt 2009-08-27 04:54:32 PDT --- Thanks Stefan. I've checked out revision 808350, updated defaults.properties to use FTPTask and built ant. When I try to run with a nested classpath WITHOUT ant-commons-net.jar

DO NOT REPLY [Bug 45860] Optional classpath entry support for FTP task

2009-08-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45860 --- Comment #5 from Stefan Bodewig 2009-08-27 03:17:16 PDT --- svn revision 808350 contains the code in a further modified manner (basically I've shuffled around some code to make diffs against FTP.java easier to read) with support for a

DO NOT REPLY [Bug 45860] Optional classpath entry support for FTP task

2009-07-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45860 Stefan Bodewig changed: What|Removed |Added Keywords||PatchAvailable -- Configure

DO NOT REPLY [Bug 45860] Optional classpath entry support for FTP task

2008-10-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45860 --- Comment #4 from Robert Flaherty <[EMAIL PROTECTED]> 2008-10-21 22:48:14 PST --- My need was to get FTP to work without adding jars to %ANT_HOME%/lib or ${user.home}/.ant/lib, but rather use jars relative to my project so that each

DO NOT REPLY [Bug 45860] Optional classpath entry support for FTP task

2008-10-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45860 --- Comment #3 from Stefan Bodewig <[EMAIL PROTECTED]> 2008-10-21 20:43:19 PST --- I don't think there is a clean way to do it since the class doesn't have any access to 's classpath at all. One option may be to hard code the supporte

DO NOT REPLY [Bug 45860] Optional classpath entry support for FTP task

2008-10-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45860 --- Comment #2 from Greg Roodt <[EMAIL PROTECTED]> 2008-10-21 09:25:33 PST --- I have had a rough go at extracting out the direct dependencies on commons-net into a delegate. I have run into a snag - the FTPTask.LanguageCode.getValidLan

DO NOT REPLY [Bug 45860] Optional classpath entry support for FTP task

2008-10-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45860 --- Comment #1 from Greg Roodt <[EMAIL PROTECTED]> 2008-10-21 09:20:57 PST --- Created an attachment (id=22762) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22762) FTPTask extracted out into delegate. -- Configure bugma

DO NOT REPLY [Bug 45860] Optional classpath entry support for FTP task

2008-10-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45860 Robert Flaherty <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTEC