This works: <zipfileset dir="${src}" prefix="WEB-INF" includes="web.xml" />
This gives an error about not being able to access the file: <zipfileset src="${src}/web.xml" prefix="WEB-INF" />
Am I doing something wrong with the src?
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)