Re: Updated Eclipse build doc for jmeter

2007-06-10 Thread sebb
I've found the problem. When Eclipse does a build, by default it copies the properties files to the output build tree (where the class files are). However, the Ant build does not do this. So if you do: ant clean package there will be no properties files in the build tree, whereas if you do:

svn commit: r545878 - in /jakarta/jmeter/branches/rel-2-2: eclipse.classpath eclipse.readme

2007-06-10 Thread sebb
Author: sebb Date: Sun Jun 10 07:09:15 2007 New Revision: 545878 URL: http://svn.apache.org/viewvc?view=rev&rev=545878 Log: Eclipse builds no longer exclude images [Allows Run to work without needing core.jar] Updated readme; no longer any optional jars for build purposes. Modified: jakarta/j

svn commit: r545880 - /jakarta/jmeter/branches/rel-2-2/build.xml

2007-06-10 Thread sebb
Author: sebb Date: Sun Jun 10 07:23:37 2007 New Revision: 545880 URL: http://svn.apache.org/viewvc?view=rev&rev=545880 Log: Document Eclipse/Ant build differences Modified: jakarta/jmeter/branches/rel-2-2/build.xml Modified: jakarta/jmeter/branches/rel-2-2/build.xml URL: http://svn.apache.o

Re: Updated Eclipse build doc for jmeter

2007-06-10 Thread sebb
I've updated eclipse.readme and eclipse.classpath. The classpath no longer excludes images or properties, so Eclipse builds should now be able to run JMeter from the build directory. It still needs the jars to be present in lib/ext, because of the way that JMeter finds classes. This could probab

svn commit: r545905 - /jakarta/jmeter/branches/rel-2-2/test/src/org/apache/jmeter/extractor/TestXPathExtractor.java

2007-06-10 Thread sebb
Author: sebb Date: Sun Jun 10 09:20:33 2007 New Revision: 545905 URL: http://svn.apache.org/viewvc?view=rev&rev=545905 Log: Add some attribute and empty child test cases Modified: jakarta/jmeter/branches/rel-2-2/test/src/org/apache/jmeter/extractor/TestXPathExtractor.java Modified: jakarta

DO NOT REPLY [Bug 40077] - Creating new Elements copies values from Existing elements

2007-06-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r545917 - in /jakarta/jmeter/branches/rel-2-2: src/components/org/apache/jmeter/visualizers/ViewResultsFullVisualizer.java xdocs/changes.xml xdocs/usermanual/component_reference.xml

2007-06-10 Thread sebb
Author: sebb Date: Sun Jun 10 11:07:10 2007 New Revision: 545917 URL: http://svn.apache.org/viewvc?view=rev&rev=545917 Log: Bug 42582 - JSON pretty printing in Tree View Listener Modified: jakarta/jmeter/branches/rel-2-2/src/components/org/apache/jmeter/visualizers/ViewResultsFullVisualizer.

DO NOT REPLY [Bug 42582] - Patch to r541884, adding pretty JSON rendering to 'Response Data' tab of View Results Tree

2007-06-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r545918 - in /jakarta/jmeter/branches/rel-2-2/src/protocol/http/org/apache/jmeter/protocol/http/sampler: AccessLogSampler.java AccessLogSamplerBeanInfo.java

2007-06-10 Thread sebb
Author: sebb Date: Sun Jun 10 11:59:56 2007 New Revision: 545918 URL: http://svn.apache.org/viewvc?view=rev&rev=545918 Log: Downgrade log messages to debug; add NON-NLS markers Modified: jakarta/jmeter/branches/rel-2-2/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AccessLogSample

svn commit: r545919 - /jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/gui/ArgumentsPanel.java

2007-06-10 Thread sebb
Author: sebb Date: Sun Jun 10 12:27:53 2007 New Revision: 545919 URL: http://svn.apache.org/viewvc?view=rev&rev=545919 Log: Forgot clearGui() for this element Modified: jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/gui/ArgumentsPanel.java Modified: jakarta/jmeter/branch

Re: While Controller bug?

2007-06-10 Thread sebb
Tried changing the code as suggested, and it does not break any existing tests, but that does not mean it is correct ... ;-) Try using the User Parameters Pre-Processor instead of UDV; that seems to work without needing the fix. S On 11/05/07, Vladimir Sitnikov <[EMAIL PROTECTED]> wrote: Hi, I

svn commit: r545943 - /jakarta/jmeter/branches/rel-2-2/bin/BeanShellListeners.bshrc

2007-06-10 Thread sebb
Author: sebb Date: Sun Jun 10 14:20:30 2007 New Revision: 545943 URL: http://svn.apache.org/viewvc?view=rev&rev=545943 Log: Fix comment markers Modified: jakarta/jmeter/branches/rel-2-2/bin/BeanShellListeners.bshrc Modified: jakarta/jmeter/branches/rel-2-2/bin/BeanShellListeners.bshrc URL:

svn commit: r545944 - /jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/util/BeanShellInterpreter.java

2007-06-10 Thread sebb
Author: sebb Date: Sun Jun 10 14:22:03 2007 New Revision: 545944 URL: http://svn.apache.org/viewvc?view=rev&rev=545944 Log: Tidy logging; add evalNoLog() method for use by listener callbacks Modified: jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/util/BeanShellInterpreter.java

svn commit: r545946 - in /jakarta/jmeter/branches/rel-2-2/src: components/org/apache/jmeter/assertions/ components/org/apache/jmeter/extractor/ components/org/apache/jmeter/modifiers/ components/org/a

2007-06-10 Thread sebb
Author: sebb Date: Sun Jun 10 14:26:49 2007 New Revision: 545946 URL: http://svn.apache.org/viewvc?view=rev&rev=545946 Log: Suppress default logging of failed listener invocations Modified: jakarta/jmeter/branches/rel-2-2/src/components/org/apache/jmeter/assertions/BeanShellAssertion.java

svn commit: r545952 - in /jakarta/jmeter/branches/rel-2-2/src: components/org/apache/jmeter/assertions/ components/org/apache/jmeter/extractor/ components/org/apache/jmeter/modifiers/ components/org/a

2007-06-10 Thread sebb
Author: sebb Date: Sun Jun 10 14:55:11 2007 New Revision: 545952 URL: http://svn.apache.org/viewvc?view=rev&rev=545952 Log: Simplify BeanShell init and logging Modified: jakarta/jmeter/branches/rel-2-2/src/components/org/apache/jmeter/assertions/BeanShellAssertion.java jakarta/jmeter/br

svn commit: r545957 - in /jakarta/jmeter/branches/rel-2-2/src: components/org/apache/jmeter/assertions/BeanShellAssertion.java functions/org/apache/jmeter/functions/BeanShell.java protocol/java/org/ap

2007-06-10 Thread sebb
Author: sebb Date: Sun Jun 10 15:34:24 2007 New Revision: 545957 URL: http://svn.apache.org/viewvc?view=rev&rev=545957 Log: Oops - need to retrieve the property value ... Modified: jakarta/jmeter/branches/rel-2-2/src/components/org/apache/jmeter/assertions/BeanShellAssertion.java jakart

Bug report for JMeter [2007/06/10]

2007-06-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned