Hi,
really great work, thanx!
Just two things I want to address:
1) Two tests seems to fail in jersey-tests, so I can install
trunk/jersey via "mvn -Dmaven.test.skip=true install" but not with "mvn
install".
2) I noticed that the module "generate-wadl" in jersey/samples/pom.xml
was removed. The dependency on jersey-project was wrong, so that
generate-wadl could not be built. I changed the dependency to
jersey-server, so that the generate-wadl sample now builds correctly.
If this was the reason why it was removed from samples/pom.xml it can be
added again.
Cheers,
martin
On Fri, 2008-07-25 at 19:10 +0200, Jakub Podlesak wrote:
> On Thu, Jul 24, 2008 at 06:09:12PM +0200, Jakub Podlesak wrote:
> >
> > Hi all,
> >
> > I am going to merge changes from [jersey-modularization] into the main trunk.
> > Unfortunately i am having issues merging it in a one big shot. I will go with
> > some smaller steps and will most probably destabilize the trunk for some time.
> >
> > I will let you know when everything is ok again.
>
> The trunk should be stable again.
>
> You can build things after checkout this way:
>
> svn co https://jersey.dev.java.net/svn/jersey/trunk jersey-trunk
> cd jersey-trunk/jersey
> mvn clean install
>
> which will create (besides others) the following main jar files for you:
>
> 232K jersey-core/target/jersey-core-0.9-ea-SNAPSHOT.jar
> 344K jersey-server/target/jersey-server-0.9-ea-SNAPSHOT.jar
> 38K jersey-client/target/jersey-client-0.9-ea-SNAPSHOT.jar
> 55K jersey-json/target/jersey-json-0.9-ea-SNAPSHOT.jar
> 9K jersey-atom/target/jersey-atom-0.9-ea-SNAPSHOT.jar
>
> You can see that things have been split out. If you want to keep using
> a single big jar file, you can use:
>
> 664K jersey-bundle/target/jersey-bundle-0.9-ea-SNAPSHOT.jar
>
> All artifacts should be available together with source and javadoc jars at [1].
>
> ~Jakub
>
> [1]http://download.java.net/maven/2/com/sun/jersey/
>
>
>
> >
> > Thanks for understanding.
> >
> > ~Jakub
> > --
> > http://blogs.sun.com/japod
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe_at_jersey.dev.java.net
> > For additional commands, e-mail: users-help_at_jersey.dev.java.net
> >