Gad Abraham wrote:
> Stefan Bodewig wrote:
> 
>>On Fri, 19 Aug 2005, Gad Abraham <[EMAIL PROTECTED]> wrote:
>>
>>
>>
>>><target name="packAWT" depends="compileAWT, init">
>>>  <copy file="src/applet.jar" todir="dest"/>
>>>  <sleep seconds="5"/>
>>>  <touch file="dest/e3/e30.class"/>
>>>  <jar destfile="dest/applet.jar"
>>>       update="true"
>>>     includes="dest/e3/e30.class" />
>>></target>
>>
>>
>>I don't see a basedir attribute on the jar task, where does it point
>>to?
> 
> 
> I've tried both with and without a <basedir="dest">, but the results are
> the same - the build succeeds, but nothing happens. I don't want to
> create a new jar, just update an existing one.

Anyone?



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

Reply via email to