why are you not you using the **/*.* as specified in the doc?
<fileset dir="/lib/mytech/test" casesensitive="yes">
    <include name="**/*.*"/>
</fileset>
http://ant.apache.org/manual/CoreTypes/fileset.html

are the usage and examples not clear enough?
Martin Gainty 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.




> To: user@ant.apache.org
> Subject: Query regarding "includesfile"
> From: bhushan.kharde...@prudential.co.uk
> Date: Wed, 3 Jun 2009 10:16:07 +0100
> 
> Hi ,
> 
> I am using Copy task to copy files to a staging directory
> 
> <copy todir="${staging.dir}" flatten="yes" verbose="yes">
>                         <fileset dir=".">
>                                 <include name="*\lib\mytech\test\*.*"/>
>                                 <patternset >
>                                         <includesfile name="*\lib\mytech
> \files.txt"/>
>                                   </patternset>
>                         </fileset>
>                 </copy>
> 
> 
> files.txt : It contains list of files names to be copied
> 
> *\lib\mytech\test\*.*  :   test folder contains number of ear's to be 
> copied
> 
> 
> The  includesfile  task in not recognizing the * character.
> 
> If I uses My-Deliverables\lib\mytech\files.txt then it works fine but when 
> I use pattern its considering * as string.
> 
> 
> Could you please help?
> 
> Regards,
> Bhushan
> This email is confidential and should not be used by anyone who is not
> the original intended recipient. Prudential cannot accept liability
> for statements made which are clearly the sender's own and not made
> on behalf of the Prudential. In addition, no statement should be
> construed as giving investment advice within or outside the United
> Kingdom
> 
> Prudential plc, incorporated and registered in England and Wales.
> Registered Office at Laurence Pountney Hill, London, EC4R 0HH.
> Registered number 1397169. Prudential plc is a holding company,
> subsidiaries of which are authorised and regulated by the Financial
> Services Authority (FSA)
> 
> 'Prudential' is a trading name of The Prudential Assurance Company
> Limited, which is incorporated and registered in England and Wales.
> Registered Office at Laurence Pountney Hill, London, EC4R 0HH.
> Registered number 15454. Authorised and regulated by the Financial
> Services Authority. 'Prudential' is also used by other companies within
> the Prudential Group, which between them provide a range of financial
> products including life assurance, pensions, savings and investment
> products
> 
> 'Prudential' is also a trading name of Prudential Distribution Limited, 
> which is incorporated and registered in Scotland.  Registered Office at 
> Craigforth, Stirling, FK9 4UE.  Registered number SC212640. Authorised 
> and regulated by the Financial Services Authority.
> 
> A list of other Prudential companies together with their registered
> statutory details can be found in 'About Prudential' on 
> http://www.prudential.co.uk
> 
> An email reply to this address may be subject to interception or
> monitoring for operational reasons or for lawful business practices.
> 

_________________________________________________________________
Lauren found her dream laptop. Find the PC that’s right for you.
http://www.microsoft.com/windows/choosepc/?ocid=ftp_val_wl_290

Reply via email to