Re: using fileset to only list the filenames and not the path+filename

2005-10-25 Thread martin sweitzer
after all s are applied. > > So > > ... > > > > > > should help. > > > Jan > > > >-Ursprüngliche Nachricht- > >Von: martin sweitzer [mailto:[EMAIL PROTECTED] > >Gesendet: Dienstag, 25. Oktober 2005 09:38 > >An: Ant Use

AW: using fileset to only list the filenames and not the path+filename

2005-10-25 Thread Jan.Materne
nstag, 25. Oktober 2005 09:38 >An: Ant Users List >Betreff: Re: using fileset to only list the filenames and not >the path+filename > >That almost works! :-) > >What happens is that I get the following: > >myBat.bat FileName.extension >\FileName.extension > >T

Re: using fileset to only list the filenames and not the path+filename

2005-10-25 Thread martin sweitzer
ant4\build.xml > [apply] 2nd param: build.xml > [apply] . > [apply] 1st param: files.zip > [apply] 2nd param: files.zip > [apply] . > [apply] 1st param: myecho.bat > [apply] 2nd param: myecho.bat > [apply] . > > ---8-<-------8-<---8-<---8-<-------8-&l

AW: using fileset to only list the filenames and not the path+filename

2005-10-24 Thread Jan.Materne
[apply] . [apply] 1st param: myecho.bat [apply] 2nd param: myecho.bat [apply] . ---8-<---8-<---8-<---8-<---8-<---8-<---8-<---8-< >-Ursprüngliche Nachricht- >Von: martin sweitzer [mailto:[EMAIL PROTECTED] >Gesende

using fileset to only list the filenames and not the path+filename

2005-10-24 Thread martin sweitzer
How does one utilize fileset to only list the filenames and not the path+filename? example: That will result in the something like the following: anExe d:/foo/bar/baz/file0 "a bunch of params" anExe d:/foo/bar/baz/file1 "a bunch of params" anExe d:/foo/bar/baz/file2 "a bunch of para