Question

I need to add a library that becomes by default available to all ANT tasks. Is this possible without changing my ANT script?

Was it helpful?

Solution

Yes it's possible, by placing the jar in your $ANT_HOME/lib directory.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top