I created a new griffon project with "griffon create-app test -archetype=javafx".
"griffon run-app" runs as expected and the application shows up.
When I run "griffon package jfx-native", the application is bundled, but when I try to start it, I get a "no main class" error. I tried Griffon 1.4 and 1.5.
I even tried it with Griffon 1.3, but that version results in a "Main application jar is missing" error and no bundles are packaged.
I use Windows 7 and Java 7u55.
