users@jersey.java.net

Re: [Jersey] 1.0.1 release planned for 1st Dec.

From: Craig McClanahan <Craig.McClanahan_at_Sun.COM>
Date: Thu, 20 Nov 2008 22:50:36 -0800

Gili wrote:
> Paul,
>
> jersey-bundle-1.0.1-SNAPSHOT-sources.jar and some other files have a file
> size of 1k and do not actually contain any source-code.
>
>
It may be that the build process is running right now, and those files
are incomplete -- in which case it probably won't pick up the change I
just made to make the cause of the NPE you encountered in
MultiPartReader more clear.

It's really easy to build Jersey directly from the source code, if you
have Maven 2.0.9 or later installed. Here's the command line steps to
do so from scratch:

    svn co https://jersey.dev.java.net/svn/jersey/trunk/jersey jersey-trunk
    (you'll need to provide your java.net credentials)
    cd jersey-trunk/jersey
    mvn clean install

This will build everything (including all the contrib modules) and put
them in your local Maven repository.

Craig

> Gili
>
>
> Paul Sandoz wrote:
>
>> Hi,
>>
>> We plan to release 1.0.1 on the 1st of Dec.
>>
>> Included in this release will be:
>>
>> 1) Multipart;
>>
>> 2) Apache HTTP client; and
>>
>> 3) Improved IoC integration framework.
>>
>> Paul.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe_at_jersey.dev.java.net
>> For additional commands, e-mail: users-help_at_jersey.dev.java.net
>>
>>
>>
>>
>
>