Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.1.0, 0.2.0
-
None
-
None
-
None
Description
Currently the release version number is hard-coded at the top of the qit_common.py file. This version number is the release version, and is used to name the Java jar file containing shim classes and dependencies.
This should be replaced with either:
- reading the version number in the environment;
- reading the version number from a saved text file
At present, the version number used to create the .jar file is derived from a small utility script that extracts the version from the .pom file. But this information is not being carried over into the test itself.