here's my output on a project that was building perfectly until I added the <<manageable>> stereotype to my entities. I have gone into the model added the full JDK 1.4 witht he java.sql.Timestamp datatype and changed all of my attributes that previously used the default Date datatype. I also deleted the entire project and started over and still get the following message:
[javac] Compiling 102 source files to C:projectsbofagfedswebtargetclasses C:projectsbofagfedswebtargetsrccombofagcibgfedspositionscrudFxPositionForm.java:133: in compatible types found : java.util.Date required: java.sql.Timestamp this.auditTimeStamp = (org.apache.commons.lang.StringUtils.isBlank(auditTimeStamp)) ? nu ll : auditTimeStampFormatter.parse(auditTimeStamp); ^ C:projectsbofagfedswebtargetsrccombofagcibgfedspositionscrudFxPositionForm.java:284: in compatible types found : java.util.Date required: java.sql.Timestamp this.valueDate = (org.apache.commons.lang.StringUtils.isBlank(valueDate)) ? null : value DateFormatter.parse(valueDate); ^ C:projectsbofagfedswebtargetsrccombofagcibgfedspositionscrudFxPositionForm.java:315: in compatible types found : java.util.Date required: java.sql.Timestamp this.dealDate = (org.apache.commons.lang.StringUtils.isBlank(dealDate)) ? null : dealDat eFormatter.parse(dealDate); ^ C:projectsbofagfedswebtargetsrccombofagcibgfedspositionscrudFxPositionForm.java:346: in compatible types found : java.util.Date required: java.sql.Timestamp this.entryDate = (org.apache.commons.lang.StringUtils.isBlank(entryDate)) ? null : entry DateFormatter.parse(entryDate); ^ 4 errors BUILD FAILED File...... c:projects.mavencachemaven-multiproject-plugin-1.3.1plugin.jelly Element... maven:reactor Line...... 217 Column.... 9 Unable to obtain goal [multiproject:install-callback] -- c:projects.mavencachemaven-java-plugin- 1.5plugin.jelly:63:48: <ant:javac> Compile failed; see the compiler error output for details. INFO [App] Total time: 44 seconds INFO [App] Finished at: Wed Jun 08 16:25:30 CDT 2005 INFO [App] _________________________________________________________ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=965#965 Posting to http://forum.andromda.org/ is preferred over posting to the mailing list! ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ Andromda-user mailing list Andromda-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/andromda-user