dev@glassfish.java.net

Re: build failure

From: Bill Shannon <bill.shannon_at_sun.com>
Date: Tue, 11 Aug 2009 11:39:39 -0700

My fault. Should be fixed now. Sorry.

Carla Mott wrote on 8/11/09 11:29 AM:
>
>
> 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;
> ^
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>