dev@glassfish.java.net

build failure

From: Vivek Pandey <Vivek.Pandey_at_Sun.COM>
Date: Tue, 27 Oct 2009 09:39:14 -0700

[INFO] Compiling 26 source files to
/ws/v3/web/weld-integration/target/classes
Note:
/ws/v3/web/weld-integration/src/main/java/org/glassfish/weld/jsf/WeldApplication.java
uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
/ws/v3/web/weld-integration/src/main/java/org/glassfish/weld/WeldDeployer.java:290:
cannot find symbol
symbol : method getBeanDeploymentArchiveForArchive(java.lang.String)
location: class org.glassfish.weld.DeploymentImpl
            BeanDeploymentArchive bda =
deploymentImpl.getBeanDeploymentArchiveForArchive(archive.getURI().getPath());
                                                      ^
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.
1 error
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Fatal error compiling