Re: fileset based on paths in file

2009-05-02 Thread David Weintraub
Is this for a path or a fileset? There's a big difference. A path is simply a collection of directories while a fileset selects files in a directory. If this is for a path, you could use a properties file and separate those directories via a colon or semicolon. If this is a fileset, you can try u

Re: fileset based on paths in file

2009-05-02 Thread Francis Galiegue
Le Saturday 02 May 2009 20:46:33 Patrik Nagel, vous avez écrit : > Hi, > > I would like to create a fileset based on paths which have no base > directory in common. Additionally, the paths are stored in a text file. > > Such a text file might looks as follows: > /home/dev/src/reporting > /home/dev/

fileset based on paths in file

2009-05-02 Thread Patrik Nagel
Hi, I would like to create a fileset based on paths which have no base directory in common. Additionally, the paths are stored in a text file. Such a text file might looks as follows: /home/dev/src/reporting /home/dev/src/common /home/testing/src/logger Is there a way to read the paths from t

Re: Reset BuildNumber

2009-05-02 Thread Francis Galiegue
Le Saturday 02 May 2009 10:50:06 Francis Galiegue, vous avez écrit : > Le Friday 01 May 2009 19:46:14 Eric Fetzer, vous avez écrit : > > So to make it work, here's what I had to do.  Seems like an awful lot of > > work to accomplish something simple like this. > > [...] > > You seem to be using ant

Re: Reset BuildNumber

2009-05-02 Thread Francis Galiegue
Le Friday 01 May 2009 19:46:14 Eric Fetzer, vous avez écrit : > So to make it work, here's what I had to do.  Seems like an awful lot of > work to accomplish something simple like this. > [...] You seem to be using ant-contrib, why not go with and ?