I am trying to add a single file to a jar. 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]