An other solution quite identical is getting all the sources from the subversion repository and executing the target "batik-all" from the build.xml
On Oct 25, 2007 6:50 AM, Cameron McCormack <[EMAIL PROTECTED]> wrote: > Hi Eric. > > Frederich, Eric P21322: > > Batik has a lot of jars in its lib directory. > > Some of these jars have dependencies with each other. > > I have been using Eclipse and I just added all of them to my project to > > get it to compile and run. > > > > Now that I have a program which I'm ready to start deploying, I'm > > wondering the best way to do this. > > > > I want to have a single executable jar, not a zip file with an > > executable jar which extracts a lib directory containing all of the > > batik jars. > > > > Is this even possible? What is the best way to go about doing this? > > Sure, you can do that. Just unzip the jars that you need and place > their contents all together into a single jar along with your > application's classes and manifest. > > -- > Cameron McCormack, http://mcc.id.au/ > xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
