can filesets be stored in a properties file?

2007-06-08 Thread caleysoldman
hi folx, is it possible to use the refid of a fileset that is stored in a properties file? if so, how?? i am new to ant and to java. i have successfully created a build that uses one of two properties files based on a variable that is passed at the command line via -D option. now i would like t

svn commit: r545532 - /ant/core/trunk/docs/manual/OptionalTasks/script.html

2007-06-08 Thread peterreilly
Author: peterreilly Date: Fri Jun 8 08:29:04 2007 New Revision: 545532 URL: http://svn.apache.org/viewvc?view=rev&rev=545532 Log: add another example to

DO NOT REPLY [Bug 42609] - ant.bat -noclasspath in ANT_ARGS should clearclasspath

2007-06-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Classloader problems

2007-06-08 Thread Kevin Jackson
Hi, Initially I was thinking of using a separate classloader for ant tasks/types (I cannot find the e-mail or bugzilla entry), but currently I do not think that this is necessary as: - I do not think that more 3th class dependent optional tasks will be added to ant core (they will be adde

Re: Classloader problems

2007-06-08 Thread Peter Reilly
On 6/8/07, Kevin Jackson <[EMAIL PROTECTED]> wrote: Hi, > This means that the moving ant-email.jar from $ANT_HOME/lib will > not work. > > The EmailTask code could be modified to allow a classpath element to be used > to load the MimeMailer class (with junittask like classloader tricks), Yes I

Re: Classloader problems

2007-06-08 Thread Kevin Jackson
Hi, This means that the moving ant-email.jar from $ANT_HOME/lib will not work. The EmailTask code could be modified to allow a classpath element to be used to load the MimeMailer class (with junittask like classloader tricks), Yes I looked at seeing if re-writing the EmailTask to include some

Re: Classloader problems

2007-06-08 Thread Peter Reilly
On 6/8/07, Kevin Jackson <[EMAIL PROTECTED]> wrote: Hi, > I was supprised that the you described > worked for scp, I think that you have removed the > ant-jsch.jar from from $ANT_HOME/lib. Yes as the classloader will find the ant-jsch.jar iin $ANT_HOME/lib and try to load the jsch code from th