Hello,
I am new to JavaFX and JRebirth and I would like to see some application built with it.
I tried to clone some apps from github JRebirth repository but none of it builds for me.
i.e. JFX-Presentation seems to download artifacts from
repo.jrebirth.org and fails
(M=a6916) maiklos@BLACKPEARL ~/workspace/JFX-Presentation/org.jrebirth.presentation.javafx2> mvn clean test
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JavaFX 2.0 Presentation 1.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ javafx2 ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ javafx2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 66 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ javafx2 ---
[INFO] Compiling 104 source files to /home/maiklos/workspace/JFX-Presentation/org.jrebirth.presentation.javafx2/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ javafx2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/maiklos/workspace/JFX-Presentation/org.jrebirth.presentation.javafx2/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ javafx2 ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ javafx2 ---
Downloading:
http://repo.jrebirth.org/jrebirth-plugin-snapshot-local/org/apache/maven/surefire/surefire-booter/2.10/surefire-booter-2.10.pomDownloading:
http://repo.jrebirth.org/jrebirth-plugin-snapshot-local/org/apache/maven/surefire/maven-surefire-common/2.10/maven-surefire-common-2.10.pomDownloading:
http://repo.jrebirth.org/jrebirth-plugin-snapshot-local/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.471s
[INFO] Finished at: Sun Jan 26 23:01:54 CET 2014
[INFO] Final Memory: 15M/101M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project javafx2: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test failed: Plugin org.apache.maven.plugins:maven-surefire-plugin:2.10 or one of its dependencies could not be resolved: Failed to collect dependencies for org.apache.maven.plugins:maven-surefire-plugin:jar:2.10 (): Failed to read artifact descriptor for org.apache.maven.surefire:surefire-booter:jar:2.10: Could not transfer artifact org.apache.maven.surefire:surefire-booter:pom:2.10 from/to snapshots (
http://repo.jrebirth.org/jrebirth-plugin-snapshot-local): Failed to transfer file:
http://repo.jrebirth.org/jrebirth-plugin-snapshot-local/org/apache/maven/surefire/surefire-booter/2.10/surefire-booter-2.10.pom. Return code is: 409 , ReasonPhrase:Conflict. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionExceptionmvn -version
Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 14:51:28+0100)
Maven home: /opt/maven
Java version: 1.8.0-ea, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-8-oracle/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.11.0-15-generic", arch: "amd64", family: "unix"
do you have any idea what could be the problem?
Thanks
maiklos