Re: [VOTE] Release Candidate JMeter 2.3 RC1

2007-07-06 Thread sebb

On 06/07/07, Jörg Schaible <[EMAIL PROTECTED]> wrote:

sebb wrote:

> I've created JMeter 2.3 RC1 in the directory:
>
> http://people.apache.org/~sebb/jmeter-2.3/dist
>
> Site/Docs are here:
> http://people.apache.org/~sebb/jmeter-2.3/site
>
> All feedback welcome.
>
> [ ]+1 - the release candidate looks OK, proceed with full release
> [ ]-1 - there is a problem (please indicate what it is)
>
> sebb AT apache DOT org

Hmmm. Downloaded and extracted both .tgz versions. Go into /lib, copy
bsh.jar into it. cd ..


Actually needs to be in lib/opt.



Building with JDK 6 under Linux.

ant clean test
... fails, not everything compiled


Yes, test only builds the test classes, which depend on others.


ant
... everything is build


Good.


ant test
... 9 Failures, 1 Error:


2 of these are beanshell failures which should disappear if the jar is
put in lib/opt

Not sure about the others yet; I'll take a look.



_test:
[echo]
[echo]gump.run = false
[echo]java.awt.headless = ${java.awt.headless}
[echo]test.headless =
[echo]user.dir = /home/joehni/java/jakarta-jmeter-2.3RC1
[echo]basedir = /home/joehni/java/jakarta-jmeter-2.3RC1
[echo]test dir = /home/joehni/java/jakarta-jmeter-2.3RC1/build/test
[echo]test dir gump
= /home/joehni/java/jakarta-jmeter-2.3RC1/build/test
[echo]testsaveservice.saveout = ${testsaveservice.saveout}
[echo]
[java] Setting up logging props using file: ./jmetertest.properties
[java] Using initializeProperties() from
org.apache.jmeter.util.JMeterUtils
[java] Setting up initial properties using: ./jmetertest.properties
[java] Initializing Properties: ./jmetertest.properties
[java] Setting JMeter
home: /home/joehni/java/jakarta-jmeter-2.3RC1/bin/./..
[java] java.version=1.6.0_01
[java] java.home=/opt/sun-jdk-1.6.0.01/jre
[java] user.dir=/home/joehni/java/jakarta-jmeter-2.3RC1/bin
[java] +++
[java] java.awt.headless=
[java] java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
[java] 
[java] Creating test suite
[java]
Scanning /home/joehni/java/jakarta-jmeter-2.3RC1/build/test,../lib/ext for
test cases
[java] ClassFinder found: 72 TestCase classes
[java] INFO: JMeterGUIComponent: skipping some tests
org.apache.jmeter.testbeans.gui.TestBeanGUI
[java] Created: 72 tests including 5 suites
[java] Starting test run, test count = 1292
[java] .
[java] .
[java] .
[java] ...F...F..E.
[java] .
[java] ..F...
[java] .
[java] .
[java] .
[java] .
[java] .
[java] .
[java] .
[java] .
[java] .
[java] .
[java] .
[java] .
[java] .
[java] .
[java] .
[java] .
[java] .
[java] .
[java] .
[java] .
[java] .
[java] .
[java] F.title=mytitle&description=mydescription
[java] 
[java]
[java] 
[java] F.-7d159c1302d0y0
[java] Content-Disposition: form-data; name="title"
[java] Content-Type: text/plain; charset=ISO-8859-1
[java] Content-Transfer-Encoding: 8bit
[java]
[java] mytitle
[java] -7d159c1302d0y0
[java] Content-Disposition: form-data; name="description"
[java] Content-Type: text/plain; charset=ISO-8859-1
[java] Content-Transfer-Encoding: 8bit
[java]
[java] mydescription
[java] -7d159c1302d0y0--
[java]
[java] 
[java]
[java] 
[java] F..F.F
[java] .
[java] ..F...
[java] .
[java] Time: 34,24
[java] There was 1 error:
[java] 1) SFFTest
(org.apache.jmeter.functions.Package

Re: [VOTE] Release Candidate JMeter 2.3 RC1

2007-07-06 Thread Jörg Schaible
sebb wrote:

> I've created JMeter 2.3 RC1 in the directory:
> 
> http://people.apache.org/~sebb/jmeter-2.3/dist
> 
> Site/Docs are here:
> http://people.apache.org/~sebb/jmeter-2.3/site
> 
> All feedback welcome.
> 
> [ ]+1 - the release candidate looks OK, proceed with full release
> [ ]-1 - there is a problem (please indicate what it is)
> 
> sebb AT apache DOT org

Hmmm. Downloaded and extracted both .tgz versions. Go into /lib, copy
bsh.jar into it. cd ..

Building with JDK 6 under Linux.

ant clean test
... fails, not everything compiled

ant
... everything is build

ant test
... 9 Failures, 1 Error:


_test:
 [echo]
 [echo]gump.run = false
 [echo]java.awt.headless = ${java.awt.headless}
 [echo]test.headless =
 [echo]user.dir = /home/joehni/java/jakarta-jmeter-2.3RC1
 [echo]basedir = /home/joehni/java/jakarta-jmeter-2.3RC1
 [echo]test dir = /home/joehni/java/jakarta-jmeter-2.3RC1/build/test
 [echo]test dir gump
= /home/joehni/java/jakarta-jmeter-2.3RC1/build/test
 [echo]testsaveservice.saveout = ${testsaveservice.saveout}
 [echo]
 [java] Setting up logging props using file: ./jmetertest.properties
 [java] Using initializeProperties() from
org.apache.jmeter.util.JMeterUtils
 [java] Setting up initial properties using: ./jmetertest.properties
 [java] Initializing Properties: ./jmetertest.properties
 [java] Setting JMeter
home: /home/joehni/java/jakarta-jmeter-2.3RC1/bin/./..
 [java] java.version=1.6.0_01
 [java] java.home=/opt/sun-jdk-1.6.0.01/jre
 [java] user.dir=/home/joehni/java/jakarta-jmeter-2.3RC1/bin
 [java] +++
 [java] java.awt.headless=
 [java] java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
 [java] 
 [java] Creating test suite
 [java]
Scanning /home/joehni/java/jakarta-jmeter-2.3RC1/build/test,../lib/ext for
test cases
 [java] ClassFinder found: 72 TestCase classes
 [java] INFO: JMeterGUIComponent: skipping some tests
org.apache.jmeter.testbeans.gui.TestBeanGUI
 [java] Created: 72 tests including 5 suites
 [java] Starting test run, test count = 1292
 [java] .
 [java] .
 [java] .
 [java] ...F...F..E.
 [java] .
 [java] ..F...
 [java] .
 [java] .
 [java] .
 [java] .
 [java] .
 [java] .
 [java] .
 [java] .
 [java] .
 [java] .
 [java] .
 [java] .
 [java] .
 [java] .
 [java] .
 [java] .
 [java] .
 [java] .
 [java] .
 [java] .
 [java] .
 [java] .
 [java] F.title=mytitle&description=mydescription
 [java] 
 [java]
 [java] 
 [java] F.-7d159c1302d0y0
 [java] Content-Disposition: form-data; name="title"
 [java] Content-Type: text/plain; charset=ISO-8859-1
 [java] Content-Transfer-Encoding: 8bit
 [java]
 [java] mytitle
 [java] -7d159c1302d0y0
 [java] Content-Disposition: form-data; name="description"
 [java] Content-Type: text/plain; charset=ISO-8859-1
 [java] Content-Transfer-Encoding: 8bit
 [java]
 [java] mydescription
 [java] -7d159c1302d0y0--
 [java]
 [java] 
 [java]
 [java] 
 [java] F..F.F
 [java] .
 [java] ..F...
 [java] .
 [java] Time: 34,24
 [java] There was 1 error:
 [java] 1) SFFTest
