jsr369-experts@servlet-spec.java.net

[jsr369-experts] Re: Read access to svn repo

From: Mark Thomas <markt_at_apache.org>
Date: Sat, 10 Oct 2015 12:50:56 +0100

On 09/10/2015 17:26, Mark Thomas wrote:
> On 09/10/2015 17:19, Edward Burns wrote:
>>>>>>> On Fri, 9 Oct 2015 13:17:43 +0100, Mark Thomas <markt_at_apache.org> said:
>>
>> MT> Hi,
>> MT> I was looking to align Apache Tomcat 9.0.x with the EDR draft. As part
>> MT> of that process I wanted to run javap against the spec classes and
>> MT> Tomcat's implementation to ensure they were aligned. However, I do not
>> MT> seem to have read access to the svn repo. Could my Java.net user
>> MT> (markt_asf) be granted read access to the repo please.
>>
>> The sources go from the GlassFish repo. I'll have to ask them about
>> it.
>>
>> You should be able to download the latest revision from this maven repo:
>>
>> https://maven.java.net/content/repositories/releases/
>
> Thanks. That meets my immediate need. The svn repo would be helpful to
> track changes between releases but isn't essential - particularly if
> there are frequent snapshot releases.

I've found the glassfish repos now which are publicly readable. Don't
know why the java.net site doesn't link to those repos but I have
exactly what I need.

Mark


>
> Mark
>
>>
>> <dependency>
>> <groupId>javax.servlet</groupId>
>> <artifactId>javax.servlet-api</artifactId>
>> <version>4.0.0-b01</version>
>> </dependency>
>>
>> Ed
>>
>