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/src/common > /home/testing/src/logger > > Is there a way to read the paths from the text file and "add" them to a > fileset? Within this fileset I would apply a filename selector to > collect all build.xml files. Note that the fileset is used as a child > within an ivy:buildlist task. > > Any help would be appreciated! >
I believe ant 1.7's <filelist> is what you want. Not sure, though, since I'm stuck with ant 1.6.5. -- Francis Galiegue [email protected] Ingénieur système Mob : +33 (0) 683 877 875 Tel : +33 (0) 178 945 552 One2team 40 avenue Raymond Poincaré 75116 Paris --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
