JDK-8100899 : Simplify prism-jogl build system
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: fx2.0
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2011-10-27
  • Updated: 2015-06-16
  • Resolved: 2011-11-15
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.1Fixed
Related Reports
Blocks :  
Blocks :  
Blocks :  
Description
The existing prism-jogl project has a very complex build system. As part of the demise jogl work (RT-17404), a sub task to disintegrate prism-jogl into smaller specific projects is preferred. This is will make future work more manageable. 

Eliminate the complex prism-jogl build system by disintegrate prism-jogl into tentatively 8 projects under runtime.

prism-es2 (an existing project)
prism-es2-native
prism-es2-linux
prism-es2-linux-native
prism-es2-mac
prism-es2-mac-native
prism-es2-win
prism-es2-win-native 
Comments
Verified.
17-03-2012

OK / SQE
14-12-2011

SQE: no impact
02-12-2011

Fixed. Changeset: 4b8c581a58c9 Author: Chien Yang <chien.yang@orcale.com> Date: Tue Nov 15 08:52:37 2011 -0800 URL: http://jfxsrc.us.oracle.com/javafx/2.1/scrum/graphics/rt-closed/rev/4b8c581a58c9
15-11-2011

It turns out that we can simplify the build system by eliminating the extra native projects (prism-es2-x11-native, prism-es2-mac-native and prism-es2-windows-native ), and combine all native code into prism-es2-native
15-11-2011