Re: copy task with excludes

2001-12-07 Thread Stefan Bodewig
On Thu, 6 Dec 2001, Anthony Rodriguez [EMAIL PROTECTED] wrote: I am trying to copy from c:\ant_Build\StageTrustlib\ to the java dir in the cabinet. I'm a little puzzled by the nomenclature, cabinet doesn't mean anything to me, sorry. I'll simply treat it as a directory, OK? There are some

Re: copy task with excludes

2001-12-06 Thread Stefan Bodewig
On Wed, 5 Dec 2001, Anthony Rodriguez [EMAIL PROTECTED] wrote: Here is some of my build.xml file: !-- Copying java to cabinet -- copy todir=${noc}\${label}\java fileset dir=${stage.trustlib} excludes=test/**/ /copy copy todir=${noc}\${label}\daemons\code

RE: copy task with excludes

2001-12-06 Thread Anthony Rodriguez
] Subject: Re: copy task with excludes On Wed, 5 Dec 2001, Anthony Rodriguez [EMAIL PROTECTED] wrote: Here is some of my build.xml file: !-- Copying java to cabinet -- copy todir=${noc}\${label}\java fileset dir=${stage.trustlib} excludes=test/**/ /copy

copy task with excludes

2001-12-05 Thread Anthony Rodriguez
Here is some of my build.xml file: !-- Copying java to cabinet -- copy todir=${noc}\${label}\java fileset dir=${stage.trustlib} excludes=test/**/ /copy copy todir=${noc}\${label}\daemons\code fileset dir=${stage.trustlib} excludes=test/**/ /copy !-- Copying