| Version | Date | Description |
|---|---|---|
| 1.0b2 | 2010-07-14 | Subsequent release |
| 1.0b1 | 2010-05-19 | Subsequent release |
| 1.0a1 | 2010-02-01 | Subsequent release |
| 0.1 | 2009-12-09 | First public release |
| Type | Changes | By |
|---|---|---|
![]() | Added 'testSourceDirectory' option | cedarsoft |
![]() | Magic classpath extension (with JavaFX jars) made optional | cedarsoft |
![]() | Improved error messages for paths | cedarsoft |
![]() | Compiler argument added: -Xlint:unchecked | cedarsoft |
![]() | Skipping compilation for non-java projects (e.g. pom) | cedarsoft |
![]() | Added possibility to "override" Java class with JavaFX classes | cedarsoft |
![]() | Allow setting of 'memoryMaxSize'. Fixes FEST-369. Thanks to Thomas Butter. | alexruiz |
| Type | Changes | By |
|---|---|---|
![]() | Added goal testCompile to compile JavaFX test sources. Fixes FEST-314. | alexruiz |
![]() | Change JDK version to 1.6. | alexruiz |
![]() | Renamed artifactId to javafxc-maven-plugin. | alexruiz |
| Type | Changes | By |
|---|---|---|
![]() | Rewrote plugin as a Java Mojo. Classworlds' exception is no longer thrown. Fixes FEST-288. Thanks to Viktor Hedefalk. | alexruiz |
![]() | Output directory is now created if it doesn't exist. Fixes FEST-289. Thanks to Johannes Schneider. | alexruiz |
![]() | Dependencies declared in POM are now present in the classpath. Fixes FEST-290. Thanks to William Billingsley. | alexruiz |
![]() | JavaFX home can be set in the POM or in an environment variable. Fixes FEST-294. Thanks to nicerobot. | alexruiz |
| Type | Changes | By |
|---|---|---|
![]() | First version of JavaFX Maven plugin, written as an Ant script. | alexruiz |