Re: XWork test failures

2009-02-25 Thread Lukasz Lenart
2009/2/25 Lukasz Lenart : > Problems with testWildCardInclude and testFinder are related to new > Surefire plugin version, with 2.4 they fail, but passed with 2.3 (both > will pass under IDEA) I've been playing with testFinder but no idea what is wrong, when I launch it from command line the finde

Accessing properties set in struts.xml and/or struts.properties

2009-02-25 Thread Andreas Joseph Krogh
Hi all. I would like to extend the struts2 servlet-filters with a config-option telling it URI-patterns to exclude. My thoughts are to add a property: struts.action.url_exclude_pattern=/lang/.*,/pages/.* and have the StrutsPrepareFilter, StrutsExecuteFilter and StrutsPrepareAndExecuteFilter ign

Re: XWork test failures

2009-02-25 Thread Wes Wannemacher
On Wed, Feb 25, 2009 at 11:14 AM, Musachy Barroso wrote: > Yeah, I overloaded a constructor and used it in Convention. > I don't think it's the change that killed it, just the fact that the XWork snapshot isn't in Bamboo's repo because it's build is failing. -Wes -- Wes Wannemacher Author -

Re: XWork test failures

2009-02-25 Thread Musachy Barroso
Yeah, I overloaded a constructor and used it in Convention. On Wed, Feb 25, 2009 at 11:08 AM, Wes Wannemacher wrote: > On Wed, Feb 25, 2009 at 10:58 AM, Rene Gielen wrote: >> Same here. Is the failing Hudson snapshot build also the reason why the >> S2.1 Bamboo build is still failing? Bamboo bui

Re: XWork test failures

2009-02-25 Thread Wes Wannemacher
On Wed, Feb 25, 2009 at 10:58 AM, Rene Gielen wrote: > Same here. Is the failing Hudson snapshot build also the reason why the > S2.1 Bamboo build is still failing? Bamboo build isn't able to get the > XWork update with Musachy's latest XW commit, needed for S2 build. > > Am Mi, 25.02.2009, 16:34,

Re: XWork test failures

2009-02-25 Thread Rene Gielen
Same here. Is the failing Hudson snapshot build also the reason why the S2.1 Bamboo build is still failing? Bamboo build isn't able to get the XWork update with Musachy's latest XW commit, needed for S2 build. Am Mi, 25.02.2009, 16:34, schrieb Musachy Barroso: > The overflow test might be related

Ð’Ð°ÐºÐ°Ð½ÑÐ¸Ñ  для тех , кто ище т работу

2009-02-25 Thread ApopsluttotAnna
Участие в опросах (от 2$), участие в фокус-группах on-line опросов (от 20$ в час), тестирование продукции (от 10$). Работа на своем компьютере (дом, работа, Интернет-кафе), Ð

Re: XWork test failures

2009-02-25 Thread Lukasz Lenart
Problems with testWildCardInclude and testFinder are related to new Surefire plugin version, with 2.4 they fail, but passed with 2.3 (both will pass under IDEA) testJaredFiles - is strange for me, there wasn't problem, but I will double-check testOverflows - this can be related to conversion bug,

Re: XWork test failures

2009-02-25 Thread Musachy Barroso
The overflow test might be related to a bug Lucasz fixed about double conversion on negative numbers. The others pass in IntelliJ and fail with maven, so yeah something is up. musachy On Wed, Feb 25, 2009 at 10:12 AM, Wes Wannemacher wrote: > Now that we are depending on the xwork snapshot, I we

XWork test failures

2009-02-25 Thread Wes Wannemacher
Now that we are depending on the xwork snapshot, I went ahead and setup an XWork build in Hudson, just like the struts2 builds. The test failures are showing up there, but I can't reproduce them... Well, I can, they fail when you run the build with Maven, but if you run the tests individually, lik

Re: JQuery integration

2009-02-25 Thread Wes Wannemacher
On Wed, Feb 25, 2009 at 9:39 AM, Musachy Barroso wrote: >> On an aside, have you definitively decided to move the json interceptor and >> result-type into the core? >> > > Nobody seems to be against it, so I guess we just have to vote on it. > > musachy > There were no objections to the original

Re: JQuery integration

2009-02-25 Thread Musachy Barroso
> On an aside, have you definitively decided to move the json interceptor and > result-type into the core? > Nobody seems to be against it, so I guess we just have to vote on it. musachy - To unsubscribe, e-mail: dev-unsubscr...