Ant war task

2006-02-15 Thread General Email
Hi, I have a war task and I'm specifing the required libs with: Where classpath is a path id specifing the locations of the required library files. However, Ant does not like this and complains that classpath is not a fileset (which it isn't) but why would this sort of speci

Re: specifying include files in a in the

2006-01-13 Thread General Email
ok, that's a way of doing it but why does the documentation for say 'fileset' and the attribute 'includes' say that you can specify a list of comma separated file names?? Petar Tahchiev <[EMAIL PROTECTED]> wrote: On 12/01/06, General Email wrote: > >

Re: specifying include files in a in the

2006-01-12 Thread General Email
That will work with 'include' but it doesn't like 'includes' and then a list of comma separated file names. That is the problem. And yes...forgot the end quote there...typo in my post. Petar Tahchiev <[EMAIL PROTECTED]> wrote: On 12/01/06, General Email w

specifying include files in a in the

2006-01-12 Thread General Email
I'd like to specify a list of files to include in the inside a task. Looks like this:

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: and I get an error: No directory specified for ZipFileSet and it points me to the first line of the Ant code above. An