dev@glassfish.java.net

embedded module compile error?

From: Nandini Ektare <Nandini.Ektare_at_Sun.COM>
Date: Tue, 02 Sep 2008 16:16:51 -0700

I hit this error on latest build... Anyone else sees it?

[INFO] [compiler:compile]
[INFO] Compiling 17 source files to
/export/home/nandini/v3/embedded/api/target/classes
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure
/export/home/nandini/v3/embedded/api/src/main/java/org/glassfish/embed/AppServer.java:[534,25]
cannot find symbol
symbol : method setClassLoader(java.lang.ClassLoader)
location: class org.glassfish.deployment.common.DeploymentContextImpl

/export/home/nandini/v3/embedded/api/src/main/java/org/glassfish/embed/AppServer.java:[534,25]
cannot find symbol
symbol : method setClassLoader(java.lang.ClassLoader)
location: class org.glassfish.deployment.common.DeploymentContextImpl


[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 2 minutes 44 seconds
[INFO] Finished at: Tue Sep 02 16:13:52 PDT 2008
[INFO] Final Memory: 26M/48M
[INFO]
------------------------------------------------------------------------

-Nandini