Closed GoogleCodeExporter closed 9 years ago
Could you provide a sample ant project with AppBundler ?
Original comment by henri.gomez
on 21 Jun 2012 at 3:38
<bundleapp outputdirectory="${dist.home.mac}"
name="${app.name}"
displayname="${app.name}"
identifier="${app.bundleid}"
shortversion="${app.version.3}"
mainclassname="${app.mainclass}"
icon="${conf}/${app.name}.icns"
copyright="${app.copyright}"
applicationCategory="public.app-category.productivity"
signature="${signature}"
>
<classpath dir="${lib}" includes="**/*.jar"></classpath>
<runtime dir="${bundledJRE.mac}/Contents/Home">
<include name="**/*"></include>
</runtime>
<librarypath dir="${basedir}">
<include name="*.dylib"></include>
<include name="*.jnilib"></include>
</librarypath>
<option value="-Xms64M"/>
<option value="-Xmx512M"/>
<option value="-Dapple.laf.useScreenMenuBar=true"/>
<option value="-Xdock:name=${app.name}"></option>
<option value="-Xdock:icon=../Resources/${app.name}.icns"></option>
<!--<option value="-Djava.library.path=./Contents/Java"></option>//-->
<option value="-d32"></option>
</bundleapp>
Original comment by i...@ultramixer.com
on 22 Jun 2012 at 10:42
Could you provide a full sample project (source and ant file), so I could
replay problem here ?
I'm not familiar with AppBundler at all.
Thanks
Original comment by henri.gomez
on 27 Jun 2012 at 7:15
Unless you provide a ready to use sample, I won't be able to help you and I'll
close this one
Original comment by henri.gomez
on 2 Jul 2012 at 8:35
No more input, closing this one
Original comment by henri.gomez
on 13 Jul 2012 at 10:27
it works now
Original comment by i...@ultramixer.com
on 16 Jul 2012 at 8:44
Original issue reported on code.google.com by
software...@googlemail.com
on 13 Jun 2012 at 8:02