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
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
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
[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
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