dev@glassfish.java.net

Re: Build getting stuck

From: Rajiv Mordani <rajiv.mordani_at_oracle.com>
Date: Fri, 14 Jan 2011 16:46:41 -0800

On 1/14/2011 4:38 PM, Jane Young wrote:
>
> Can you build from v3/common/scattered-archive-api ?

No it is just stuck.

> What is the version of Maven and JDK?

java -version
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode)

mvn -version
Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
Java version: 1.6.0_22
Java home: /usr/lib/jvm/java-6-sun-1.6.0.22/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux" version: "2.6.35-24-generic" arch: "amd64" Family: "unix"

> Also, can you build with "mvn -X..."?

it is just stuck at the same location.

- Rajiv

>
> On 1/14/11 4:32 PM, Rajiv Mordani wrote:
>> I just did a clean checkout (been running into this problem since
>> yesterday evening) and the build gets stuck at
>>
>> [INFO] Building in
>> /home/rajiv/Workspaces/v3/common/scattered-archive-api
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] [resources:resources {execution: default-resources}]
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> /home/rajiv/Workspaces/v3/common/scattered-archive-api/src/main/resources
>> [INFO] [hk2:hk2-compile {execution: default-hk2-compile}]
>> [INFO] Compiling 3 source files to
>> /home/rajiv/Workspaces/v3/common/scattered-archive-api/target/classes
>>
>> It just doesn't go ahead of this step.
>>
>> I am doing an mvn -U clean install.
>>
>> Anyone else facing this?
>>
>> - Rajiv
>