On Mon, 2004-11-08 at 15:51, [EMAIL PROTECTED] wrote:
> <filesets> like any datatypes in Ant provides a id/refid mechanism.
> If you define a fileset giving an id you can refer to that via refid.
>
> <path id="srcfiles">
> <fileset id="srcfiles.fs" dir="/data/devel/java">
> <include name="**/*.java"/>
> </fileset>
> </path>
>
> <target name="doc">
> <javadoc destdir="${localdoc}" verbose="off">
> <fileset refid="srcfiles.fs"/>
> </javadoc>
> </target>
>
>
> Jan
Must the fileset be within path element Jan?
I'd sort of hoped I could specify them in groups,
as I do with properties?
> >
--
Regards DaveP.
XSLT&Docbook FAQ
http://www.dpawson.co.uk/xsl
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]