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
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:
>
>
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
I'd like to specify a list of files to include in the inside a task.
Looks like this:
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