Yes, I meant properties file. However, any file would do, because I
will create the file.
Your reply is just what I was looking for.
Thank you very much and have a good weekend.
On Fri, Sep 19, 2008 at 1:20 PM, Matt Benson <[EMAIL PROTECTED]> wrote:
> Do you really mean a properties file? e.g.
Do you really mean a properties file? e.g.
filestoinclude=foo,bar,baz,blah,whatever,etc
Then you can simply use after loading the
properties file.
If you actually mean a separate file containing only
the names of the files to include, you'd use an
includesfile with (common basedir/relative
pa
Right, more-or-less what I was trying to say :)
On Fri, 19 Sep 2008, Nan Null wrote:
I found the closest match so far with this:
http://marc.info/?l=ant-user&m=108315917624682&w=2
import org.apache.tools.ant.types.FileSet;
public class MyFileSet extends FileSet {
}
I found the closest match so far with this:
http://marc.info/?l=ant-user&m=108315917624682&w=2
>
>import org.apache.tools.ant.types.FileSet;
>public class MyFileSet extends FileSet {
>}
>
>
>
>
>
On Fri, Sep 19, 2008 at 10:42 AM, Scot P. Floess <[EMAIL PROT
How about a macrodef with an optional element? Or something like that?
On Fri, 19 Sep 2008, Nan Null wrote:
Hi, I need to provide a fileset in ANT that is customizable by the
developers. To do that, I am thinking of a customized property file
for each developer to put in the list of files fo
Hi, I need to provide a fileset in ANT that is customizable by the
developers. To do that, I am thinking of a customized property file
for each developer to put in the list of files for the fileset. My
question is how do I have this in the property file? I am thinking of
a comma separated proper
Doesn't look like a stack dump to me! Can you run ant, get the dialog up,
and then hit Ctrl+Break ? That should indicate where the dialog box is
coming from. Your build xml (posted elsewhere) looks perfectly fine, so
something somewhere is intercepting Ant's reading/writing (I guess - is
that plugg
Yes sure.
Jan.Materne wrote:
>
> Could you post your buildfiles - the part with and the xmltask
> usage?
>
> Jan
>
>>-Ursprüngliche Nachricht-
>>Von: jaki [mailto:[EMAIL PROTECTED]
>>Gesendet: Freitag, 19. September 2008 13:23
>>An: user@ant.apache.org
>>Betreff: R
Could you post your buildfiles - the part with and the xmltask usage?
Jan
>-Ursprüngliche Nachricht-
>Von: jaki [mailto:[EMAIL PROTECTED]
>Gesendet: Freitag, 19. September 2008 13:23
>An: user@ant.apache.org
>Betreff: Re: AW: Getting applet alerts when using xml-task
>
>
>Here's my sta
Here's my stack dump:
[xmltask] -- PolicyProps uninitialized on access of
'jscan.session.policyname'
[xmltask] -- PolicyProps uninitialized on access of
'jscan.session.origin_uri'
[xmltask] -- PolicyProps uninitialized on access of
'misc.no_user_interaction'
[xmltask] -- PolicyProps unini
10 matches
Mail list logo