dev@glassfish.java.net

Re: Getting error when trying to do a full build from web/webtier area

From: Pramod Gopinath <Pramod.Gopinath_at_Sun.COM>
Date: Thu, 28 Feb 2008 17:12:04 -0800

Thanks done based on Amy's last reply and that solved the problem.

Pramod

Jeanfrancois Arcand wrote:
> Salut,
>
>
> Pramod Gopinath wrote:
>> I am trying to do a clean full build of v3 and getting this error :
>>
>> /Users/pramodgopinath/work_related/gf_v3_build/02282008/v3/web/webtier/src/main/java/com/sun/enterprise/web/connector/grizzly/GrizzlyConnectorLauncher.java:839:
>> cannot find symbol
>> symbol : method setRootFolder(java.lang.String)
>> location: class com.sun.grizzly.http.SelectorThread
>> SelectorThread.setRootFolder(rootFolder);
>> ^
>> /Users/pramodgopinath/work_related/gf_v3_build/02282008/v3/web/webtier/src/main/java/com/sun/enterprise/web/connector/grizzly/GrizzlyConnectorLauncher.java:847:
>> cannot find symbol
>> symbol : method getRootFolder()
>> location: class com.sun.grizzly.http.SelectorThread
>> return SelectorThread.getRootFolder();
>> ^
>
> Update your workspace :-)
>
> https://glassfish-svn.dev.java.net/source/browse/glassfish-svn/trunk/v3/web/webtier/src/main/java/com/sun/enterprise/web/connector/grizzly/GrizzlyConnectorLauncher.java?view=diff&rev=18326&p1=trunk/v3/web/webtier/src/main/java/com/sun/enterprise/web/connector/grizzly/GrizzlyConnectorLauncher.java&p2=trunk/v3/web/webtier/src/main/java/com/sun/enterprise/web/connector/grizzly/GrizzlyConnectorLauncher.java&r1=18325&r2=18326
>
>
> ;-)
>
> -- Jeanfrancois
>
>> Note: Some input files use or override 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.
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> 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
>