dev@glassfish.java.net

[v3] Build broken?

From: <Jan.Luehe_at_Sun.COM>
Date: Mon, 09 Jun 2008 21:11:34 -0700

I'm getting this error after a fresh checkout:

[INFO] Installing
/space/luehe/ws/v3/admin/cli-optional/target/cli-optional-10.0-SNAPSHOT.jar
to
/home/luehe/.m2/repository/org/glassfish/admin/cli-optional/10.0-SNAPSHOT/cli-optional-10.0-SNAPSHOT.jar
[INFO] Installing
/space/luehe/ws/v3/admin/cli-optional/target/cli-optional-10.0-SNAPSHOT-sources.jar
to
/home/luehe/.m2/repository/org/glassfish/admin/cli-optional/10.0-SNAPSHOT/cli-optional-10.0-SNAPSHOT-sources.jar
[INFO]
----------------------------------------------------------------------------
[INFO] Building Kernel Classes
[INFO] task-segment: [install]
[INFO]
----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [hk2:hk2-compile]
[INFO] Compiling 124 source files to
/space/luehe/ws/v3/core/kernel/target/classes
/space/luehe/ws/v3/core/kernel/src/main/java/com/sun/enterprise/v3/deployment/DeployCommand.java:118:
cannot find symbol
symbol : variable DEPLOYMENT_PLAN
location: interface org.glassfish.api.admin.ParameterNames
    @Param(name=ParameterNames.DEPLOYMENT_PLAN, optional=true)
                              ^
Note:
/space/luehe/ws/v3/core/kernel/src/main/java/com/sun/enterprise/v3/services/impl/VsAdapter.java
uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
/space/luehe/ws/v3/core/kernel/src/main/java/com/sun/enterprise/v3/deployment/DeployCommand.java:118:
cannot find symbol
symbol : variable DEPLOYMENT_PLAN
location: interface org.glassfish.api.admin.ParameterNames
    @Param(name=ParameterNames.DEPLOYMENT_PLAN, optional=true)