Issue Details (XML | Word | Printable)

Key: FXP-90
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Bratukhin, Andrey
Reporter: Ray, Dhruva
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JavaFX plug-in

JavaFX Packager

Created: 20/Aug/10 05:46 AM   Updated: 26/Aug/10 12:29 AM   Resolved: 25/Aug/10 12:36 AM
Component/s: None
Affects Version/s: 1.3.5
Fix Version/s: 1.3.5

Time Tracking:
Not Specified

Environment: Eclipse 3.5


 Description  « Hide
Can we make the packaging an optional step in run configuration?

The current approach with the new run configuration has the following issues

1. Before we launch, every time the packager kicks in and packages it into jnlp before running the app. This slows down development cycle where we code, run, see the output & then code again!

2. If the Eclipse project has a mix of J2SE code (1.6) & JavaFX code, then the packager is not able to proceed as it takes rt.jar from JavaFx bin which is 1.5 compatibility. Consequently we are not even able to launch the app (which was working with 1.3.4 v of the plugin which used a simple javafx to launch the app from eclipse)

Hope that you will consider this in future releases of the plug-in. This has become a showstopper for us and forcing us to use 1.3.4


Katz, Max added a comment - 20/Aug/10 09:01 AM
We are looking at both issues.

Bratukhin, Andrey added a comment - 25/Aug/10 12:36 AM
JavaFX packager is disabled for launching of JavaFX application. Also changed the way to launch Applet.

Ray, Dhruva added a comment - 26/Aug/10 12:29 AM
Thanks for the quick turn-around... This is working just fine now!