Re: Add optional classpath support to FTP task - Bug 45860

2008-10-13 Thread Stefan Bodewig
On Wed, 1 Oct 2008, Greg Roodt <[EMAIL PROTECTED]> wrote: > I have made a very basic attempt at refactoring the FTPTask to > delegate to an FTPTaskMirror. It compiles fine, except for one > problem. I am stuck with an elegant solution to the > getValidLanguageCodes() call in the LanguageCode stati

Re: Add optional classpath support to FTP task - Bug 45860

2008-10-01 Thread Greg Roodt
Hi I have made a very basic attempt at refactoring the FTPTask to delegate to an FTPTaskMirror. It compiles fine, except for one problem. I am stuck with an elegant solution to the getValidLanguageCodes() call in the LanguageCode static class. Any ideas, suggestions or offers of help? ;) Cheers

Re: Add optional classpath support to FTP task - Bug 45860

2008-09-26 Thread Greg Roodt
Ok, Thanks for the info Stefan. I will take a look at the JUnitTask refactor, and see if I can do something similar for the FTPTask. On Thu, Sep 25, 2008 at 12:35 PM, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Thu, 25 Sep 2008, Greg Roodt <[EMAIL PROTECTED]> wrote: > >> I have downloaded th

Re: Add optional classpath support to FTP task - Bug 45860

2008-09-25 Thread Stefan Bodewig
On Thu, 25 Sep 2008, Greg Roodt <[EMAIL PROTECTED]> wrote: > I have downloaded the source and am starting to get familiar with > it, but before I go too far I want to know if this is > possible/desirable for Ant. Possible, probably, but non trivial. The FTP class depends strongly on commons-net,

Add optional classpath support to FTP task - Bug 45860

2008-09-25 Thread Greg Roodt
Hi I have raised a bug/enhancement for classpath element support for the FTP task. https://issues.apache.org/bugzilla/show_bug.cgi?id=45860 I have downloaded the source and am starting to get familiar with it, but before I go too far I want to know if this is possible/desirable for Ant. I have se