You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Bret Kumler <bk...@firstam.com> on 2004/01/07 19:55:49 UTC

Nelp help with excludes or excludesfile

I'm trying to do the following.


<copy todir="${mydir}">
	<fileset dir="${base.dir}/test-data" excludes="Admin.properties,
title*.properties, Oracletitle*.properties, *Party*.properties, ,
log4j.properties, PM.properties, query.properties"/>
</copy>

Doesn't work.

What am I doing wrong?

I tried putting **/ in front of each enter, to no avail.

I tried using excludesfile as well.

Any help would be appreciated.

Thanks



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


RE: Nelp help with excludes or excludesfile

Posted by Bret Kumler <bk...@firstam.com>.
Well, I found the culprit.
I used the -debug option.

I had another copy I needed to change.  DOH!

Thanks.

-----Original Message-----
From: Bret Kumler [mailto:bkumler@firstam.com]
Sent: Wednesday, January 07, 2004 11:12 AM
To: W. Sean Hennessy; 'Ant Users List'
Subject: RE: Nelp help with excludes or excludesfile


Didn't work.
Still copying over everything.

-----Original Message-----
From: W. Sean Hennessy [mailto:shennessy@goldenhourdata.com]
Sent: Wednesday, January 07, 2004 11:04 AM
To: 'Ant Users List'; bkumler@firstam.com
Subject: RE: Nelp help with excludes or excludesfile


Try an alternate form...
<copy todir="${mydir}">
  <fileset dir="${base.dir}/test-data" >
     <exclude name="Admin.properties"/>
     <exclude name="title*.properties"/>
     <exclude name="Oracletitle*.properties"/>
  </fileset>
</copy>
-----Original Message-----
From: Bret Kumler [mailto:bkumler@firstam.com]
Sent: Wednesday, January 07, 2004 10:56 AM
To: Ant Users List
Subject: Nelp help with excludes or excludesfile


I'm trying to do the following.


<copy todir="${mydir}">
	<fileset dir="${base.dir}/test-data" excludes="Admin.properties,
title*.properties, Oracletitle*.properties,
*Party*.properties, , log4j.properties, PM.properties, query.properties"/>
</copy>

Doesn't work.

What am I doing wrong?

I tried putting **/ in front of each enter, to no avail.

I tried using excludesfile as well.

Any help would be appreciated.

Thanks



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org





---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


RE: Nelp help with excludes or excludesfile

Posted by Bret Kumler <bk...@firstam.com>.
Didn't work.
Still copying over everything.

-----Original Message-----
From: W. Sean Hennessy [mailto:shennessy@goldenhourdata.com]
Sent: Wednesday, January 07, 2004 11:04 AM
To: 'Ant Users List'; bkumler@firstam.com
Subject: RE: Nelp help with excludes or excludesfile


Try an alternate form...
<copy todir="${mydir}">
  <fileset dir="${base.dir}/test-data" >
     <exclude name="Admin.properties"/>
     <exclude name="title*.properties"/>
     <exclude name="Oracletitle*.properties"/>
  </fileset>
</copy>
-----Original Message-----
From: Bret Kumler [mailto:bkumler@firstam.com]
Sent: Wednesday, January 07, 2004 10:56 AM
To: Ant Users List
Subject: Nelp help with excludes or excludesfile


I'm trying to do the following.


<copy todir="${mydir}">
	<fileset dir="${base.dir}/test-data" excludes="Admin.properties,
title*.properties, Oracletitle*.properties,
*Party*.properties, , log4j.properties, PM.properties, query.properties"/>
</copy>

Doesn't work.

What am I doing wrong?

I tried putting **/ in front of each enter, to no avail.

I tried using excludesfile as well.

Any help would be appreciated.

Thanks



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org





---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


RE: Nelp help with excludes or excludesfile

Posted by "W. Sean Hennessy" <sh...@goldenhourdata.com>.
Try an alternate form...
<copy todir="${mydir}">
  <fileset dir="${base.dir}/test-data" >
     <exclude name="Admin.properties"/>
     <exclude name="title*.properties"/>
     <exclude name="Oracletitle*.properties"/>
  </fileset>
</copy>
-----Original Message-----
From: Bret Kumler [mailto:bkumler@firstam.com] 
Sent: Wednesday, January 07, 2004 10:56 AM
To: Ant Users List
Subject: Nelp help with excludes or excludesfile


I'm trying to do the following.


<copy todir="${mydir}">
	<fileset dir="${base.dir}/test-data" excludes="Admin.properties, title*.properties, Oracletitle*.properties,
*Party*.properties, , log4j.properties, PM.properties, query.properties"/> </copy>

Doesn't work.

What am I doing wrong?

I tried putting **/ in front of each enter, to no avail.

I tried using excludesfile as well.

Any help would be appreciated.

Thanks



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org