REL-2.7.0 #12
thobreuer
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
<tags>
tag, which includes the<tag>
tag to write a description for each tag specified in the input file.jube tag
to print out the tag description of a given input file or benchmark directory.^
(exclusive disjunction (xor
)) for thetag
attribute and<check_tags>
.primekey
attribute for thekey
-tag of thedatabase
to define whether thiskey
is a primary key of the database or not. Can be set totrue
orfalse
(default:false
).JUBE_VERBOSE
to set the verbosity level.JUBE_BENCHMARK_OUTPATH
to set the benchmark outpath.--outpath
ofjube run
to specify the benchmark outpath.jube info
command now also shows information about all sets, steps, analyser and result from theconfiguration.xml
.outpath
attribute of the<benchmark>
tag no longer needs to be specified in the input file if either the command line option--outpath
is set or the new environment variableJUBE_BENCHMARK_OUTPATH
is used. The command line option overrides the environment variable, which in turn overrides the attribute in the input file.analyse.log
file and no longer printed to the console output.title
attribute of a<database>
<key>
is set, then this title is used as the name of the database column instead of the parameter or pattern name.<check_tags>
tag is now a subelement of the new<tags>
tag.jube2
tojube
and adapted the code to the name change. The links to the documentation on the websites have also been adjusted accordingly.primekeys
attribute of the<database>
is no longer supported. Use the newprimekey
attribute of the<database>
<key>
instead.<check_tags>
will no longer be supported on a global level. Instead, it should be specified in the<tags>
tag.,
) is no longer supported in<check_tags>
and thetag
attribute. Instead use|
,^
+
and!
.!include
.tag
attribute in the<path>
of the<include-path>
-tag.This discussion was created from the release REL-2.7.0.
Beta Was this translation helpful? Give feedback.
All reactions