dev@glassfish.java.net

Re: [v3] missing dependency in core/kernel/pom.xml?

From: Jerome Dochez <Jerome.Dochez_at_Sun.COM>
Date: Wed, 06 Feb 2008 11:02:04 -0800

the net utils was added to the common-util, the
ConfigurationPersistence is in HK2 so you should have had the new
snapshots, then again with the server situation, I am not sure this is
happening correctly.

jerome

On Feb 6, 2008, at 10:59 AM, Tim Quinn wrote:

> I updated my whole workspace, after which I could not build just the
> core/kernel module. I got the errors below. When I rebuilt the
> entire workspace then the core/kernel module built correctly. Which
> sounds to me like a missing dependency.
>
> - Tim
>
> [INFO] Compiling 79 source files to C:\tim\asgroup\v3\v3\core\kernel
> \target\classes
> C:\tim\asgroup\v3\v3\core\kernel\src\main\java\com\sun\enterprise
> \v3\server\SystemTasks.java:5: package com.sun.enterprise.util.net
> does not exist
> import com.sun.enterprise.util.net.NetUtils;
> ^
> C:\tim\asgroup\v3\v3\core\kernel\src\main\java\com\sun\enterprise
> \v3\server\DomainXmlPersistence.java:43: cannot find symbol
> symbol : class ConfigurationPersistence
> location: package org.glassfish.config.support
> import org.glassfish.config.support.ConfigurationPersistence;
> ^
> C:\tim\asgroup\v3\v3\core\kernel\src\main\java\com\sun\enterprise
> \v3\server\DomainXmlPersistence.java:60: cannot find symbol
> symbol: class ConfigurationPersistence
> public class DomainXmlPersistence implements
> ConfigurationPersistence {
> ^
> C:\tim\asgroup\v3\v3\core\kernel\src\main\java\com\sun\enterprise
> \v3\deployment\DeploymentContextImpl.java:42: com.sun.enterprise.v3
> .deployment.DeploymentContextImpl is not abstract and does not
> override abstract method <T>getModuleMetaData(java.lang.String,java.l
> ang.Class<T>) in org.glassfish.api.deployment.DeploymentContext
> public class DeploymentContextImpl implements DeploymentContext {
> ^
> C:\tim\asgroup\v3\v3\core\kernel\src\main\java\com\sun\enterprise
> \v3\server\SystemTasks.java:38: cannot find symbol
> symbol : variable NetUtils
> location: class com.sun.enterprise.v3.server.SystemTasks
> hostname = NetUtils.getCanonicalHostName();
> ^
> C:\tim\asgroup\v3\v3\core\kernel\src\main\java\com\sun\enterprise
> \server\logging\UniformLogFormatter.java:103: warning: sun.security
> .action.GetPropertyAction is Sun proprietary API and may be removed
> in a future release
> new
> sun.security.action.GetPropertyAction("line.separator"));
> ^
> Note: C:\tim\asgroup\v3\v3\core\kernel\src\main\java\com\sun
> \enterprise\v3\services\impl\LogManagerService.java uses or
> overrides 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.
> 5 errors
> 1 warning
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>