dev@glassfish.java.net

Re: Mac OS X Build failure (third day in a row)

From: Marina Vatkina <Marina.Vatkina_at_Sun.COM>
Date: Wed, 02 Nov 2005 13:58:53 -0800

Now I'm having build errors doing (on Solaris!):

% maven bootstrap-all checkout build configure-runtime

...

    [java] [javac]
/faith4/gf/glassfish/appserv-core/src/java/com/sun/enterprise/webservice/WsUtil.java:1850:
cannot find symbol
    [java] [javac] symbol : class PostConstruct
    [java] [javac] location: package javax.annotation
    [java] [javac]
invokeServiceMethod(javax.annotation.PostConstruct.class, impl);
    [java] [javac] ^
    [java] [javac]
/faith4/gf/glassfish/appserv-core/src/java/com/sun/enterprise/webservice/WsUtil.java:1861:
cannot find symbol
    [java] [javac] symbol : class PreDestroy
    [java] [javac] location: package javax.annotation
    [java] [javac]
invokeServiceMethod(javax.annotation.PreDestroy.class, impl);
    [java] [javac] ^
    [java] [javac]
/faith4/gf/glassfish/appserv-core/src/java/com/sun/enterprise/webservice/WsUtil.java:1880:
cannot find symbol
    [java] [javac] symbol : class PreDestroy
    [java] [javac] location: package javax.annotation
    [java] [javac]
invokeServiceMethod(javax.annotation.PreDestroy.class, handlerClass);


-marina


Dinesh Patil wrote On 11/02/05 11:57,:
> Ed Burns wrote:
>
>>>>>>>On Wed, 02 Nov 2005 10:01:12 -0800, Jerome Dochez <Jerome.Dochez_at_Sun.COM> said:
>>>>>>>
>>>>>>>
>>
>>JD> he is offswan, there are NO bootstrap-all for external builders.
>>JD> you have not pushed out a dependency jar file, can you talk to Dinesh
>>JD> how to do this...
>>
>>Thanks for the clarification, Jerome. Yes, I tried it and it didn't
>>work, as Jerome stated.
>>
>>
> what's not working?
> Just now i tried off-swan build on mac i don't have any issues, pls send
> me the log of the errors you are seeing.
> i tried following command on fresh workspace (newly created directory
> for $glassfish.root )
> % maven bootstrap-all checkout build configure-runtime
>
> thanks
> Dinesh
>
>>Dinesh, how can I continue on this?
>>
>>Ed
>>
>>
>>
>