Bug 101 - jogl version in manifest
Summary: jogl version in manifest
Status: VERIFIED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: core (show other bugs)
Version: 1
Hardware: All all
: P5 normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2004-07-31 01:19 CEST by Sven Gothel
Modified: 2010-03-24 07:46 CET (History)
0 users

See Also:
Type: FEATURE
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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