Ant War Problem

2006-01-11 Thread General Email
Hi, I'm using JDev 10g which uses Ant v 1.5.4. I'm having difficulty with the WAR task in Ant. I have: war destfile=${outdir}/myApp.war webxml=.\htroot\WEB-INF\web.xml fileset dir=.\htroot\WEB-INF\ / /war and I get an error: No directory

Re: Ant War Problem

2006-01-11 Thread Clifton Craig
On Wednesday 11 January 2006 9:14 am, General Email wrote: Hi, I'm using JDev 10g which uses Ant v 1.5.4. I'm having difficulty with the WAR task in Ant. I have: war destfile=${outdir}/myApp.war webxml=.\htroot\WEB-INF\web.xml fileset dir=.\htroot\WEB-INF\ /

Re: Ant War Problem

2006-01-11 Thread Stefan Bodewig
On Wed, 11 Jan 2006, General Email [EMAIL PROTECTED] wrote: I'm using JDev 10g which uses Ant v 1.5.4. Which is rather old (your version of Ant, that is). war destfile=${outdir}/myApp.war webxml=.\htroot\WEB-INF\web.xml fileset dir=.\htroot\WEB-INF\ / /war I would expect a