Re: [morph-developer] recent changes
Brought to you by:
orangeherbert,
sgarlatm
|
From: Matt S. <Mat...@wh...> - 2007-01-09 21:46:57
|
What compiler are you guys using? I don't get this error at all doing ant builds, but I'd like to use whichever compiler fails most often for my builds (to avoid problems for others in the future). I'm using JDK 1.5.0_07-b03 and Ant 1.6.5. Also, are you using the ant build.xml that comes with Morph or did you write your own? Matt B - thanks for taking care of this in SVN :) Matt S Matt Benson wrote: > --- Ben Alex <ben...@ac...> wrote: > > >> Hi Matt >> >> Matt Benson wrote: >> >>> Matt S (and anyone else who may be watching): >>> >> Thanks for the update. It looks good in Eclipse, but >> when using Ant to >> build a JAR, I received an error on >> ServletRequestParameterReflector rev >> 58. I fixed it by changing line 63 to the following: >> >> return (ObjectUtils.isEmpty(values) || values.length >> == 1) ? >> getRequest(bean).getParameter(propertyName) : >> (Object)values; >> > > Hi Ben, > > I had just found this, and solved it similarly (I > added the case to the first object instead of the > second ;) ). So I checked that in right before I got > this. I had the same experience as you--apparently > ecj behaves differently (smarter) with ternary ops > from the Sun compiler. I only found it b/c I dropped > back to the command line to do the Ant build. Good > lesson to all, I suppose. ;) > > br, > Matt B > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > morph-developer mailing list > mor...@li... > https://lists.sourceforge.net/lists/listinfo/morph-developer > > |