I’ve set Eclim’s :ProjectSettings (org.eclim.project.version) and I’m now wondering how to print it out in my main class.
System.out.format("Version: %s", org.eclim.project.version); didn’t work 🙁
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Even I also don’t know much about it but this comes from what I have searched:
Firstly the “org.eclim.project.version” is used to set the project properties either in an xml file or a properties file.
Then you can access it through an annotation @Version
You ca refer to :
http://eclim.git.sourceforge.net/git/gitweb.cgi?p=eclim/eclim;a=commitdiff;h=b8c2b7f90c4eb459c7913eb36948a7a2feae95b2