This is really throwing off my CI build.  I end up with a compile time error
but Maven still says "Build successful" (see below).  Anyone ever experience
this before?  Other projects I get build failed.  Could it be because I'm
using aspectJ in this project (only real difference).

Thanks,
Lou

warning couldn't find aspectjrt.jar on classpath, checked: 
        
C:\eclipse_workspaces\workspace2\AgileDBAccessService\src\com\xxx\common\service\impl\CsrAgileServiceHandler.java:88
error Syntax error, insert "AssignmentOperator ArrayInitializer" to complete
Expression
this.agileChangeDao = agileChangeDao;d
                                     
C:\eclipse_workspaces\workspace2\AgileDBAccessService\src\com\xxxcommon\service\impl\CsrAgileServiceHandler.java:88
error Syntax error, insert ";" to complete Statement
this.agileChangeDao = agileChangeDao;d
                                     
MessageHolder:  (1 warning)  (2 error) 
[error   0]: error at this.agileChangeDao = agileChangeDao;d
                                     
C:\eclipse_workspaces\workspace2\AgileDBAccessService\src\com\xxx\common\service\impl\CsrAgileServiceHandler.java:88:0
Syntax error, insert "AssignmentOperator ArrayInitializer" to complete
Expression
[error   1]: error at this.agileChangeDao = agileChangeDao;d
                                     
C:\eclipse_workspaces\workspace2\AgileDBAccessService\src\com\xxx\common\service\impl\CsrAgileServiceHandler.java:88:0
Syntax error, insert ";" to complete Statement
BUILD SUCCESSFUL
Total time: 8 seconds
-- 
View this message in context: 
http://www.nabble.com/Maven-says-successful-even-when-I-have-compiler-error-tf2314867.html#a6437958
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to