Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » e(fx)clipse » Building a .dmg on Windows
Building a .dmg on Windows [message #1168756] Sun, 03 November 2013 14:46 Go to next message
Jack Coon is currently offline Jack CoonFriend
Messages: 3
Registered: October 2013
Junior Member
Hello,
creating an .exe installer works fine (on Windows), but I cannot create a .dmg installer. I have added WiX to my Path-Variable (the bin folder), and after selecting packaging format: dmg in the build.fxbuild, the build runs fine. But no installer is created! There is no skip or something like that in the build message. But there is just no 'bundles' folder...

Jack
Re: Building a .dmg on Windows [message #1169815 is a reply to message #1168756] Mon, 04 November 2013 07:52 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
We are simply calling out to javafx-packager which does not support
this! You can only build the installer native to the system:

win32: msi, setup.exe
osx: dmg
linux: deb, rpm

Tom

On 03.11.13 15:46, Jack Coon wrote:
> Hello,
> creating an .exe installer works fine (on Windows), but I cannot create
> a .dmg installer. I have added WiX to my Path-Variable (the bin folder),
> and after selecting packaging format: dmg in the build.fxbuild, the
> build runs fine. But no installer is created! There is no skip or
> something like that in the build message. But there is just no 'bundles'
> folder...
>
> Jack
Previous Topic:e(fx)clipse and Guice
Next Topic:Can't install eclipse(fx) in 3.8
Goto Forum:
  


Current Time: Thu Apr 25 08:04:50 GMT 2024

Powered by FUDForum. Page generated in 0.03156 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top