dev@glassfish.java.net

GF V3 trunk fails in clean full building

From: Changshin Lee <iasandcb_at_gmail.com>
Date: Fri, 29 Jun 2007 15:32:52 +0900

The error message is:

[INFO] ----------------------------------------------------------------------------
[INFO] Building Appserver Web Container Enablement
[INFO] task-segment: [install]
[INFO] ----------------------------------------------------------------------------
[INFO] Reloading plugin container for:
com.sun.enterprise:hk2-maven-plugin. The plugin artifact has changed.
[INFO] Reloading plugin container for:
com.sun.enterprise:hk2-maven-plugin. The plugin artifact has changed.
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] snapshot
com.sun.enterprise.glassfish:webtier-extensions:10.0-SNAPSHOT:
checking for updates from my-m1-repository
[INFO] snapshot
com.sun.enterprise.glassfish:webtier-extensions:10.0-SNAPSHOT:
checking for updates from glassfish-repository
[INFO] snapshot
com.sun.enterprise.glassfish:webtier-extensions:10.0-SNAPSHOT:
checking for updates from java-dev-repository
[INFO] snapshot
com.sun.enterprise.glassfish:webtier-extensions:10.0-SNAPSHOT:
checking for updates from repo1.maven.org
[INFO] snapshot
com.sun.enterprise.glassfish:webtier-extensions:10.0-SNAPSHOT:
checking for updates from maven2.java.net
[INFO] [hk2:hk2-compile]
[INFO] Compiling 287 source files to
/home/ias/glassfish/appserv-core/maven/web/target/classes
/home/ias/glassfish/appserv-core/maven/web/../../src/java/com/sun/enterprise/web/EmbeddedWebContainer.java:46:
cannot find symbol
symbol : class IntrospectionUtils
location: package com.sun.grizzly.util
import com.sun.grizzly.util.IntrospectionUtils;
                           ^
/home/ias/glassfish/appserv-core/maven/web/../../src/java/com/sun/enterprise/web/PEWebContainer.java:51:
cannot find symbol
symbol : class IntrospectionUtils
location: package com.sun.grizzly.util
import com.sun.grizzly.util.IntrospectionUtils;
                           ^
/home/ias/glassfish/appserv-core/maven/web/../../src/java/com/sun/enterprise/web/PEWebContainer.java:2263:
cannot find symbol
symbol : variable IntrospectionUtils
location: class com.sun.enterprise.web.PEWebContainer
                IntrospectionUtils.setProperty(connector, name, value);
                ^
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.
3 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: 14 minutes 10 seconds
[INFO] Finished at: Fri Jun 29 15:13:20 GMT+09:00 2007
[INFO] Final Memory: 92M/260M
[INFO] ------------------------------------------------------------------------

Thanks for your help in advance,

ias