See <https://builds.apache.org/job/JMeter-trunk/5476/changes>
Changes:
[pmouawad] Link to Compilable
[pmouawad] Update docs by mentioning Groovy function and advising not to use
javascript or Beanshell anymore for performances.
[pmouawad] Bug 60225 - Drop deprecated __jexl function and dependency on
commons-jexl
Bugzilla Id: 60225
[pmouawad] Bug 60224 - Deprecate Monitor Results listener
Mention Use as Monitor as DEPRECATED
Bugzilla Id: 60224
------------------------------------------
[...truncated 621 lines...]
_get_zipfile:
_check_exists:
_check_jarfile:
[echo] Checking slf4j-api-1.7.21.jar
[echo] Deleting slf4j-api-*.jar (excluding slf4j-api-1.7.21.jar)
_get_jarfile:
_get_zipfile:
_check_exists:
_check_jarfile:
[echo] Checking jtidy-r938.jar
[echo] Deleting jtidy-r938.jar (excluding jtidy-r938.jar)
_get_jarfile:
_get_zipfile:
_check_exists:
_check_jarfile:
[echo] Checking tika-core-1.13.jar
[echo] Deleting tika-core-*.jar (excluding tika-core-1.13.jar)
_get_jarfile:
_get_zipfile:
_check_exists:
_check_jarfile:
[echo] Checking tika-parsers-1.13.jar
[echo] Deleting tika-parsers-*.jar (excluding tika-parsers-1.13.jar)
_get_jarfile:
_get_zipfile:
_check_exists:
_check_jarfile:
[echo] Checking velocity-1.7.jar
[echo] Deleting velocity-*.jar (excluding velocity-1.7.jar)
_get_jarfile:
_get_zipfile:
_check_exists:
_check_jarfile:
[echo] Checking commons-lang-2.6.jar
[echo] Deleting commons-lang-*.jar (excluding commons-lang-2.6.jar)
_get_jarfile:
_get_zipfile:
_check_exists:
_check_jarfile:
[echo] Checking xalan-2.7.2.jar
[echo] Deleting xalan-*.jar (excluding xalan-2.7.2.jar)
_get_jarfile:
_get_zipfile:
_check_exists:
_check_jarfile:
[echo] Checking xercesImpl-2.11.0.jar
[echo] Deleting xercesImpl-*.jar (excluding xercesImpl-2.11.0.jar)
_get_jarfile:
_get_zipfile:
_check_exists:
_check_jarfile:
[echo] Checking xml-apis-1.4.01.jar
[echo] Deleting xml-apis-*.jar (excluding xml-apis-1.4.01.jar)
_get_jarfile:
_get_zipfile:
_check_exists:
_check_jarfile:
[echo] Checking xmlgraphics-commons-2.1.jar
[echo] Deleting xmlgraphics-commons-*.jar (excluding
xmlgraphics-commons-2.1.jar)
_get_jarfile:
_get_zipfile:
_check_exists:
_check_jarfile:
[echo] Checking xmlpull-1.1.3.1.jar
[echo] Deleting xmlpull-*.jar (excluding xmlpull-1.1.3.1.jar)
_get_jarfile:
_get_zipfile:
_check_exists:
_check_jarfile:
[echo] Checking xpp3_min-1.1.4c.jar
[echo] Deleting xpp3_min-*.jar (excluding xpp3_min-1.1.4c.jar)
_get_jarfile:
_get_zipfile:
_check_exists:
_check_jarfile:
[echo] Checking xstream-1.4.9.jar
[echo] Deleting xstream-*.jar (excluding xstream-1.4.9.jar)
_get_jarfile:
_get_zipfile:
download_checkstyle:
_process_checkstyle_jars:
_check_exists:
_check_jarfile:
[echo] Checking checkstyle-6.13-all.jar
[echo] Deleting checkstyle-*.jar (excluding checkstyle-6.13-all.jar)
_get_jarfile:
_get_zipfile:
svnCheck:
[echo] svn.revision=1763867
init-svnVersion:
[echo] svn.revision = 1763867
[echo] jmeter.version = r1763867
[echo] display.version = r1763867
[echo] implementation.version = r1763867
clean:
clean-docs:
clean-apidocs:
clean-dist:
nightly-setup:
svnCheck:
[echo] svn.revision=1763867
init-svnVersion:
[echo] svn.revision = 1763867
[echo] jmeter.version = r1763867
[echo] display.version = r1763867
[echo] implementation.version = r1763867
_check_3rdparty:
_message_3rdParty:
compile-slf4j_logkit:
[javac] Compiling 3 source files to
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/build/slf4j-logkit>
init-version:
[echo] jmeter.version = r1763867
[echo] display.version = r1763867
[echo] implementation.version = r1763867
compile-jorphan:
[javac] Compiling 56 source files to
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/build/jorphan>
[javac]
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/jorphan/org/apache/commons/jexl/bsf/JexlEngine.java>:29:
error: cannot find symbol
[javac] import org.apache.commons.jexl.JexlContext;
[javac] ^
[javac] symbol: class JexlContext
[javac] location: package org.apache.commons.jexl
[javac]
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/jorphan/org/apache/commons/jexl/bsf/JexlEngine.java>:30:
error: cannot find symbol
[javac] import org.apache.commons.jexl.JexlHelper;
[javac] ^
[javac] symbol: class JexlHelper
[javac] location: package org.apache.commons.jexl
[javac]
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/jorphan/org/apache/commons/jexl/bsf/JexlEngine.java>:31:
error: cannot find symbol
[javac] import org.apache.commons.jexl.Script;
[javac] ^
[javac] symbol: class Script
[javac] location: package org.apache.commons.jexl
[javac]
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/jorphan/org/apache/commons/jexl/bsf/JexlEngine.java>:32:
error: cannot find symbol
[javac] import org.apache.commons.jexl.ScriptFactory;
[javac] ^
[javac] symbol: class ScriptFactory
[javac] location: package org.apache.commons.jexl
[javac]
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/jorphan/org/apache/commons/jexl/bsf/JexlEngine.java>:45:
error: cannot find symbol
[javac] private JexlContext jc;
[javac] ^
[javac] symbol: class JexlContext
[javac] location: class JexlEngine
[javac]
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/jorphan/org/apache/commons/jexl/bsf/JexlEngine.java>:54:
error: cannot find symbol
[javac] jc = JexlHelper.createContext();
[javac] ^
[javac] symbol: variable JexlHelper
[javac] location: class JexlEngine
[javac]
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/jorphan/org/apache/commons/jexl/bsf/JexlEngine.java>:91:
error: cannot find symbol
[javac] Script jExpr;
[javac] ^
[javac] symbol: class Script
[javac] location: class JexlEngine
[javac]
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/jorphan/org/apache/commons/jexl/bsf/JexlEngine.java>:93:
error: cannot find symbol
[javac] jExpr = ScriptFactory.createScript((File) expr);
[javac] ^
[javac] symbol: variable ScriptFactory
[javac] location: class JexlEngine
[javac]
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/jorphan/org/apache/commons/jexl/bsf/JexlEngine.java>:95:
error: cannot find symbol
[javac] jExpr = ScriptFactory.createScript((URL) expr);
[javac] ^
[javac] symbol: variable ScriptFactory
[javac] location: class JexlEngine
[javac]
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/src/jorphan/org/apache/commons/jexl/bsf/JexlEngine.java>:97:
error: cannot find symbol
[javac] jExpr = ScriptFactory.createScript((String) expr);
[javac] ^
[javac] symbol: variable ScriptFactory
[javac] location: class JexlEngine
[javac] 10 errors
BUILD FAILED
<https://builds.apache.org/job/JMeter-trunk/ws/trunk/build.xml>:825: Compile
failed; see the compiler error output for details.
Total time: 15 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts