AW: pass command-lines through to class

2004-12-06 Thread Jan . Materne
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

Re: pass command-lines through to class

2004-12-06 Thread Matt Benson
--- 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

pass command-lines through to class

2004-12-06 Thread Kendall Shaw
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.