I just did an svn update and then a mvn install in the admingui
directory. One of the files that came in with the svn update seems to
have caused the mvn install command to fail:
/home/chaase/gfws/trunk/v3/admingui/common/src/main/java/org/glassfish/admingui/common/tree/MBeanTreeAdaptor.java:455:
cannot find symbol
symbol : method getInstance(javax.faces.context.FacesContext)
location: class com.sun.jsftemplating.component.ComponentUtil
ComponentUtil compUtil = ComponentUtil.getInstance(ctx);
^
Note:
/home/chaase/gfws/trunk/v3/admingui/common/src/main/java/org/glassfish/admingui/common/tree/MBeanTreeAdaptor.java
uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Fatal error compiling
Hope someone can fix this.
Thanks,
Kim