dev@glassfish.java.net

Re: build broken?

From: Byron Nevins <Byron.Nevins_at_Sun.COM>
Date: Fri, 27 Oct 2006 14:48:59 -0700

IMHO, this technique is too fragile and (human) time-consuming. What I
do is spend the computer's time instead doing a full build from scratch
(< 1 hour). Then I do edit-maven-test a million times from the module
I'm working on. I think it saves time & frustration overall because the
full-build almost always goes through...

Lloyd L Chambers wrote:
> I've done a 'maven clobber bootstrap-all' followed by 'maven checkout'
> and I still get this (Mac OS X):
>
> [java]
> [java] compile-server:
> [java] [echo] Compiling com/sun/ejb, com/sun/ejb
> [java] [javac] Compiling 1 source file to
> /gf-trunk/build/glassfish/appserv-core/build
> [java] [echo] Compiling com/sun/web, com/sun/jndi,
> com/sun/enterprise
> [java] [javac] Compiling 528 source files to
> /gf-trunk/build/glassfish/appserv-core/build
> [java] [javac]
> /gf-trunk/build/glassfish/appserv-core/src/java/com/sun/enterprise/webservice/ClientPipeCreator.java:27:
> cannot find symbol
> [java] [javac] symbol : class ClientPipelineHook
> [java] [javac] location: package com.sun.xml.ws.assembler
> [java] [javac] import
> com.sun.xml.ws.assembler.ClientPipelineHook;
> [java] [javac] ^
> [java] [javac]
> /gf-trunk/build/glassfish/appserv-core/src/java/com/sun/enterprise/webservice/ClientPipeCreator.java:37:
> cannot find symbol
> [java] [javac] symbol: class ClientPipelineHook
> [java] [javac] public class ClientPipeCreator extends
> ClientPipelineHook {
> [java] [javac] ^
> [java] [javac]
> /gf-trunk/build/glassfish/appserv-core/src/java/com/sun/enterprise/tools/verifier/VerifierResultsImpl.java:64:
> warning: non-varargs call of varargs method with inexact argument type
> for last parameter;
> [java] [javac] cast to java.lang.Object for a varargs call
> [java] [javac] cast to java.lang.Object[] for a non-varargs
> call and to suppress this warning
> [java] [javac] Object result =
> failedCountMethod.invoke(resultObj,null);
> [java] [javac]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>