Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
0.6.0
-
None
-
None
-
qfile
Description
I would like to be able to reference system property variables in qfile testcases, e.g.:
add jar ${hive.contrib.jar.path};
instead of
add jar ../build/contrib/hive_contrib.jar;
This should make it possible to cope with JAR names that reference the version number.