See <
http://jfxtras.com/jenkins/job/scalafx/353/changes>
Changes:
[Stephen Chin _steve...@gmail.com_] Update to ScalaTest 2.0 in order to take advantage of the new junitxml output for the CI server. As a result, tests can only be run against Scala 2.10 (changed the default build to use this). However, packaging will still work against 2.9 and 2.10. Also updated tests for the new version of ScalaTest.
------------------------------------------
[...truncated 3059 lines...]
[info] - should implement all the JavaFX properties
[info] - should implement all the JavaFX builder properties
[info] ListViewEditEventSpec:
[info] A EditEvent
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.scene.control.ListView$EditEvent
[info] - should implement all the JavaFX properties
[info] ReadOnlyStringWrapperSpec:
[info] A ReadOnlyStringWrapper
[info] - should be an instance of StringProperty
[info] - should have public field `readOnlyProperty` that is an instance of `ReadOnlyStringProperty`
[info] - should propagate value changes to `readOnlyProperty`
[info] LightPointSpec:
[info] A Point
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.scene.effect.Light$Point
[info] - should implement all the JavaFX properties
[info] - should have its X Coordinate observed when it is changed
[info] - should have its Y Coordinate observed when it is changed
[info] - should allow observe changes in Color
[info] GlowSpec:
[info] A Glow
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.scene.effect.Glow
[info] - should implement all the JavaFX properties
[info] - should implement all the JavaFX builder properties
[info] - should allow observe changes in Input Effect
[info] TextInputControlSpec:
[info] A TextInputControl
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.scene.control.TextInputControl
[info] - should implement all the JavaFX properties
[info] - should implement all the JavaFX builder properties
[info] SingleSelectionModelSpec:
[info] A SingleSelectionModel
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.scene.control.SingleSelectionModel
[info] - should implement all the JavaFX properties
[info] CubicCurveToSpec:
[info] A CubicCurveTo
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.scene.shape.CubicCurveTo
[info] - should implement all the JavaFX properties
[info] - should implement all the JavaFX builder properties
[info] - should have its X Coordinate observed when it is changed
[info] - should have its Y Coordinate observed when it is changed
[info] ClipboardContentSpec:
[info] A ClipboardContent
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.scene.input.ClipboardContent
[info] - should implement all the JavaFX properties
[info] - should implement all the JavaFX builder properties
[info] RadioMenuItemSpec:
[info] A RadioMenuItem
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.scene.control.RadioMenuItem
[info] - should implement all the JavaFX properties
[info] - should implement all the JavaFX builder properties
[info] FillTransitionSpec:
[info] A FillTransition
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.animation.FillTransition
[info] - should implement all the JavaFX properties
[info] - should implement all the JavaFX builder properties
[info] NumberStringConverterSpec:
[info] A NumberStringConverter
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.util.converter.NumberStringConverter
[info] - should implement all the JavaFX properties
[info] - should convert class java.lang.Number to String and vice-versa
[info] DateTimeStringConverterSpec:
[info] A DateTimeStringConverter
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.util.converter.DateTimeStringConverter
[info] - should implement all the JavaFX properties
[info] - should convert class java.util.Date to String and vice-versa
[info] ObservableBufferSpec:
[info] A ObservableBuffer
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.collections.ObservableList
[info] - should implement all the JavaFX properties
[info] An ObservableBuffer
[info] - should support apply
[info] - should support unapply
[info] - should notify on invalidation
[info] - should notify on changes
[info] - should return changed list
[info] - should notify individuals appends
[info] - should batch notify with additions
[info] - should notify individuals remotions
[info] - should batch notify with removes
[info] - should notify when it is removed a range of elements
[info] - should notify a rotation just once
[info] - should notify on replace with a remove and add
[info] - should notify on a sort order change with a reorder from the JavaFX collection sort
[info] - should notify on a sort order change with a reorder from a member method
[info] - should throws a exception when sort a buffer that is composed by non Comparable subtypes
[info] - should notify on a sort order change with a reorder from a member method with a comparison function
[info] - should shufle with a only change
[info] - should retain continous elements with 2 changes
[info] - should retain non continous elements with 3 changes
[info] - should concat various Observable Lists in a unique
[info] - should revert using just one changing
[info] - should replace all occurrences of a element with just one change
[info] - should fill all with just one change
[info] - should keep his behavior with other types of sets beyond default implementation
[info] CameraSpec:
[info] A Camera
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.scene.Camera
[info] - should implement all the JavaFX properties
[info] CheckBoxTreeCellSpec:
[info] A CheckBoxTreeCell
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.scene.control.cell.CheckBoxTreeCell
[info] - should implement all the JavaFX properties
[info] - should implement all the JavaFX builder properties
[info] Run completed in 11 seconds, 485 milliseconds.
[info] Total number of tests run: 2322
[info] Suites: completed 345, aborted 0
[info] Tests: succeeded 2322, failed 0, canceled 0, ignored 0, pending 9
[info] All tests passed.
[success] Total time: 210 s, completed Nov 22, 2013 8:43:36 AM
[info] Setting version to 2.9.3
[info] Set current project to scalafx-project (in build <
http://jfxtras.com/jenkins/job/scalafx/ws/)>
[info] Updating {<
http://jfxtras.com/jenkins/job/scalafx/ws/}scalafx-project...>
[info] Updating {<
http://jfxtras.com/jenkins/job/scalafx/ws/}scalafx...>
[info] Resolving org.scala-lang#scala-library;2.9.3 ...
[info] Resolving org.scala-lang#scala-compiler;2.9.3 ...
[info] Resolving org.scala-lang#jline;2.9.3 ...
[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[info] Done updating.
[info] Resolving org.scala-lang#scala-library;2.9.3 ...
[info] Resolving org.scalatest#scalatest_2.10;2.0 ...
[info] Resolving org.scala-lang#scala-library;2.10.0 ...
[info] Packaging <
http://jfxtras.com/jenkins/job/scalafx/353/artifact/target/scala-2.9.3/scalafx-project_2.9.3-1.0.0-M7-SNAPSHOT.jar> ...
[info] Done packaging.
[info] Resolving org.scala-lang#scala-reflect;2.10.0 ...
[info] Resolving junit#junit;4.11 ...
[info] Resolving org.hamcrest#hamcrest-core;1.3 ...
[info] Resolving org.scala-lang#scala-compiler;2.9.3 ...
[info] Resolving org.scala-lang#jline;2.9.3 ...
[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[info] downloading
http://repo1.maven.org/maven2/org/scala-lang/scala-library/2.10.0/scala-library-2.10.0.jar ...
[info] [SUCCESSFUL ] org.scala-lang#scala-library;2.10.0!scala-library.jar (328ms)
[info] Done updating.
[info] Updating {<
http://jfxtras.com/jenkins/job/scalafx/ws/}scalafx-demos...>
[info] Resolving org.scala-lang#scala-library;2.9.3 ...
[info] Resolving org.scalafx#scalafx_2.9.3;1.0.0-M7-SNAPSHOT ...
[info] Resolving org.scalatest#scalatest_2.10;2.0 ...
[info] Resolving org.scala-lang#scala-library;2.10.0 ...
[info] Resolving org.scala-lang#scala-reflect;2.10.0 ...
[info] Resolving junit#junit;4.11 ...
[info] Resolving org.hamcrest#hamcrest-core;1.3 ...
[info] Resolving org.scala-lang#scala-compiler;2.9.3 ...
[info] Resolving org.scala-lang#jline;2.9.3 ...
[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[info] Compiling 423 Scala sources to <
http://jfxtras.com/jenkins/job/scalafx/ws/scalafx/target/scala-2.9.3/classes...>
[info] Done updating.
[info] Compiling 94 Scala sources to <
http://jfxtras.com/jenkins/job/scalafx/ws/scalafx-demos/target/scala-2.9.3/classes...>
[info] Packaging <
http://jfxtras.com/jenkins/job/scalafx/ws/scalafx/target/scala-2.9.3/scalafx_2.9.3-1.0.0-M7-SNAPSHOT.jar> ...
[info] Done packaging.
[info] Packaging <
http://jfxtras.com/jenkins/job/scalafx/ws/scalafx-demos/target/scala-2.9.3/scalafx-demos_2.9.3-1.0.0-M7-SNAPSHOT.jar> ...
[info] Done packaging.
[success] Total time: 129 s, completed Nov 22, 2013 8:45:46 AM
[info] Setting version to 2.10.3
[info] Set current project to scalafx-project (in build <
http://jfxtras.com/jenkins/job/scalafx/ws/)>
[info] Updating {<
http://jfxtras.com/jenkins/job/scalafx/ws/}scalafx-project...>
[info] Updating {<
http://jfxtras.com/jenkins/job/scalafx/ws/}scalafx...>
[info] Resolving org.scala-lang#scala-library;2.10.3 ...
[info] Resolving org.scalatest#scalatest_2.10;2.0 ...
[info] Resolving org.scala-lang#scala-reflect;2.10.0 ...
[info] Resolving junit#junit;4.11 ...
[info] Resolving org.hamcrest#hamcrest-core;1.3 ...
[info] Resolving org.scala-lang#scala-compiler;2.10.3 ...
[info] Resolving org.scala-lang#scala-reflect;2.10.3 ...
[info] Resolving org.scala-lang#jline;2.10.3 ...
[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[info] Done updating.
[info] Resolving org.scala-lang#scala-library;2.10.3 ...
[info] Updating {<
http://jfxtras.com/jenkins/job/scalafx/ws/}scalafx-demos...>
[info] Resolving org.scala-lang#scala-compiler;2.10.3 ...
[info] Resolving org.scala-lang#scala-reflect;2.10.3 ...
[info] Resolving org.scala-lang#jline;2.10.3 ...
[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[info] Done updating.
[info] Resolving org.scala-lang#scala-library;2.10.3 ...
[info] Resolving org.scalafx#scalafx_2.10;1.0.0-M7-SNAPSHOT ...
[info] Resolving org.scalatest#scalatest_2.10;2.0 ...
[info] Resolving org.scala-lang#scala-reflect;2.10.0 ...
[info] Packaging <
http://jfxtras.com/jenkins/job/scalafx/353/artifact/target/scala-2.10/scalafx-project_2.10-1.0.0-M7-SNAPSHOT.jar> ...
[info] Done packaging.
[info] Resolving junit#junit;4.11 ...
[info] Compiling 423 Scala sources to <
http://jfxtras.com/jenkins/job/scalafx/ws/scalafx/target/scala-2.10/classes...>
[info] Resolving org.hamcrest#hamcrest-core;1.3 ...
[info] Resolving org.scala-lang#scala-compiler;2.10.3 ...
[info] Resolving org.scala-lang#scala-reflect;2.10.3 ...
[info] Resolving org.scala-lang#jline;2.10.3 ...
[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[info] Done updating.
[warn] <
http://jfxtras.com/jenkins/job/scalafx/ws/scalafx/src/main/scala/scalafx/collections/ObservableBuffer.scala>:498: type ClassManifest in object Predef is deprecated: Use scala.reflect.ClassTag instead
[warn] def sort()(implicit m: ClassManifest[T]) {
[warn] ^
[warn] <
http://jfxtras.com/jenkins/job/scalafx/ws/scalafx/src/main/scala/scalafx/collections/ObservableBuffer.scala>:499: method erasure in trait ClassManifestDeprecatedApis is deprecated: Use runtimeClass instead
[warn] if (m.erasure.getInterfaces.contains(classOf[Comparable[_]])) {
[warn] ^
[warn] there were 775 feature warning(s); re-run with -feature for details
[warn] three warnings found
[info] Compiling 94 Scala sources to <
http://jfxtras.com/jenkins/job/scalafx/ws/scalafx-demos/target/scala-2.10/classes...>
[info] Packaging <
http://jfxtras.com/jenkins/job/scalafx/ws/scalafx/target/scala-2.10/scalafx_2.10-1.0.0-M7-SNAPSHOT.jar> ...
[info] Done packaging.
[warn] there were 34 feature warning(s); re-run with -feature for details
[warn] one warning found
[info] Packaging <
http://jfxtras.com/jenkins/job/scalafx/ws/scalafx-demos/target/scala-2.10/scalafx-demos_2.10-1.0.0-M7-SNAPSHOT.jar> ...
[info] Done packaging.
[success] Total time: 57 s, completed Nov 22, 2013 8:46:44 AM
[info] Setting version to 2.10.3
[info] Set current project to scalafx-project (in build <
http://jfxtras.com/jenkins/job/scalafx/ws/)>
Build step 'Build using sbt' changed build result to SUCCESS
Archiving artifacts
Recording test results
No test report files were found. Configuration error?
Build step 'Publish JUnit test result report' changed build result to FAILURE
Invalid address: Jarek Sacha _jps...@gmail.com_
Invalid address: Stephen Chin _steve...@gmail.com_
Failed to send e-mail to prasannakumar because no e-mail address is known, and no default e-mail domain is configured
Invalid address: Daniel
Al...@TUBARAO.requisito.net.br
Invalid address: Jarek Sacha _js...@users.sf.net_
Failed to send e-mail to Alain.Fagot.Bearez because no e-mail address is known, and no default e-mail domain is configured
Failed to send e-mail to prasee because no e-mail address is known, and no default e-mail domain is configured
Invalid address: Alain Bearez _...@cua.li_
Failed to send e-mail to rafael.afonso because no e-mail address is known, and no default e-mail domain is configured
Invalid address: Peter Pilgrim _peter....@gmail.com_
Invalid address: Robert Ladsta?tter _rlads...@gmail.com_
Invalid address: rafonso _rafael...@gmail.com_