Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] WTP Plugin

Done a bit more poking around on this issue...

I _think_ what we ought to do is offer up runtimes for each of the
minor versions we are releasing and then update the locations of those
minor versions as we issue bugfix releases...

so we have a 7.0 runtime (if we want to bother) 7.1 and 7.2

the 8.0 one ought to be for our M2 releases

As near as I can tell this is basically what Geronimo is doing and I
figure that is as good a place to look as anything.  I also have a
question out to angel vera for some pointers at anything official
documentation wise on how to structure this

cheers,
jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx



On Fri, Dec 3, 2010 at 10:04, Jesse McConnell <jesse.mcconnell@xxxxxxxxx> wrote:
> i considered that but I am not sure how that jives with the 'Runtime',
> it seems to me that WTP is setup so those runtimes are to be per
> version..
>
> maybe I'll ask angel vera from wtp about it
>
> jesse
>
> --
> jesse mcconnell
> jesse.mcconnell@xxxxxxxxx
>
>
>
> On Fri, Dec 3, 2010 at 09:39, Greg Wilkins <gregw@xxxxxxxxxxx> wrote:
>> Jesse,
>>
>> when we make the index file for the jetty download directory, we could
>> also create a little XML file with jetty versions and links.  The
>> plugin could fetch that XML and use it as the basis of the buttons.
>> If the fetch fails, it can offer just stable-7
>>
>> cheers
>> _______________________________________________
>> jetty-dev mailing list
>> jetty-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/jetty-dev
>>
>


Back to the top