Another problem.
This time this is with the jar target in the demo application. The Jar
target fails because it does not create the WEB-INF/lib directory as
part of the jarring process. Hence it requires the lib directory under
WEB-INF to exist before the jar target is run. I added a task /*<mkdir
dir="WEB_INF/lib"/>*/ before the jar task and the application was built.
Note that I am seeing these on Windows XP with Ant 1.6.5.
Rgds
Irfan
--
Irfan Ahmed
Sun Microsystems Inc., Bangalore, India.