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:





&nbsp; &nbsp; &#91;javac&#93; Compiling 102 source files to 
C&#58;projectsbofagfedswebtargetclasses

C&#58;projectsbofagfedswebtargetsrccombofagcibgfedspositionscrudFxPositionForm.java&#58;133&#58;
 in

compatible types

found&nbsp; &nbsp;&#58; java.util.Date

required&#58; java.sql.Timestamp

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this.auditTimeStamp = 
&#40;org.apache.commons.lang.StringUtils.isBlank&#40;auditTimeStamp&#41;&#41; ? 
nu

ll &#58; auditTimeStampFormatter.parse&#40;auditTimeStamp&#41;;



&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^

C&#58;projectsbofagfedswebtargetsrccombofagcibgfedspositionscrudFxPositionForm.java&#58;284&#58;
 in

compatible types

found&nbsp; &nbsp;&#58; java.util.Date

required&#58; java.sql.Timestamp

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this.valueDate = 
&#40;org.apache.commons.lang.StringUtils.isBlank&#40;valueDate&#41;&#41; ? null 
&#58; value

DateFormatter.parse&#40;valueDate&#41;;



&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^

C&#58;projectsbofagfedswebtargetsrccombofagcibgfedspositionscrudFxPositionForm.java&#58;315&#58;
 in

compatible types

found&nbsp; &nbsp;&#58; java.util.Date

required&#58; java.sql.Timestamp

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this.dealDate = 
&#40;org.apache.commons.lang.StringUtils.isBlank&#40;dealDate&#41;&#41; ? null 
&#58; dealDat

eFormatter.parse&#40;dealDate&#41;;



&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^

C&#58;projectsbofagfedswebtargetsrccombofagcibgfedspositionscrudFxPositionForm.java&#58;346&#58;
 in

compatible types

found&nbsp; &nbsp;&#58; java.util.Date

required&#58; java.sql.Timestamp

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this.entryDate = 
&#40;org.apache.commons.lang.StringUtils.isBlank&#40;entryDate&#41;&#41; ? null 
&#58; entry

DateFormatter.parse&#40;entryDate&#41;;



&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^

4 errors



BUILD FAILED

File...... c&#58;projects.mavencachemaven-multiproject-plugin-1.3.1plugin.jelly

Element... maven&#58;reactor

Line...... 217

Column.... 9

Unable to obtain goal &#91;multiproject&#58;install-callback&#93; -- 
c&#58;projects.mavencachemaven-java-plugin-

1.5plugin.jelly&#58;63&#58;48&#58; <ant&#58;javac> Compile failed; see the 
compiler error output for details.

INFO&nbsp; &#91;App&#93; Total time&#58; 44 seconds

INFO&nbsp; &#91;App&#93; Finished at&#58; Wed Jun 08 16&#58;25&#58;30 CDT 2005

INFO&nbsp; &#91;App&#93;
_________________________________________________________
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

Reply via email to