dev@wadl.java.net

Re: continuous build + maven deployment

From: Pavel Bucek <pavel.bucek_at_oracle.com>
Date: Fri, 03 Jun 2011 21:17:58 +0200

On 6/1/11 5:22 PM, Hadley, Marc J wrote:
> On Jun 1, 2011, at 10:30 AM, Pavel Bucek wrote:
>> I'm going to renew continuous build + maven deployment and want to check
>> environment.
>>
>> I'd like to run it on JDK 1.5 - linux and build with maven 3.x. Or.. can
>> I use JDK 1.6? (is there some valid reason for it?).
>>
> I honestly can't remember if the code uses any new-to-JDK 1.6 features.
it doesn't.

actually I'm surprised that it *requires* jdk 1.5 and does not compile
with jdk 1.6. Compilation fails with following message:

/Users/pavel/wadl/wadl~svn/trunk/wadl/wadl-core/src/main/java/org/jvnet/ws/wadl2java/ast/PathSegment.java:[247,26]
cannot find symbol
symbol : method isRequired()
location: class org.jvnet.ws.wadl.Param

/Users/pavel/wadl/wadl~svn/trunk/wadl/wadl-core/src/main/java/org/jvnet/ws/wadl2java/ast/PathSegment.java:[260,28]
cannot find symbol
symbol : method isRequired()
location: class org.jvnet.ws.wadl.Param

... etc. Not sure what causes that (haven't investigated yet) but I
suspect JAXB from JDK 1.6 is picked up).

>> And about maven deployment - easy way for me is deploying to java.net
>> maven2 repo, but I think I could manage to put it into maven central
>> (via provided sonatype repo) - any thoughts on that? Deploying to
>> central will require some additional work (pom cleanup + update).
>>
> Just deploying to the java.net repo is fine with me.
okay.

Current status is that I renewed continuous build and deployment to
java.net maven 2 repo, fresh 1.1-SNAPSHOT should became in one hour.

Regards,
Pavel
> Marc.
>