We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
No branches or pull requests
Using PWS in version 7.15.0, I execute a Job that contains the following simple Groovy task script:
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.
The text was updated successfully, but these errors were encountered: