> JAR and commons-lang in my project's IVY file it works fine. But I
> want to be able to do it without having to specify commons-lang in the
> project ivy file.


Then I think the only other option is to do an inline resolve in your
build file.  Look at inline, part way down the page here
http://ant.apache.org/ivy/history/latest-milestone/use/resolve.html

But if your project depends on commons-lang in some way (compile,
test, run) then the more common way is to specify the dependency in
ivy.xml

Cheers,
Geoff

Reply via email to