Saturday, 15 August 2015

How can I tell JWrapper to only build the 64-bit version of app on Mac? -



How can I tell JWrapper to only build the 64-bit version of app on Mac? -

i want build 32-bit , 64-bit application windows , linux, 64-bit application mac,

currently app .xml file looks this:

<windows64jre>jre-1.7/win32/jre1.7.0_05</windows64jre> <windows32jre>jre-1.7/win32/jre1.7.0_05</windows32jre> <linux64jre>jre-1.7/linuxx64/jre1.7.0_13</linux64jre> <linux32jre>jre-1.7/linux/jre1.7.0_13</linux32jre> <mac64jre>jre-1.7/macos64/jre1.7.0_45.jre</mac64jre>

although have not specified mac32jre, dmg file created (myapp-macos32-offline.dmg) how can tell jwrapper build 64-bit version mac?

you can skip platforms adding of these tags:

<skipmacos>true</skipmacos> <skipwindows>true</skipwindows> <skiplinux>true</skiplinux>

but can't skip architectures platform. mac-32 build before versions of osx , doesn't include jre since there isn't redistributable jre versions of macos. instead relies on scheme java , request installed if necessary. time goes on though less relevant since mac users tend upgrade later versions frequently.

you can pick , take final executables utilize though , leave rest. first time build runs quite slow jres have packed subsequent builds should fast (30s on decent laptop) , architecture particular platform won't add together much overall build time.

jwrapper

No comments:

Post a Comment