JDK-8100472 : Need to separate newt build out from the prism-jogl project
  • Type: Sub-task
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: fx2.0
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2010-09-28
  • Updated: 2015-06-16
  • Resolved: 2010-09-30
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
fx2.0Fixed
Description
We need to separate newt build out from the prism-jogl project so that we easily replace it with the new glass library.

Comments
Changeset: 770172f87328 Author: Chien Yang <chien.yang@oracle.com> Date: Thu Sep 30 15:25:50 2010 -0700 URL: http://jfxsrc.sfbay.sun.com/javafx/presidio/scrum/graphics/runtime/rev/770172f87328 Description: Fixed a typo in deploy newt target Files: build-prism.xml diffs (12 lines): diff -r d82a0dea6105 -r 770172f87328 build-prism.xml --- a/build-prism.xml Thu Sep 30 14:33:43 2010 -0700 +++ b/build-prism.xml Thu Sep 30 15:25:50 2010 -0700 @@ -173,7 +173,7 @@ <target name="deploy-newt"> <copy tofile="${jfx.deployed.dir}/prism/newt-natives-${platform}.jar"> - <fileset file="javafx-iio/dist/newt-native.jar"/> + <fileset file="newt/dist/newt-native.jar"/> </copy> </target>
30-09-2010

Fixed. Changeset: a9cceeab4f73 Author: Chien Yang <chien.yang@oracle.com> Date: Thu Sep 30 14:31:56 2010 -0700 URL: http://jfxsrc.sfbay.sun.com/javafx/presidio/scrum/graphics/jfx/rev/a9cceeab4f73 Changeset: d5ea6066c01a Author: Chien Yang <chien.yang@oracle.com> Date: Thu Sep 30 14:33:33 2010 -0700 URL: http://jfxsrc.sfbay.sun.com/javafx/presidio/scrum/graphics/runtime/rev/d5ea6066c01a
30-09-2010