dev@glassfish.java.net

build failure

From: Carla Mott <Carla.Mott_at_Sun.COM>
Date: Tue, 11 Aug 2009 11:29:40 -0700

Below is a snippet of the failure I'm getting. I updated my workspace,
cleaned and built. I think deleted my workspace and checked out a new
one and still have the same error. Any suggestions?

Thanks,
Carla

[INFO]
------------------------------------------------------------------------
[INFO] Building Deployment Client Classes and Interfaces
[INFO] task-segment: [install]
[INFO]
------------------------------------------------------------------------
[INFO] snapshot org.glassfish.admin:admin-cli:3.0-SNAPSHOT: checking for
updates from glassfish-repository
[INFO] snapshot org.glassfish.admin:admin-cli:3.0-SNAPSHOT: checking for
updates from java.net
[INFO] snapshot org.glassfish.admin:admin-cli:3.0-SNAPSHOT: checking for
updates from glassfish-repo-archive
[INFO] [enforcer:enforce {execution: enforce-versions}]
[INFO] [osgiversion:compute-osgi-version {execution: compute-osgi-version}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [hk2:hk2-compile]
[INFO] Compiling 27 source files to
/Users/cmott/logging/v3/deployment/client/target/classes
/Users/cmott/logging/v3/deployment/client/src/main/java/org/glassfish/deployment/client/AbstractDeploymentFacility.java:39:
cannot find symbol
symbol : class CommandException
location: package com.sun.enterprise.admin.cli
import com.sun.enterprise.admin.cli.CommandException;
                                    ^
/Users/cmott/logging/v3/deployment/client/src/main/java/org/glassfish/deployment/client/AbstractDeploymentFacility.java:120:
cannot find symbol
symbol : class CommandException
location: class org.glassfish.deployment.client.AbstractDeploymentFacility
             String[] operands) throws CommandException;
                                       ^
/Users/cmott/logging/v3/deployment/client/src/main/java/org/glassfish/deployment/client/AbstractDeploymentFacility.java:105:
cannot find symbol
symbol : class CommandException
location: interface
org.glassfish.deployment.client.AbstractDeploymentFacility.DFCommandRunner
         DFDeploymentStatus run() throws CommandException;
                                         ^
/Users/cmott/logging/v3/deployment/client/src/main/java/org/glassfish/deployment/client/RemoteDeploymentFacility.java:47:
cannot find symbol
symbol : class CommandException
location: package com.sun.enterprise.admin.cli
import com.sun.enterprise.admin.cli.CommandException;
                                    ^