Building v2.2 of javafx-ui-controls: com.sun.javafx.css.parser.Css2Bin not found

Florian Brunner fbrunnerlist at gmx.ch
Fri May 18 06:18:23 PDT 2012


Hi,

I'm trying to build v2.2 of javafx-ui-controls, but I get the following error:

------------------------------------------------------------------------------------------
Buildfile: <somePath>/open-jfx/master/rt/javafx-ui-controls/build.xml
  [taskdef] Could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It could not be found.

check-binary-css:

javafx-ui-controls-common.-pre-init:
    [mkdir] Created dir: /home/puce/Programming/Java/projectx/JavaFX-Apps/open-jfx/2.2/open-jfx/master/rt/javafx-ui-controls/build/classes/com/sun/javafx/scene/control/skin/caspian
     [java] Fehler: Hauptklasse com.sun.javafx.css.parser.Css2Bin konnte nicht gefunden oder geladen werden

BUILD FAILED
<somePath>/open-jfx/master/rt/javafx-ui-controls/build-common.xml:12: Java returned: 1

------------------------------------------------------------------------------------------


The Maven build shows some other error, though:

------------------------------------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <somePath>/open-jfx/master/rt/javafx-ui-controls/src/com/sun/javafx/scene/control/skin/TextInputControlSkin.java:[297,55] error: cannot find symbol
[INFO] 1 error

------------------------------------------------------------------------------------------


Should we use Ant or Maven to build the project or can we use any of the two?

Also note:
http://openjdk.java.net/projects/openjfx/ only mentions v2.1 but not v2.2

Another question:
JavaFX 2.1 has been released for Windows and Mac but not for Linux. 
Is there still work going on in the v2.1 repository or should we work on v2.2 now?

Regards,
Florian


More information about the openjfx-dev mailing list