admin@glassfish.java.net

Re: Error building Admin Console

From: Ken Paulsen <Ken.Paulsen_at_Sun.COM>
Date: Mon, 27 Apr 2009 15:39:20 -0700

Hi Kim,

Try updating your v3/pom.xml file also. The version # for
jsftemplating.jar has changed in that file. The new version is needed
in order for you to compile. Please let me know if this does not solve
your problem.

Thanks!

Ken


Kim Haase wrote:
> 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
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: admin-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: admin-help_at_glassfish.dev.java.net
>