dev@glassfish.java.net

Re: build failure related to JDCI

From: Bill Shannon <bill.shannon_at_sun.com>
Date: Wed, 29 Apr 2009 12:28:43 -0700

Jane Young wrote:
>
>>
>> I guess building twice in any way actually works around the JDK bug?
>>
> No, it's not a workaround. The issue is that we can't build
> maven-glassfishbuild-extension and maven-glassfishbuild-plugin while
> using the artifacts to build rest of v3 workspace in the same maven
> reactor. So -Prelease-phase1 is introduced to build these artifacts in
> v3/build submodule. Since you didn't build with -Prelease-phase1, the
> artifacts were downloaded from the maven repository.

I see. So the build was using potentially older versions of these
components to build the other components?

>> So now it's safe to use the <mirrors> entry in my settings.xml?
>>
>> Is this version of Nexus going to cache *anything* I might access
>> using maven?
>>
>>
>> With these changes my build still fails, details in next message...
>>
> Are you still seeing build failures using setting.xml?

No, it all seems to be working now. (Sorry, false alarm above. I had
actually run out of disk space but that's rarely clear from the build
failure.)

Thanks!