When compiling the ScalaFX test suite with this build and current SFX-8 branch,
the following compiler error is thrown up:
[error]
{PATH}\scalafx\src\test\scala\scalafx\scene\transform\TransformSpec.scala:46:
object creation impossible, since method impl_derive in class Transform of type
(x$1:
com.sun.javafx.geom.transform.BaseTransform)com.sun.javafx.geom.transform.BaseTr
ansform is not defined
[error] override protected def getJavaClassInstance = new jfxst.Transform{
[error] ^
The cause is that javafx.scene.transform.Transform now has two unimplemented
abstract methods, the existing impl_apply method and a new impl_derive method.
Original issue reported on code.google.com by mike@hindsight-consulting.com on 23 Sep 2013 at 9:50
Original issue reported on code.google.com by
mike@hindsight-consulting.com
on 23 Sep 2013 at 9:50