On Jun 30, 2010, at 11:25 PM, Jason Winnebeck wrote:
> The sources appear to be all available via the standard way you can
> get them via Maven. You can browse directly at http://download.java.net/maven/2/com/sun/jersey/
> . The individual components are each in their own directory, which
> includes source and javadoc.
>
> For example:
> http://download.java.net/maven/2//com/sun/jersey/jersey-core/1.3/jersey-core-1.3-sources.jar
>
> If you want the JSR311 javadocs, they are elsewhere I think. Those
> appear to be here:
> http://download.java.net/maven/2//javax/ws/rs/jsr311-api/1.1.1/
>
And a good maven aware IDE should notice the source artifacts (in
addition to the javadoc artifacts).
Note that those sources are not meant to be used to compile/build
Jersey they are only there for read only and debugging purposes.
To build see:
https://jersey.dev.java.net/nonav/documentation/latest/user-guide.html
#d4e1772
Paul.
> Jason
>
> On 6/30/2010 3:19 PM, Jordan, Thomas wrote:
>> Where can I get the source code for Jersey?
>>
>> Can you provide a link to the Jersey 1.3 source code jar file?
>>
>> Can you provide a link to the Jersey 1.3 javadocs jar file?
>>
>> The subversion link (https://jersey.dev.java.net/svn/jersey)
>> requires an
>> account that I don’t have. Also I do not need to checkout and modify
>> anything, I just need the source code to help figure out how to use
>> it.
>> Javadocs would be helpful as well.
>>
>> Thanks
>> Tom
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jersey.dev.java.net
> For additional commands, e-mail: users-help_at_jersey.dev.java.net
>