From: frankster <jsy...@te...> - 2011-09-01 18:41:53
|
There was a build problem for the Roland D10 in SVN when building with ant, as the build.xml stated 1.4 however it used constructs from Java 5. So I have changed the build.xml to state 1.5 in order to make it buildable without error. Thus unofficially, it already requires 1.5. Whether changing the build.xml is the correct approach, or "fixing" the D10 driver would be, I don't know. I suppose it depends whether there are systems that aren't supported by Java 1.5, otherwise the advances in the language would be nice to rely on frankie On 01/09/2011 19:13, Joe Emenaker wrote: > So, I'm looking through my JSL code (looks like I last touched it was > 2006 or 2007... oy!). I'm finding some places which could be updated to > using the newer java collections (like ArrayList, HashMap, etc.) as well > as a few spots which could use the newer Java "foreach" loop. > > I think those all require Java 5 or later. > > Have we decided what version of Java is officially "required" by JSL > these days? > > - Joe > > ------------------------------------------------------------------------------ > Special Offer -- Download ArcSight Logger for FREE! > Finally, a world-class log management solution at an even better > price-free! And you'll get a free "Love Thy Logs" t-shirt when you > download Logger. Secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsisghtdev2dev > _______________________________________________ > Jsynthlib-devel mailing list > Jsy...@li... > https://lists.sourceforge.net/lists/listinfo/jsynthlib-devel |