Hello,

As far as I know (see docu yourself): Explicit include overwrites exclude, so 
all .java files  will be there.

Greetings Juergen 


-- 
Jürgen Knuplesch                    www.icongmbh.de
icon Systemhaus GmbH                Tel. +49 711 806098-275
Sophienstraße 40                    
D-70178 Stuttgart                   Fax. +49 711 806098-299

Geschäftsführer: Uwe Seltmann
HRB Stuttgart 17655
USt-IdNr.: DE 811944121 
-----Ursprüngliche Nachricht-----
Von: madhusudhanv [mailto:[email protected]] 
Gesendet: Montag, 23. November 2009 13:56
An: [email protected]
Betreff: problem with Excludes in the Ant.


Hi All,

I am using the copy task like below:

<copy todir="${TEMP_FOLDER}" overwrite="true" failonerror="true" > <fileset 
dir="${source}" includes="**/*.java" excludes="${exclude}" > </fileset> </copy>

The excludes contain all the exclude list like this:
**/com/sdn/epg/cafe/view/oig/** **/xpush/** **/pnp/** **/pdl/** **/oig/**
**/mosaic/** **/promo/** **/multi/** **/teletext/**
**/com/sdn/epg/cafe/view/** **/com/sdn/epg/cafe/handler/settings/**
**/com/sdn/epg/cafe/handler/fti/** **/purchaserecord/** **/advancesearch/**
**/vod/**

But the package **/com/sdn/epg/cafe/view/oig/** doesnot get excluded ....
All other excludes are happening properly.

Can anyone please tell me why this is happening. And any solution for this 
problem is appreciated.

Thanks in advance.

Regards,
Madhu
--
View this message in context: 
http://old.nabble.com/problem-with-Excludes-in-the-Ant.-tp26477569p26477569.html
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
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]

Reply via email to