dev@glassfish.java.net

Re: build failure in admin gui (Works for me)

From: Anissa Lam <Anissa.Lam_at_Sun.COM>
Date: Thu, 09 Apr 2009 14:24:22 -0700

Hi Lloyd,

After seeing this, I checked out a new workspace and built from
scratch with a new local repo, no issue at all.
Ran QL on glassfish distribution and all 60 tests passed.
Looks like its something specific to your dev. env.

thanks.
Anissa.


Lloyd Chambers wrote:
> Just did a 'svn up; mvn clean; mvn install', and I get this build error:
>
>
> INFO] Picked up annotation processor
> com.sun.jsftemplating.annotation.HandlerAPFactory
> warning: A web service endpoint could not be found
> 1 warning
> /work/v3/code/admingui/common/src/main/java/org/glassfish/admingui/common/util/LocalDeploymentFacility.java:50:
> package org.glassfish.internal.api does not exist
> import org.glassfish.internal.api.Globals;
> ^
> /work/v3/code/admingui/common/src/main/java/org/glassfish/admingui/common/util/LocalDeploymentFacility.java:75:
> cannot find symbol
> symbol : variable Globals
> location: class
> org.glassfish.admingui.common.util.LocalDeploymentFacility
> final Habitat habitat = Globals.getDefaultHabitat();
> ^
> Note: Some input files use or override a deprecated API.
> Note: Recompile with -Xlint:deprecation for details.
> Note: Some input files use unchecked or unsafe operations.
> Note: Recompile with -Xlint:unchecked for details.
> 2 errors
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Fatal error compiling
>
> Embedded error: APT failed: 1
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 10 seconds
> [INFO] Finished at: Thu Apr 09 13:16:17 PDT 2009
> [INFO] Final Memory: 52M/124M
> [INFO]
> ------------------------------------------------------------------------
> cp: ./target/*.jar: No such file or directory
> --- Copying jars to /v3/glassfish/modules ---
>
>
>
> Lloyd Chambers
> lloyd.chambers_at_sun.com
> GlassFish Team
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>