On Thu, 12 Dec 2002, Ram Krish <[EMAIL PROTECTED]> wrote:

> I want to use jar command line utility inside the build file.

Out of curiosity, why?

> When i tried, i dont know how to specify the fileset in the
> following code.

Add a <fileset> with the dir attribute pointing to whatever would be
the basedir attribute in your <jar> task.

> <arg value="-cf  Aggregation.jar"/>

You will want to use either

<arg value="-cf"/>
<arg value="Aggregation.jar"/>

or

<arg line="-cf  Aggregation.jar"/>

Stefan

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

Reply via email to