Here is the whole shebang:
Although I've tried many different variations, I can't seem to get it to
find the jsplist.txt file.
-Original Message-
From: Murray, Mike B. [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 10, 2003 12:26 PM
To: Ant
how does your "file.name" look like? Maybe you have to add "**/" before every filename
in your filename-file like this:
**/file1
**/file2
another suggestion is to add "'s arround the files:
"**/file1"
"**/file2"
-Ursprüngliche Nachricht-
Von: Ciramella, EJ [mailto:[EMAIL PROTECTED]
Ge
Is your file located relative to your basedir? You might need to use an absolute path.
-Original Message-
From: Ciramella, EJ [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 10, 2003 11:20 AM
To: 'Ant Users List'
Subject: RE: includesfile
That's an example of include, I understand that,
That's an example of include, I understand that, but I'm interested in
having one file contain all the files I'm interested in for a fileset. Look
at the type and you'll see it has an attribute called
includesfile.
I understand that it looks roughly like this:
but each time I run t
see http://ant.apache.org/manual/index.html --> Concepts and Types
Christian
> Von: Ciramella, EJ [mailto:[EMAIL PROTECTED]
> Gesendet: Donnerstag, 10. Juli 2003 18:06
> An: 'Ant Users List'
> Betreff: includesfile
>
>
> could someone give an example of using a fileset with an incl
did you try to set fork="true" and memoryMaximumSize="512m" or even 1024m ?
I also work with many dirs and sources, and here it works fine:
this is my javac task:
and when you split it, and want to compile every subdirectory, I think you have
could someone give an example of using a fileset with an includes file
attribute?
I apologize if this question has been asked and answered elsewhere but I am
trying to build a specific list of files to be copied using and
then trying to copy that list into a specific directory. However,
does not support nested , only .
Is there any way I can copy a specific list of files fro
Hi, I have a directory contains hundreds of subdirectories and more than
5000 files. If I use the javac task on this directory, it always fails with
the error out of resources. Therefore I am trying to use the foreach task on
each subdirectories, but the javac always complains about package not fou