Re: cvs commit: jakarta-jmeter/lib jms.jar

2004-10-28 Thread Peter Lin
ok, I'm cool with that. so do we want to make the ant script download it to do the build? I'll remove it from CVS. peter On Thu, 28 Oct 2004 12:28:36 +0100, sebb [EMAIL PROTECTED] wrote: I think it would be better not to include the JMS in CVS at all. If anyone wants to run Jmeter with

cvs commit: jakarta-jmeter/lib jms.jar

2004-10-28 Thread woolfel
woolfel 2004/10/28 06:33:57 Removed: lib jms.jar Log: removing jms.jar from CVS. this means developers have to download the jar file individually. it's an unfortunate result of Sun's license. peter -

Re: cvs commit: jakarta-jmeter/lib jms.jar

2004-10-28 Thread sebb
On Thu, 28 Oct 2004 09:30:33 -0400, Peter Lin [EMAIL PROTECTED] wrote: ok, I'm cool with that. so do we want to make the ant script download it to do the build? Probably not, as I think that would bypass the agreement. I'll remove it from CVS. Thanks - it should also be removed from the

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/samplers SampleResult.java

2004-10-28 Thread woolfel
woolfel 2004/10/28 16:38:14 Modified:src/core/org/apache/jmeter/samplers SampleResult.java Log: I added two attributes to sampleResult, which may be useful to other samplers like the java sampler. the first one is sampleCount in case a sampler does a set number of loops within

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/visualizers SamplingStatCalculator.java

2004-10-28 Thread woolfel
woolfel 2004/10/28 16:41:43 Modified:src/core/org/apache/jmeter/visualizers SamplingStatCalculator.java Log: updated the addSample(Sample) method to check and see if the result is more than one result. peter Revision ChangesPath 1.4

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/resources messages.properties

2004-10-28 Thread woolfel
woolfel 2004/10/28 16:45:56 Modified:src/core/org/apache/jmeter/resources messages.properties Log: added some more entries for JMS related stuff. peter Revision ChangesPath 1.131 +7 -1

cvs commit: jakarta-jmeter build.xml

2004-10-28 Thread woolfel
woolfel 2004/10/28 22:25:25 Modified:.build.xml Log: adding the ant taks for the jms sampler. I still need to update the eclipse classpath file. peter Revision ChangesPath 1.193 +25 -3 jakarta-jmeter/build.xml Index: build.xml