dev@glassfish.java.net

Re: Unable to build 3.2

From: Jane Young <jane.young_at_oracle.com>
Date: Thu, 03 Feb 2011 13:10:58 -0800

Hi Bill,

gfbuild.sh works for me on the Mac and on a clean maven repository.
Have you ever built GF on this new machine?

Which JDK and Maven version are you using?
What OS is installed on this new machine ?

Jane

On 2/3/11 11:21 AM, Bill Shannon wrote:
>
> I created a new workspace on a new machine with no maven repository.
> Building with gfbuild.sh fails. I thought it was supposed to handle
> the -Prelease-phase1 stuff. I did that by hand and got further.
>
> Now the build is failing with a test failure:
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building JSR-196 Provider Framework Reference Implementation
> [INFO] task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> ...
> INFO: consumer thread: 165 stopping - remaining: 15
> Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 30.113
> sec <<< FAILURE!
>
> Results :
>
> Failed tests:
> stressFactory(test.com.sun.jaspic.config.FactoryTest)
>
> Tests run: 5, Failures: 1, Errors: 0, Skipped: 0
>
>
> Any idea what's going on here?