[EMAIL PROTECTED] wrote:

get problem!! It does a jar but does not include all the files described in 
file.set.toJar.Take a look please!
I post you my build xml

<?xml version="1.0"?>
<!DOCTYPE project [ ]>
<project name="Automatic Packager" basedir=".">
<property file="${basedir}/automaticPackager.properties"/>
<property name="jar.output.dir" value="${jar.output.dir}"/>
<property name="jar.name" value="${jar.name}"/>
<property name="jar.base.dir" value="${jar.base.dir}"/>


<property name="jar.manifest.file" value="${jar.manifest.file}"/>
<property name="build.by.jar" value="${build.by.jar}"/>
<property name="jar.classpath.dir" value="${jar.classpath.dir}"/>
<!-- file.set.toJar e il file di test che contiene tutti i file da jarrare! -->
<property name="file.set.toJar" value="${file.set.toJar}"/>



What does the variable ${file.set.toJar} evaluate to? To me it looks like it evaluates to nothing. Maybe setting this value to point to the location of your file listing the files would help eg.


<property name="file.set.toJar" value="${basedir}/myFileList.txt"/>


Kev

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to