D]
> Gesendet am: Dienstag, 7. Dezember 2004 00:05
> An: Ant Users List
> Betreff: Re: pass command-lines through to class
>
> --- Kendall Shaw <[EMAIL PROTECTED]> wrote:
> [blank lines removed]
> > I have to use main(String[] args) in a class,
> > instead of using prop
--- Kendall Shaw <[EMAIL PROTECTED]> wrote:
[blank lines removed]
> I have to use main(String[] args) in a class,
> instead of using properties.
> Is there a way to pass through arguments to the
> class?
> I've read an example such as:
> ant target -- a b c
> But, ant complains that -- is an unknow
I have to use main(String[] args) in a class, instead of using properties.
Is there a way to pass through arguments to the class?
I've read an example such as:
ant target -- a b c
But, ant complains that -- is an unknown argument.