Hi,

in  the snippet that you emailed, the jarfile attribute "build/acme.jar"
is the jar for which you want to calculate the classpath to write in the
manifest.

<classpath refid="classpath"/> refers to a path defined else where in
the build file which can contain several jars or directories.

For instance

<path id="classpath">
   <fileset dir="lib">
       <include name="*.jar"/>
   </fileset>
  <pathelement location="properties"/>
</path>

Regards,

Antoine

andy susanto wrote:
> Can you show me ?, cause i see at an example
>
>  <manifestclasspath property="jar.classpath"
>                        jarfile="build/acme.jar">
>       <classpath refid="classpath" />
>     </manifestclasspath>
>
> it just use only one jar, how to added another jar that required
>
>   


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

Reply via email to