Hello,
I am in the process of creating build using ant.
What is the best approach in adding external jars like
jsf.jar
jspruntime.jar
commons-digester.jar
etc
into ant to build war file?
Should I manually copy those jars into lib folder or better to reference jars with location.
If latter, how can I refer the location?
Regards