Here is the whole shebang:
<apply executable="java" dir="${basedir}">
<arg line="weblogic.jspc
${basedir}/com/avinamart/WebInterface/public_html -g -keepgenerated -d
${jsp.dest} -depend -k en/"/>
<fileset dir="${basedir}">
<includesfile name="${basedir}/jsplist.txt"/>
</fileset>
</apply>
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 Users List
Subject: RE: includesfile
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, but I'm interested in
having one file contain all the files I'm interested in for a fileset. Look
at the <fileset> type and you'll see it has an attribute called
includesfile.
I understand that it looks roughly like this:
<fileset dir=".">
<includesfile name="file.name"/>
</fileset>
but each time I run this, the output says that it's looking with a
patternSet of includes:[] excludes:[] - both are empty.
-----Original Message-----
From: Heldstab, Christian [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 10, 2003 12:14 PM
To: Ant Users List
Subject: Re: includesfile
see http://ant.apache.org/manual/index.html --> Concepts and Types
<fileset dir="${server.src}" casesensitive="yes">
<include name="**/*.java"/>
<exclude name="**/*Test*"/>
</fileset>
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 includes file
> attribute?
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]