(org.apache.jmeter.functions.PackageTest)org.apache.jorphan.util.JMeterStopThreadException:
End of sequence
 [java] at
org.apache.jmeter.functions.StringFromFile.execute(StringFromFile.java:281)
 [java] at
org.apache.jmeter.functions.Abstr

Re: Update: HttpClient SVN move

2007-07-06 Thread JELLY Franz Peter

please note that i dont need infos from you !

regards, [EMAIL PROTECTED]


- Original Message - 
From: "Roland Weber" <[EMAIL PROTECTED]>

To: "Jakarta General List" 
Sent: Friday, July 06, 2007 2:33 PM
Subject: Re: Update: HttpClient SVN move



Hello all,

the code move of HttpClient 3.x in Subversion is complete.
I've left a readme in the old trunk, since that is probably
still referenced by some external references:
http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/

The new location of the code base is:
http://svn.apache.org/repos/asf/jakarta/httpcomponents/oac.hc3x/trunk/

The web site points to the new location, GUMP is using the
new location, and the Commons nightlies don't reference
HttpClient anymore.

The remaining entanglements between Commons and HttpClient are
a) the web site
  http://jakarta.apache.org/commons/httpclient/
  (3 opinions voice, 3 different preferences)
b) the download location
  http://jakarta.apache.org/site/downloads/downloads_commons.html
  (that's actually a Jakarta-wide entanglement)

cheers,
 Roland

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Update: HttpClient SVN move

2007-07-06 Thread Roland Weber
Hello all,

the code move of HttpClient 3.x in Subversion is complete.
I've left a readme in the old trunk, since that is probably
still referenced by some external references:
http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/

The new location of the code base is:
http://svn.apache.org/repos/asf/jakarta/httpcomponents/oac.hc3x/trunk/

The web site points to the new location, GUMP is using the
new location, and the Commons nightlies don't reference
HttpClient anymore.

The remaining entanglements between Commons and HttpClient are
a) the web site
   http://jakarta.apache.org/commons/httpclient/
   (3 opinions voice, 3 different preferences)
b) the download location
   http://jakarta.apache.org/site/downloads/downloads_commons.html
   (that's actually a Jakarta-wide entanglement)

cheers,
  Roland

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Jakarta Wiki] Update of "JakartaBoardReport-current" by RolandWeber

2007-07-06 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta Wiki" for 
change notification.

The following page has been changed by RolandWeber:
http://wiki.apache.org/jakarta/JakartaBoardReport-current

--
  
  === Releases ===
  
- A list of the released versions/distributions in this month.
+   * 7 July 2007 - !HttpComponents !HttpCore 4.0 alpha 5
  
  === Community changes ===
  
@@ -103, +103 @@

   ECS 
  
   HttpComponents 
-''including Commons!HttpClient''
+ 
+ !HttpCore 4.0 alpha 5 was released.
  
   JCD 
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]