On Wed, 06 Mar 2002, Ken Wood <[EMAIL PROTECTED]> wrote: > Well, what I tried was to use lava.lang.System.getProperty > in the constructor of the listener. The properties were > always empty, even though they were set on the command line.
You need to specify them before Ant's main class to make the system properties, if you put them after Main, they are only Ant properties. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
