What's the difference between <pack> and the <classfileset> coming with ant ? Thanks
Jeremie > -----Original Message----- > From: Yasseen, Omar [mailto:[EMAIL PROTECTED] > Sent: jeudi 11 août 2005 12:10 > To: Ant Users List > Subject: RE: Building Applet Jars > > > Thanks Jan, I'll try it out and tell you of the outcome, > cheers mate :) > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 11 August 2005 10:57 > To: [email protected] > Subject: AW: Building Applet Jars > > Have a look at <pack> [1]. > > Jan > > [1] http://ant.apache.org/external.html#pack > > >-----Ursprüngliche Nachricht----- > >Von: Yasseen, Omar [mailto:[EMAIL PROTECTED] > >Gesendet: Donnerstag, 11. August 2005 11:15 > >An: Ant Users List > >Betreff: Building Applet Jars > > > >Hi All, > > > >This is my first question: > > > >Currently my team use JBuilder as the Java IDE, and JBuilder > is used in > >our build process. I'm trying to help the team break away from the > >dependency on JBuilder for obvious reasons. But JBuilder has > a really > >cool utility that helps build applet jar files and include > (in the Jar > >file) only those classes that are required from other third > party jars. > >This helps in keeping the applet jar as small as possible and only > >include what's needed in the final applet jar. > > > >Example: > >The applet code (AppletSource) has a dependency on JarA and JarB, so > >instead of jaring all these together creating one large jar applet > >file, a single jar file is created that includes the > AppletSource plus > >only required class from JarA and JarB. > > > >The question is: is there an Ant task or an Ant extension that does > >that same thing (which is to create a single applet jar and include > >only the required classes from third party jars nothing more and > >nothing less). > > > >I hope there is something out their that does this. > > > >Than you for your help. > >Omar > > > > > > > >--------------------- > >This email message, together with any attachments, is for > the exclusive > >and confidential use of the addressee(s). If you have received this > >message in error, please notify the sender by email > immediately, then > >delete the message and any copies. > >Any views or opinions presented herein are solely those of > the author > >and do not necessarily represent those of the Anritsu group of > >companies. > >Discover What's Possible - www.eu.anritsu.com > >--------------------- > > > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] For > additional > >commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] For > additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------- > This email message, together with any attachments, is for the > exclusive and confidential use of the addressee(s). If you > have received this message in error, please notify the sender > by email immediately, then delete the message and any copies. > Any views or opinions presented herein are solely those of > the author and do not necessarily represent those of the > Anritsu group of companies. > Discover What's Possible - www.eu.anritsu.com > --------------------- > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] For > additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
