gnu.classpath.version property is incorrect
Project: | JNode Core |
Component: | Code |
Category: | bug report |
Priority: | minor |
Assigned: | Unassigned |
Status: | active |
Jump to:
Description
Steps to reproduce:
1) wget http://superb-west.dl.sourceforge.net/sourceforge/jnode/jnode-x86_0.2.4....
2) qemu -m 512 -cdrom jnode-x86_0.2.4.iso
3) Choose "JNode (all plugins)" from GRUB boot menu.
4) env
Expected results:
4) env lists gnu.classpath.version and a version number for gnu classpath
Actual results:
4) env lists gnu.classpath.version but the version number is just "@VERSION@".
Please let me know if you can't reproduce this bug.
- Login to post comments
#2
Adding an issue title
#3
You know, given that we are now only using a small subset of Classpath, and we are aiming to replace it as far as possible with OpenJDK code, should we be defining a "gnu.classpath.version" property at all? The supposed purpose of the property is to allow applications to code for Classpath specific features / behavior in the Java libraries. But the chances are that the particular feature / behavior that the application is looking for has been replaced.