Bones McGerkin <[EMAIL PROTECTED]> wrote:

> I'm looking for a system property that contains the ant.lib path?

${ant.home}/lib/ should work

> I'm tryting to test with junit and I need to include optional.jar in
> my classpath without having to hard code it. Seems like it should
> already be somewhere since the javac task found it ok:

Well, it is in your CLASSPATH when Ant gets called (the wrapper script
puts it there).

Stefan

Reply via email to