users@jersey.java.net

Re: spring-integration tested and described

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Mon, 21 Apr 2008 08:59:59 +0200

Hi Martin,

Great!

How do you think we should integrate this into the into trunk (the
code merge is the easiest bit :-) ) for building, testing and
constructing the distribution package?

Currently we use "ant dist", i am guessing this task would need to
defer to maven for the spring building/packaging.

Paul.

On Apr 21, 2008, at 2:10 AM, Martin Grotzke wrote:

> Hi,
>
> the spring-integration is now tested completely with both spring
> 2.0 and
> 2.5 and I justed blogged about it:
> http://www.javakaffee.de/blog/2008/04/21/jersey-spring-integration-
> mostly-complete/
>
> I'll update the wiki these days with this, feedback welcome.
>
> Testing against both spring 2.0 and 2.5 was fairly easy to achieve
> with
> maven (using profiles), one can simply run
> mvn -P spring20 test
> or
> mvn -P spring25 test
> to activate one or the other...
>
> Cheers,
> Martin
>
>
>