Re: XWork build failing

2007-03-26 Thread Claus Ibsen
I'll be out of town for a few days but will commit the fixes for xwork in trunk and the 2.0x branch. (the one with OgnlValueStackTest) However the last failed test with the alias interceptor is still open at the moment. If anyone knows how to fix? Details posted in prev post.

Re: XWork build failing

2007-03-25 Thread Claus Ibsen
James can you look in the corresponding TEST- XML fille. It's this file that has additional tests in the bag. The plain .txt file is correct. Also on my system. - Posted via Jive Forums

Re: XWork build failing

2007-03-25 Thread Claus Ibsen
Great news. I was using Maven 2.05 vanilla. The surefire plugin in this dist is buggy. (*) Would be nice if maven could report if there are never plugins released that you could use. Well I upgraded to v2.3 of the surefire plugin and it now executes all the tests. Before: Tests run: 168,

Re: XWork build failing

2007-03-25 Thread Claus Ibsen
Got 3 out of 4 failed tested fixed now. - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=72225messageID=135717#135717 - To

Re: XWork build failing

2007-03-25 Thread James Mitchell
Yes, that's exactly what I've been seeing. -- James Mitchell The Ruby Roundup http://www.rubyroundup.com/ On Mar 25, 2007, at 7:57 AM, Claus Ibsen wrote: Great news. I was using Maven 2.05 vanilla. The surefire plugin in this dist is buggy. (*) Would be nice if maven could report if

Re: XWork build failing

2007-03-25 Thread Claus Ibsen
James did you specify version 2.3 in the pom.xml to use the one that works? The pom.xml in the svn does not specify this. - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=72225messageID=135764#135764

Re: XWork build failing

2007-03-25 Thread Claus Ibsen
Only one failing test left. Failed tests: testUsingDefaultInterceptorThatAliasPropertiesAreCopied(com.opensymphony.xwork2.interceptor.AliasInterceptorTest) Tests run: 518, Failures: 1, Errors: 0, Skipped: 0 --- Test

Re: XWork build failing

2007-03-24 Thread Claus Ibsen
Is it just me or is surefire not a bit strange on the xwork project? Could you try this: mvn clean mvn surefire-report:report And then look in target/site/surefire-report.html. Then click on the first test - ActionContextTest. It should have only 8 tests. but the list is much bigger on my

Re: XWork build failing

2007-03-24 Thread Claus Ibsen
Damm surefire seems to be a bit buggy. Just browsed it's JIRA. Created a minor bug: http://jira.codehaus.org/browse/SUREFIRE-312 - Posted via Jive Forums

Re: XWork build failing

2007-03-24 Thread James Mitchell
When I run it, here's what's in my ActionContextTest.txt --- Test set: com.opensymphony.xwork2.ActionContextTest --- Tests run: 8,

Re: XWork build failing

2007-03-23 Thread Claus Ibsen
Strange. On my XP it seems to work. D:\project\xworksvn info Path: . URL: https://svn.opensymphony.com/svn/xwork/trunk Repository Root: https://svn.opensymphony.com/svn/xwork Repository UUID: e221344d-f017-0410-9bd5-d282ab1896d7 Revision: 1388 Node Kind: directory Schedule: normal Last Changed

Re: XWork build failing

2007-03-23 Thread Piero Sartini
Am Donnerstag, 22. März 2007 schrieb Claus Ibsen: Isn't it a unit test executed by surefire? that tests what happens if you do a XSLTransformation with an invalid filename, and thus it log it at ERROR level but the test is fine. But the test fails, and this should not happen I assume? [INFO]

Re: XWork build failing

2007-03-23 Thread Piero Sartini
Am Freitag, 23. März 2007 schrieb Ted Husted: On 3/23/07, Piero Sartini [EMAIL PROTECTED] wrote: Am Donnerstag, 22. März 2007 schrieb Claus Ibsen: Isn't it a unit test executed by surefire? that tests what happens if you do a XSLTransformation with an invalid filename, and thus it log it

Re: XWork build failing

2007-03-23 Thread James Mitchell
I'm on a MacBook Pro. You can also look under target/surefire-reports/(test class).txt -- James Mitchell The Ruby Roundup http://www.rubyroundup.com/ On Mar 23, 2007, at 11:29 AM, Ted Husted wrote: On 3/23/07, Piero Sartini [EMAIL PROTECTED] wrote: Am Donnerstag, 22. März 2007 schrieb

XWork build failing

2007-03-22 Thread James Mitchell
Does XW trunk build for anyone else? When I try to build with Maven, it fails on a few tests, but if I run those same tests within Eclipse, they pass fine. -- James Mitchell The Ruby Roundup http://www.rubyroundup.com/

Re: XWork build failing

2007-03-22 Thread Philip Luppens
What exceptions and what XW version ? There are some confusing problems with XW1_2 [1], but the others seem to run fine [2]. Cheers, Phil [1] http://forums.opensymphony.com/thread.jspa?threadID=70501tstart=0 [2] http://opensource.bamboo.atlassian.com/browse/XWORK On 3/22/07, James Mitchell

Re: XWork build failing

2007-03-22 Thread Ted Husted
The XW2 head is building under Maven here. On 3/22/07, James Mitchell [EMAIL PROTECTED] wrote: Does XW trunk build for anyone else? When I try to build with Maven, it fails on a few tests, but if I run those same tests within Eclipse, they pass fine. -- James Mitchell The Ruby Roundup

Re: XWork build failing

2007-03-22 Thread Piero Sartini
Dont know if this is related. But I am unable to build s2 trunk (as well as 2_0_7) because of the following error: 2007-03-22 12:57:16,391 ERROR [XSLTResult.java:365] : Unable to render XSLT Template, 'nofile.xsl' javax.xml.transform.TransformerException: Stylesheet nofile.xsl not found in

Re: XWork build failing

2007-03-22 Thread Claus Ibsen
Isn't it a unit test executed by surefire? that tests what happens if you do a XSLTransformation with an invalid filename, and thus it log it at ERROR level but the test is fine. Try compiling without executing the tests with -Dskip.test=true or whatever the syntax is.

Re: XWork build failing

2007-03-22 Thread James Mitchell
From XW trunk... ... ... Mar 22, 2007 9:11:40 AM org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons INFO: Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans