dev@glassfish.java.net

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 16:15:48 -0800

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();
                             ^
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.