I see you are using the older form (I believe) of includes
"include name=" is maybe the newer form. Will your implementation
fail in later release of ant ?
----- Original Message -----
From: "Ola Sandness" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 12, 2001 9:31 AM
Subject: RE: Help: comma seperated values in inlcude
> Hi,
> we do this in our project:
>
> <copy todir="${dist.dir}/com">
> <fileset dir="${src.dir}/com"
> includes="**/*.class,**/*.rvw"/>
> </copy>
>
> Hope this helps.
>
> Regards,
> Ola Sandness
> Accenture
>
> > -----Original Message-----
> > From: Rob Cartier (Apollo) [mailto:[EMAIL PROTECTED]]
> > Sent: 12. juli 2001 14:52
> > To: [EMAIL PROTECTED]
> > Subject: Help: comma seperated values in inlcude
> >
> >
> > I have been trying to use the include name= parameter and
> > have had no
> > success
> > when trying to do a multiple.
> >
> > <<copy todir="../dest/dir" >
> > <fileset dir="src_dir" >
> > <include name="**/*.jsp,**/*.html,**/*.css" />
> > </fileset>
> > </copy>
> >
> > if I try it with a single pattern all is ok.
> > see it in the docs but no examples :(
> >
> >
> >