You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by co...@apache.org on 2010/05/11 21:55:00 UTC

[CONF] Apache Bean Validation > Version Info

Space: Apache Bean Validation (http://cwiki.apache.org/confluence/display/BeanValidation)
Page: Version Info (http://cwiki.apache.org/confluence/display/BeanValidation/Version+Info)

Added by Donald Woods:
---------------------------------------------------------------------
h3. Command-line

To determine the Bean Validation version and revision you are using, run the following command from a cmdline:
{noformat}
java -jar ./bval-core-0.1-incubating-SNAPSHOT.jar
{noformat}
Which should display the project version, svn revision and your local runtime environment, like:
{code}
Project: Apache Bean Validation
Version: 0.1-incubating-SNAPSHOT
Revision: 943245

os.name: Mac OS X
os.version: 10.6.3
os.arch: x86_64

java.version: 1.6.0_17
java.vendor: Apple Inc.

java.class.path:
	./bval-core-0.1-incubating-SNAPSHOT.jar

user.dir: /Users/xxxxx/validation/apache-incubator-bval/trunk/bval-core/target
{code}


h3. Programmatic

For programmatic access, take a look at the public getters in:
{noformat}
bval-core/src/main/java/org/apache/bval/util/BeanValidationVersion.java
{noformat}
including the following, which will returns the strings above:
{code}
getName() == "Apache Bean Validation"
getVersion() == "0.1-incubating-SNAPSHOT"
getRevision() == "943245"
{code}



Change your notification preferences: http://cwiki.apache.org/confluence/users/viewnotifications.action