Re: How to Write A Custom Path / Fileset

2005-04-09 Thread Matt Benson
Remember that if you know the basedir of the files you want to include, you can use fileset's includesfile attribute. You could even set basedir as a property first, or read it from another file. In Ant 1.7 it will be possible to create an arbitrary group of files without regard to base directory

Re: How to Write A Custom Path / Fileset

2005-04-09 Thread Antoine Levy-Lambert
Hello Graham, > I want to write a custom Fileset type that reads input from a file. > I don't want to support any nested elements, I just want to be able to > do something like this: > > > > and have a custom class create a fileset based on the content of > libraries.txt. > > So, I have

Re: Ant configuration problem (tools.jar).

2005-04-09 Thread Graeme Shaw
Thanks very much for everyone's rapid responses, downloading a JDK and changing my $JAVA_HOME to point to it resolved the problem, Ant is now working correctly! On Apr 8, 2005 4:12 PM, Jeffrey E Care <[EMAIL PROTECTED]> wrote: > If all you have is the JRE (and not the JDK) then you won't have tool

RE: Quotations in a property get corrupted when passed as an arg

2005-04-09 Thread Bill Rich
An Ant file is an XML file, therefore, you need to use the XML element for quote marks if you want the real quote mark to appear in the target. The XML element for quote mark is ". Carefully replace only those quote marks that need to be passed along with this element name and it should work. HTH

Quotations in a property get corrupted when passed as an arg

2005-04-09 Thread Oski Wee
I am trying to read a property from my build.properties file and pass it as an to a script that I . The problem is that the property value contains literal quotation marks inside, and they get corrupted during the process. This is the property in build.properties: jade.arg=AgentName:com.packa