Posts Tagged Maven

FEST’s JavaFX Compiler Maven Plug-in 1.0b2

I’m proud to announce the release of FEST’s JavaFX Compiler Maven plug-in 1.0b2! The plug-in compiles JavaFX source and test files. This release adds new, useful configuration options. The release was driven by Johannes Schneider‘s work, based on his needs for the JFXtras project. I’d also like to thank Thomas Butter for helping us improve [...]

, , ,

3 Comments

FEST’s JavaFX Compiler Maven Plug-in 1.0b1

I’m proud to announce the release of FEST’s JavaFX Compiler Maven plug-in 1.0b1! This plug-in compiles JavaFX source and test files. Features Compiles JavaFX source and test files Does not require JavaFX distribution to be in a Maven repository (according to its license, only Oracle can distribute JavaFX) Does not require to list all JavaFX [...]

, , , ,

7 Comments

FEST’s JavaFX Maven plugin 1.0a1

I’m proud to announce the release of FEST-JavaFX-Maven 1.0a1! FEST-JavaFX-Maven is Maven plugin for compiling JavaFX source files. This is a complete rewrite of the plugin, as a Java Mojo. The original plugin was written as a wrapper for an Ant script. This approach didn’t work well: I couldn’t find a way to make the [...]

, , ,

4 Comments

FEST: new JavaFX Maven plugin

I’m back to working on FEST-JavaFX, an open source library for functional testing of JavaFX GUIs. To keep consistency with the rest of FEST modules, I decided to use Maven to compile and build the project. I blogged some time ago how to compile JavaFX code with Maven. I wasn’t too happy with it, since [...]

, , , ,

6 Comments