[Dsl-apis] Nightly build results for dsl-apis
Maven User
maven@epic52.dep.state.fl.us
Tue, 17 May 2005 21:02:48 -0400
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0.2
build:start:
nightly-build:
[mkdir] Created dir: /3psw/home/maven-1.0.2/projects/dsl-apis/target
Now attaining goal number 0, which is clean
clean:clean:
[delete] Deleting directory /3psw/home/maven-1.0.2/projects/dsl-apis/target
clean:
Now attaining goal number 1, which is java:compile
java:prepare-filesystem:
[mkdir] Created dir: /3psw/home/maven-1.0.2/projects/dsl-apis/target/classes
java:compile:
[echo] Compiling to /3psw/home/maven-1.0.2/projects/dsl-apis/target/classes
[echo]
==========================================================
NOTE: Targetting JVM 1.4, classes
will not run on earlier JVMs
==========================================================
[javac] Compiling 108 source files to /3psw/home/maven-1.0.2/projects/dsl-apis/target/classes
/3psw/home/maven-1.0.2/projects/dsl-apis/src/dep/dsl/apis/listener/InitApplication.java:10: cannot resolve symbol
symbol : class ServletContextEvent
location: package servlet
import javax.servlet.ServletContextEvent;
^
/3psw/home/maven-1.0.2/projects/dsl-apis/src/dep/dsl/apis/listener/InitApplication.java:11: cannot resolve symbol
symbol : class ServletContextListener
location: package servlet
import javax.servlet.ServletContextListener;
^
/3psw/home/maven-1.0.2/projects/dsl-apis/src/dep/dsl/apis/listener/InitApplication.java:22: cannot resolve symbol
symbol : class ServletContextListener
location: class dep.dsl.apis.listener.InitApplication
public final class InitApplication implements ServletContextListener {
^
/3psw/home/maven-1.0.2/projects/dsl-apis/src/dep/dsl/apis/listener/InitApplication.java:34: cannot resolve symbol
symbol : class ServletContextEvent
location: class dep.dsl.apis.listener.InitApplication
public void contextDestroyed(final ServletContextEvent event) {
^
/3psw/home/maven-1.0.2/projects/dsl-apis/src/dep/dsl/apis/listener/InitApplication.java:43: cannot resolve symbol
symbol : class ServletContextEvent
location: class dep.dsl.apis.listener.InitApplication
public void contextInitialized(final ServletContextEvent event) {
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
5 errors
BUILD FAILED
File...... /3psw/home/maven-1.0.2/.maven/cache/maven-java-plugin-1.5/plugin.jelly
Element... ant:javac
Line...... 63
Column.... 48
Compile failed; see the compiler error output for details.
Total time: 6 seconds
Finished at: Tue May 17 21:02:48 EDT 2005