Re: svn commit: r628298 - /struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/Struts2PortletTest.java

2008-02-17 Thread Wendy Smoak
On Feb 16, 2008 8:54 PM, Nils-Helge Garli Hegvik [EMAIL PROTECTED] wrote: I agree, but as I understood from another message, the updated dependency to TestNG would have to be reversed if we lock the surefire plugin down to 2.3. If that's not a major issue, I guess that's the easiest way to

Re: svn commit: r628298 - /struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/Struts2PortletTest.java

2008-02-17 Thread Nils-Helge Garli Hegvik
On Feb 17, 2008 8:00 PM, Wendy Smoak [EMAIL PROTECTED] wrote: The Maven team is voting on Surefire 2.4.2 right now. Assuming nothing major pops up it should be available this week. Surefire 2.4.2-SNAPSHOT seems to work ok. Nils-H

Re: svn commit: r628298 - /struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/Struts2PortletTest.java

2008-02-16 Thread Don Brown
I explicitly removed the 2.4 servlet jar that was leaking in, but that only seemed to fix the method not found exception I was seeing. I even tried including jstl but that didn't seem to help. Don On 2/17/08, Nils-Helge Garli Hegvik [EMAIL PROTECTED] wrote: I don't know why the test have

Re: svn commit: r628298 - /struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/Struts2PortletTest.java

2008-02-16 Thread Nils-Helge Garli Hegvik
I don't know why the test have started to fail, but it appears that some updated dependency version somewhere has caused a dependency-classloader-clash The prime suspect is a conflicting version of servlet-api indirectly included somewhere... Nils-H On Feb 16, 2008 3:01 PM, [EMAIL

Re: svn commit: r628298 - /struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/Struts2PortletTest.java

2008-02-16 Thread Don Brown
Yay Maven... *ducks* :) Don On 2/17/08, Nils-Helge Garli Hegvik [EMAIL PROTECTED] wrote: I know. I've tried locally as well. It's not very obvious what the problem could be. This test has been running without problems for a long time no (after some initial start up problems...), so there's no

Re: svn commit: r628298 - /struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/Struts2PortletTest.java

2008-02-16 Thread Nils-Helge Garli Hegvik
Something is really, really weird... Seems like all loading of tlds from jar files has stopped working. If I place the missing tlds in web-inf and refer to them in web.xml, I get one step furthere and then it fails on the next tag library... What in the world could be causing this? I can't rule

Re: svn commit: r628298 - /struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/Struts2PortletTest.java

2008-02-16 Thread Nils-Helge Garli Hegvik
You're spot on, Don! I think I remember you mentioning in your blog (about the forked Maven initiative) the automatic plugin upgrades as a big drawback. Well, guess what. I've traced it down to beeing an upgrade of the maven-surefire-plugin which is breaking the test... If I set the plugin version

Re: svn commit: r628298 - /struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/Struts2PortletTest.java

2008-02-16 Thread Al Sutton
dev@struts.apache.org Sent: Saturday, February 16, 2008 7:29 PM Subject: Re: svn commit: r628298 - /struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/Struts2PortletTest.java You're spot on, Don! I think I remember you mentioning in your blog (about the forked Maven

Re: svn commit: r628298 - /struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/Struts2PortletTest.java

2008-02-16 Thread Niall Pemberton
On Feb 16, 2008 4:18 PM, Nils-Helge Garli Hegvik [EMAIL PROTECTED] wrote: Something is really, really weird... Seems like all loading of tlds from jar files has stopped working. If I place the missing tlds in web-inf and refer to them in web.xml, I get one step furthere and then it fails on

Re: svn commit: r628298 - /struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/Struts2PortletTest.java

2008-02-16 Thread Nils-Helge Garli Hegvik
I agree, but as I understood from another message, the updated dependency to TestNG would have to be reversed if we lock the surefire plugin down to 2.3. If that's not a major issue, I guess that's the easiest way to solve the problem. Nils-H On Feb 17, 2008 3:22 AM, Wendy Smoak [EMAIL

Re: svn commit: r628298 - /struts/struts2/trunk/apps/portlet/src/test/java/org/apache/struts2/portlet/test/Struts2PortletTest.java

2008-02-16 Thread Nils-Helge Garli Hegvik
Yes, I learned that yesterday, although the problem seems to lie somewhere else. I will make sure to updated the uri in a later release of the maven-jetty-pluto-embedded project. Nils-H You may know this, so apologies if I'm stating the obvious... Pluto depends on 1.0.x of the standard