Carol Enderlin wrote:
I tried it out and it worked with added basedir (removed dest from the
includes line):

<target name="packAWT" >
  <copy file="src/applet.jar" todir="dest"/>
   <sleep seconds="5"/>
   <touch file="dest/e3/e30.class"/>
  <jar destfile="dest/applet.jar" basedir="dest"
        update="true"
      includes="e3/e30.class" />
</target>


Thanks Carol!

I've followed your advice and it works.

Now I see that the includes is relative to the basedir, so previously ant couldn't find the e30.class because it wasn't looking in the right place (although I'd expect it to complain...).

I really appreciate your help!

Cheers,
Gad

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

Reply via email to