dev@glassfish.java.net

Re: broken build

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Wed, 22 Jul 2009 20:25:03 -0700

I just built with the latest svn update and there are no issues.
Maybe there are some changes in your local workspace that is causing the
build failure.

Jane Young wrote:
> Hudson is building fine and I don't see any commits in this area.
> I'll also do a local build to see if I'm seeing the same issue.
>
> Jane
>
>
>
> Carla Mott wrote:
>>
>> I just updated the entire workspace, did a clean and mvn -U install
>> and get the following error:
>>
>> [INFO] Building Kernel Classes
>> [INFO] task-segment: [install]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] snapshot
>> org.glassfish.flashlight:flashlight-framework:3.0-SNAPSHOT: checking
>> for updates from glassfish-repository
>> [INFO] snapshot
>> org.glassfish.flashlight:flashlight-framework:3.0-SNAPSHOT: checking
>> for updates from java.net
>> [INFO] snapshot
>> org.glassfish.flashlight:flashlight-framework:3.0-SNAPSHOT: checking
>> for updates from glassfish-repo-archive
>> [INFO] snapshot
>> org.glassfish.flashlight:flashlight-framework:3.0-SNAPSHOT: checking
>> for updates from glassfish-repository-wsinterop
>> [INFO] snapshot
>> org.glassfish.flashlight:flashlight-framework:3.0-SNAPSHOT: checking
>> for updates from EclipseLink Repo
>> [INFO] snapshot
>> org.glassfish.flashlight:flashlight-framework:3.0-SNAPSHOT: checking
>> for updates from Netbeans repo
>> [INFO] snapshot
>> org.glassfish.flashlight:flashlight-framework:3.0-SNAPSHOT: checking
>> for updates from glassfish-repo-archive-dummy
>> [INFO] snapshot
>> org.glassfish.flashlight:flashlight-framework:3.0-SNAPSHOT: checking
>> for updates from java-dev-repository
>> [INFO] snapshot
>> org.glassfish.flashlight:flashlight-framework:3.0-SNAPSHOT: checking
>> for updates from repo1.maven.org
>> [INFO] snapshot
>> org.glassfish.flashlight:flashlight-framework:3.0-SNAPSHOT: checking
>> for updates from maven2.java.net
>> [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 89 source files to
>> /Users/cmott/logging/v3/core/kernel/target/classes
>> /Users/cmott/logging/v3/core/kernel/src/main/java/org/glassfish/kernel/embedded/EmbeddedDomainXml.java:26:
>> cannot find symbol
>> symbol : method getFileSystem()
>> location: class org.glassfish.api.embedded.Server
>> if (server.getFileSystem()!=null &&
>> server.getFileSystem().configFile!=null) {
>> ^
>> /Users/cmott/logging/v3/core/kernel/src/main/java/org/glassfish/kernel/embedded/EmbeddedDomainXml.java:26:
>> cannot find symbol
>> symbol : method getFileSystem()
>> location: class org.glassfish.api.embedded.Server
>> if (server.getFileSystem()!=null &&
>> server.getFileSystem().configFile!=null) {
>> ^
>> /Users/cmott/logging/v3/core/kernel/src/main/java/org/glassfish/kernel/embedded/EmbeddedDomainXml.java:27:
>> cannot find symbol
>> symbol : method getFileSystem()
>> location: class org.glassfish.api.embedded.Server
>> return
>> server.getFileSystem().configFile.toURI().toURL();
>> ^
>> /Users/cmott/logging/v3/core/kernel/src/main/java/org/glassfish/kernel/embedded/EmbeddedAdminCtrImpl.java:82:
>> cannot find symbol
>> symbol : method getOptions()
>> location: class org.glassfish.api.embedded.admin.CommandParameters
>> Properties props = new Properties(params.getOptions());
>> ^
>> /Users/cmott/logging/v3/core/kernel/src/main/java/org/glassfish/kernel/embedded/EmbeddedAdminCtrImpl.java:83:
>> cannot find symbol
>> symbol : method getOperand()
>> location: class org.glassfish.api.embedded.admin.CommandParameters
>> if (params.getOperand()!=null) {
>> ^
>> /Users/cmott/logging/v3/core/kernel/src/main/java/org/glassfish/kernel/embedded/EmbeddedAdminCtrImpl.java:84:
>> cannot find symbol
>> symbol : method getOperand()
>> location: class org.glassfish.api.embedded.admin.CommandParameters
>> props.put("DEFAULT", params.getOperand());
>> ^
>> Note:
>> /Users/cmott/logging/v3/core/kernel/src/main/java/com/sun/enterprise/server/logging/Syslog.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.
>> 6 errors
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Fatal error compiling
>>
>> Embedded error: APT failed: 1
>> [INFO]
>> ------------------------------------------------------------------------
>>
>> ---------------------------------------------------------------------
>> 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
>