dev@glassfish.java.net

Re: build failure

From: Vijay Ramachandran <Vijay.Ramachandran_at_Sun.COM>
Date: Tue, 11 Aug 2009 12:02:57 -0700

It is fixed - just did a fresh checkout and build

Vijay

Hong Zhang wrote:
> Bill was working in this area earlier today. Bill, is this something
> you have already fixed?
>
> Carla Mott wrote:
>
>>
>>
>> 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
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>