From: Matt S. <Mat...@wh...> - 2007-09-05 14:33:07
|
Hi Matt - no problem. I accidentally introduce non-1.4 compatible calls from time to time myself. It seems it isn't sufficient to specify 1.3 or 1.4 compatibility with ant. You actually have to compile with JDK 1.4 if you want to catch all possible problems. At work we have our test environment setup to run JDK 1.4 so if Morph calls anything that's not 1.4 compatible I find it fairly quickly ;) I'm glad to hear you're still planning on doing a release :) I did notice you are still doing commits from time to time. Matt S Matt Benson wrote: > Hi Matt, > We've both been pretty quiet lately on this list, but > obviously still both using and tweaking Morph. I > haven't forgotten my goal of doing a release either, > just got a lot on my plate ATM. Wanted to apologize > for somehow having gotten a bunch of 1.5-specific > calls into Morph. I have Eclipse set for 1.3 > compilation on Morph, so I'm not sure how or why e.g. > Integer.valueOf(int) was even working... anyway, sorry > about that. :) > > br, > Matt > > > > ____________________________________________________________________________________ > Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out. > http://answers.yahoo.com/dir/?link=list&sid=396545469 > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > morph-developer mailing list > mor...@li... > https://lists.sourceforge.net/lists/listinfo/morph-developer > > |