I assume you've tried:

<jar destfile="${jar.name}"   basedir="/" includesfile
="E:/automaticPackager/fileSet.txt" update="true">

or

<jar destfile="${jar.name}"   basedir="E:/" includesfile
="E:/automaticPackager/fileSet.txt" update="true">

or

<jar destfile="${jar.name}"   basedir="E:/" includesfile
="E:/automaticPackager/fileSet.txt" update="true">

or

<replace file="E:/automaticPackager/fileSet.txt"
token="E:/automaticPackager" value=""/>
<jar destfile="${jar.name}" basedir="E:/automaticPackager"
includesfile="E:/automaticPackager/fileSet.txt" update="true">
</jar>

Phil :n.

On Fri, 2004-11-12 at 10:13, [EMAIL PROTECTED] wrote:

> Hi all 
> I try to jar all the lines contained in text file.Each line describes a 
> WINDOWS NT path plus filename.
> I used this build xml but does not jar.It's jar just the manifest.
> Have a look! Please help
> 
> ...
> <jar destfile="${jar.name}"   basedir="." includesfile 
> ="E:/automaticPackager/fileSet.txt" update="true">
> </jar>
> ...
> where E:/automaticPackager/fileSet.txt contains these lines:
> e:/automaticPackager/tradeex/ec4/control/contentintegration/CxmlCatalogImportController.class
> e:/automaticPackager/tradeex/ec4/control/contentintegration/CxmlExportFileListController$1.class
> e:/automaticPackager/tradeex/ec4/control/contentintegration/CxmlExportFileListController.class
> 
> 
> 
>   
> 
> 
> 
> 
> ____________________________________________________________
> Libero ADSL: navighi gratis a 1.2 Mega, senza canone e costi di attivazione. 
> Abbonati subito su http://www.libero.it
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Phil Weighill-Smith <[EMAIL PROTECTED]>
Volantis Systems

Reply via email to