Hey End,
How do I build the all-in-one jar? Is there a special ant task name I have toinvoke?
Thanks
JK
Hey End,
How do I build the all-in-one jar? Is there a special ant task name I have toinvoke?
Thanks
JK
Hi
If you are talking about the ‘jar for all platforms’ then nope, you have to do a nasty cludge and build it by hand atm. I didn’t do an ant task for it, as I can’t build osx so have to get someone else’s build output. If your talking about the ‘one jar for each platform’ then you just run ‘simple_dist’ and it will build a zip/tgz for that platform with the jar and dll/so/jnilib for the platform.
Endolf