For built clojure with jdk7 need small change: --- build.xml 2009-08-05 21:29:32 +0300 +++ build.xml 2009-08-10 21:11:25 +0300 @@ -79,7 +79,7 @@ <target name="compile-java" depends="init" description="Compile Java sources."> <javac srcdir="${jsrc}" destdir="${build}" includeJavaRuntime="yes" - debug="true" target="1.5"/> + debug="true" target="1.5" source="1.5"/> </target>
<target name="compile-clojure" depends="compile-java" It is possible? -- WBR, Yaroslav Kavenchuk --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---