I have updated the archetype for JavaFX 2.0 applications in Scala to version 0.4 in order to reflect the release of
JavaFX 2.0.
Note that the environment variable JAVAFX_HOME
must now refer to the base installation directory of the JavaFX 2.0
SDK, not the bin
subdirectory anymore.
Here are the updated Maven coordinates for the archetype:
<dependency>
<groupId>de.schlichtherle</groupId>
<artifactId>javafx-scala-demo</artifactId>
<version>0.4</version>
</dependency>
Enjoy!