Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Jetty 7.6.x

ah, I see that our little shell scripting that generates all these
pages isn't smart enough to handle archive.eclipse.org for p2
things...

going to have to rewrite a bit of this I guess

or maybe make a composite repository under download and point to the
p2 repositories on archive?  would have to tinker with that a bit

pity p2 isn't more like maven repositories

cheers,
jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx


On Mon, Aug 20, 2012 at 4:25 PM, Joakim Erdfelt <joakim@xxxxxxxxxxx> wrote:
> Try dropping the "/repository" at the end of the URL.
>
> Seems the repository is at
> http://archive.eclipse.org/jetty/updates/jetty-bundles-7.x/7.6.0.v20120127/
> as I can download
> http://archive.eclipse.org/jetty/updates/jetty-bundles-7.x/7.6.0.v20120127/content.jar
> just fine (my admittedly simple check for the existence of a p2 repository)
>
> --
> Joakim Erdfelt <joakim@xxxxxxxxxxx>
> www.webtide.com
> Developer advice, services and support
> from the Jetty & CometD experts.
>
>
>
> On Mon, Aug 20, 2012 at 2:10 PM, Matthias Sohn
> <matthias.sohn@xxxxxxxxxxxxxx> wrote:
>>
>> At the moment we are using Jetty  7.6.0.v20120127 to run JGit's HTTP
>> tests.
>> It seems I can't find this anymore. The archive URL for this old version
>> seems
>> not to work:
>>
>> http://archive.eclipse.org/jetty/updates/jetty-bundles-7.x/7.6.0.v20120127/repository
>> Eclipse says this doesn't look like a p2 repository.
>>
>> The Jetty download page also doesn't list p2 repositories for the newer
>> 7.6.x releases.
>>
>> Any hints where I could find these repositories ?
>>
>> We want to also use Jetty 7.6 with Eclipse 4.2 but this only works when
>> using a target platform. Unfortunately this is more time consuming since
>> PDE
>> seems to refresh the target platform with every Eclipse restart which
>> takes a lot
>> of time.
>>
>> I tried to install Jetty 7.6 into Eclipse 4.2 instead. This fails since
>> the
>> Eclipse help system seems to require Jetty 8 and doesn't allow to install
>> 7.6 in addition. Any hint how this could be fixed ? Could the help system
>> providers relax so that we could install 7.6 in parallel to Jetty 8 ?
>>
>> --
>> Matthias
>>
>> _______________________________________________
>> jetty-dev mailing list
>> jetty-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/jetty-dev
>>
>
>
> _______________________________________________
> jetty-dev mailing list
> jetty-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-dev
>


Back to the top