Just another possibility to point to the manual [1,2] ? :-)
Jan
[1] http://ant.apache.org/manual/tutorial-writing-tasks.html
[2] http://ant.apache.org/manual/tutorial-tasks-filesets-properties.html
> -Ursprüngliche Nachricht-
> Von: Greg Gimler [mailto:[EMAIL PROTECTED]
> Gesendet am: F
[EMAIL PROTECTED] wrote:
What does "-debug" say?
Jan
Also, what does filesets.add(fs) do.
If it checks the fileset, it would be incorrect as
useing the add(Fileset fs) form passes in
the fs *before* it is configurered. One would need
to do:
public void addConfiguredFileset(Fileset fs)
instead.
P
What does "-debug" say?
Jan
> -Ursprüngliche Nachricht-
> Von: Rajiv Jaitly [mailto:[EMAIL PROTECTED]
> Gesendet am: Dienstag, 11. Januar 2005 16:42
> An: user@ant.apache.org
> Betreff: custom task
>
>
> Please read the disclaimer