From: denis q. <dqu...@fr...> - 2009-10-04 18:15:31
|
Hi, I just checkout the trunk, ant build-run and get an error about : [javac] /Users/groumpf/Documents/dev/JSynthLib/trunk/JSynthLib/ synthdrivers/RolandD10/message/DisplayMessage.java:23: static import declarations are not supported in -source 1.4 [javac] (try -source 1.5 to enable static import declarations) [javac] import static synthdrivers.RolandD10.D10Constants.*; The build.xml is setting java source and target to 1.4 It is not true: the source is 1.5, just set to 1.5 and compilation was OK. But I don't think I have a SVN account ... -- denis queffeulou |