dev@glassfish.java.net

Re: build broken?

From: Lloyd L Chambers <Lloyd.Chambers_at_Sun.COM>
Date: Fri, 27 Oct 2006 15:19:08 -0700

Thanks Vijay.

Argggg...it was the usual culprit...forgot to 'cvs update' the
bootstrap directory.

Hmmm. Maybe a warning could be emitted if the contents of bootstrap
are stale?


On Oct 27, 2006, at 2:40 PM, Vijay Ramachandran wrote:

> Can you please update glassfish/bootstrap/project.properties and
> then do maven clobber bootstrap-all ?
>
> A New WSIT integration happened yesterday and this class is present
> in the latest WSIT bits
>
> Vijay
>
> 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
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>