Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PAVersion.getProActiveVersion() returns wrong version number #1318

Open
lpellegr opened this issue Aug 24, 2016 · 1 comment
Open

PAVersion.getProActiveVersion() returns wrong version number #1318

lpellegr opened this issue Aug 24, 2016 · 1 comment

Comments

@lpellegr
Copy link
Contributor

Using PWS in version 7.15.0, I execute a Job that contains the following simple Groovy task script:

import org.objectweb.proactive.api.PAVersion;

println PAVersion.getProActiveVersion();

The script displays _ $Id$_ as version number. It should output 7.15.0 since PWS includes ProActive Programming in the same version.

The value $Id$ seems to be a legacy of SVN.

@pedrovelho
Copy link

Indeed we have this value hardcoded here.

Were we supposed to replace $id$ at each release? If yes is this supposed to be automatic or should we manually do it before releasing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants