Bug 101

Summary: jogl version in manifest
Product: [JogAmp] Jogl Reporter: Sven Gothel <sgothel>
Component: coreAssignee: Sven Gothel <sgothel>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P5    
Version: 1   
Hardware: All   
OS: all   
Type: FEATURE SCM Refs:
Workaround: ---

Description Sven Gothel 2010-03-24 07:46:49 CET


---- Reported by caoimhin 2004-07-31 13:19:42 ----

It would be nice to be able to query the jogl.jar for the version and 
build/release information.  This could aid significantly in helping debug user 
issues and classpath configuration problems.



---- Additional Comments From kbr 2006-01-11 00:47:11 ----

This information is available via the com.sun.opengl.utils.Version.getVersion()
API. I don't see how adding Manifest entries like Implementation-Version,
Implementation-Vendor, etc. will make it any easier to query such information,
and it is moderately difficult to add such entries without having to change the
version number in multiple places in the source base when upgrading it. JOGL now
prints the version when -Djogl.verbose is specified on the command line which
should be sufficient to debug most kinds of class path problems. Closing this
bug as "will not fix".




---- Additional Comments From kbr 2006-01-17 19:49:07 ----

Apparently this is more necessary in the context of JSR-231. Reopening this issue.




---- Additional Comments From kbr 2006-05-29 07:44:27 ----

This issue has been fixed by Travis Bryson from Sun.




--- Bug imported by sgothel@jausoft.com 2010-03-24 07:46 EDT  ---

This bug was previously known as _bug_ 101 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=101