[Dsl-fspli] Nightly build results for dsl-fspli
Maven User
maven@epic52.dep.state.fl.us
Fri, 7 Oct 2005 21:12:32 -0400
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0.2
build:start:
nightly-build:
[mkdir] Created dir: /3psw/home/maven-1.0.2/projects/dsl-fspli/target
Now attaining goal number 0, which is clean
clean:clean:
[delete] Deleting directory /3psw/home/maven-1.0.2/projects/dsl-fspli/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-fspli/target/classes
java:compile:
[echo] Compiling to /3psw/home/maven-1.0.2/projects/dsl-fspli/target/classes
[echo]
==========================================================
NOTE: Targetting JVM 1.4, classes
will not run on earlier JVMs
==========================================================
[javac] Compiling 61 source files to /3psw/home/maven-1.0.2/projects/dsl-fspli/target/classes
/3psw/home/maven-1.0.2/projects/dsl-fspli/src/fdep/fspli/web/action/LoginAction.java:3: cannot resolve symbol
symbol : class FSPLIUser
location: package bean
import fdep.fspli.bean.FSPLIUser;
^
/3psw/home/maven-1.0.2/projects/dsl-fspli/src/fdep/fspli/web/action/LoginAction.java:57: cannot resolve symbol
symbol : class FSPLIUser
location: class fdep.fspli.web.action.LoginAction
FSPLIUser fspliUser = new FSPLIUser();
^
/3psw/home/maven-1.0.2/projects/dsl-fspli/src/fdep/fspli/web/action/LoginAction.java:57: cannot resolve symbol
symbol : class FSPLIUser
location: class fdep.fspli.web.action.LoginAction
FSPLIUser fspliUser = new FSPLIUser();
^
/3psw/home/maven-1.0.2/projects/dsl-fspli/src/fdep/fspli/web/action/LoginAction.java:59: cannot resolve symbol
symbol : method getUserRole ()
location: class fdep.sso.cas.user.User
fspliUser.setUserRole(user.getUserRole());
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
4 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: 3 seconds
Finished at: Fri Oct 07 21:12:32 EDT 2005