dev@glassfish.java.net

Re: 3.1.1 build failure

From: Jane Young <jane.young_at_oracle.com>
Date: Fri, 13 May 2011 12:35:28 -0700

This is from Byron's commit (svn r46830). I think he just rolled-back
his commit.
Try updating your workspace and build again.


On 5/13/11 12:10 PM, Shing Wai Chan wrote:
> Hi,
>
> I have just updated my 3.1.1 workspace and get a compilation error
> which is also seen in Hudson.
> /export/home1/java_re/BUILD_AREA/workspace/gf-3.1.1-build-continuous/3.1.1/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/DeleteLocalInstanceCommand.java:129:
> incompatible types
> found : java.util.Map<java.lang.Integer,java.lang.String>
> required: java.util.Map<java.lang.String,java.lang.Integer>
> Map<String, Integer> procs = Jps.getProcessTable();
>
> Any idea?
> Shing Wai Chan
>