Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Source jars for Jetty

if you use maven and m2eclipse then they can be downloaded automatically

all source jars for each artifact are included in maven central
alongside the artifact itself and the javadoc

you can hit the git eclipse page if you want a zip of everything on
that released tag...
http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/

i am having issues generating the p2 repository for the release atm,
but source bundles are pushed into that repo alongside the normal osgi
bundles

cheers,
jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx



On Fri, Feb 17, 2012 at 10:14, Darin Wright <dwright@xxxxxxxxxxxx> wrote:
> Thanks, Jesse.
>
> What's the simplest way to get source Jars for Jetty?
>
> I develop in Eclipse, and simply add the Jetty jars to my build path (the jars live as part of the project such that they get deployed with our app). I'd like to add attach source jars.
>
> Thanks,
>
> Darin Wright
>
> On 2012-02-17, at 9:32 AM, Jesse McConnell wrote:
>
>> I have released an incremental update to the jetty 7.6 and 8.1
>> releases from a few weeks back.
>>
>> Eclipse:
>> http://download.eclipse.org/jetty/
>>
>> Codehaus:
>> http://dist.codehaus.org/jetty/
>>
>> Of particular note in these releases are a fix to usage of the --exec
>> in the start.ini, it was largely broken in the last release generating
>> some incorrect paths and then a few fixes to the nosql mongo session
>> handling.
>>
>> cheers,
>> jesse
>>
>>
>> jetty-7.6.1.v20120215 - 15 February 2012
>> + 369121 simplified test
>> + 370120 jvm arguments added via start.ini and --exec are missing spaces
>> + 370137 SslContextFactory does not respect order for
>>   [included|excluded]Protocols() and [included|excluded]CipherSuites().
>> + 370368 resolve stack overflow in mongo db session manager
>> + 370386 Remove META-INF from jetty distro
>> + 371040 nosqlsession needs to call correct super contructor for new sessions
>> + 371041 valid was not being set to new mongo db sessions, and the call to
>>   mongodb api was wrong in isIdInUse
>> + 371162 NPE protection for nested security handlers
>> + JETTY-1484 Add option for HashSessionManager to delete session files if it
>>   can't restore them
>>
>> jetty@codehaus-7.6.1.v20120215 - 15 February 2012
>> + 370386 Remove META-INF from hightide distro
>> + JETTY-1480 jspc-maven-plugin does not find jstl tags
>> + JETTY-1481 Change jetty-atomikos to be type jar so its dependencies can be
>>   used in jetty-hightide
>> + JETTY-1482 fix path in setuid configuration
>>
>> jetty-8.1.1.v20120215 - 15 February 2012
>> + 369121 simplified test
>> + 370120 jvm arguments added via start.ini and --exec are missing spaces
>> + 370137 SslContextFactory does not respect order for
>>   [included|excluded]Protocols() and [included|excluded]CipherSuites().
>> + 370368 resolve stack overflow in mongo db session manager
>> + 370386 Remove META-INF from jetty distro
>> + 371040 nosqlsession needs to call correct super contructor for new sessions
>> + 371041 valid was not being set to new mongo db sessions, and the call to
>>   mongodb api was wrong in isIdInUse
>> + 371162 NPE protection for nested security handlers
>> + JETTY-1484 Add option for HashSessionManager to delete session files if it
>>   can't restore them
>>
>> jetty@codehaus-8.1.1.v20120215 - 15 February 2012
>> + 370386 Remove META-INF from hightide distro
>> + JETTY-1480 jspc-maven-plugin does not find jstl tags
>> + JETTY-1481 Change jetty-atomikos to be type jar so its dependencies can be
>>   used in jetty-hightide
>> + JETTY-1482 fix path in setuid configuration
>>
>>
>>
>> --
>> jesse mcconnell
>> jesse.mcconnell@xxxxxxxxx
>> _______________________________________________
>> jetty-users mailing list
>> jetty-users@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/jetty-users
>
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top