dev@glassfish.java.net

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

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Thu, 28 Feb 2008 20:02:34 -0500

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
>