Community
Participate
Working Groups
I propose we make a minor change: Add the following to the meta-inf/manifest.mf for eclipselink.jar :: Main-Class: org.eclipse.persistence.Version This change is for the sole purpose of being able to obtain eclipselink.jar 's version (& build qualifier, build time, svn revision) with a simple and easily remembered command line invocation: Easy: > java -jar eclipselink.jar Note: org.eclipse.persistence.Version already has a main() method, so no Java changes would need to be made. The code is already there. Easiest current way (Not as easy as above): > java -cp eclipselink.jar org.eclipse.persistence.Version This change would be of benefit to: - developers - system administrators - support staff - integration, installation staff
Created attachment 196244 [details] Proposed patch to build.xml and build.properties
Core & JPA Core tests pass 100% with changes in patch
Patch looks good. Applying now to verify.
Works fine. Didn't verify tests. I see no reason not to merge it. Risk is minimal. Having it available starting with initial release would be more beneficial than in a patch (2.3.1).
I merged my patched files into 2.3.0 so this would make the RC3 milestone build. Needs to be merged to the older branches.
should have mentioned, Peter reviewed and gave go-ahead.
Checked into 2.1 trunk revision: 9469
Checked into 2.2 trunk at revision: 9471
Ported to older branches. Bug resolved
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink