Looks like you are attempting to compile with a 1.4.x JDK. You need
to compile with JDK 1.5 or higher.
-Ryan
On Jan 15, 5:42 pm, Ron Parker wrote:
> I am trying to build Clojure on Fedora 10. When I first run ant, I get
> a message about the compliance level 1.4 not supporting target version
>
I am trying to build Clojure on Fedora 10. When I first run ant, I get
a message about the compliance level 1.4 not supporting target version
1.5. So I add source="1.5" to the javac task. Then I get a lot of
warnings and the following 3 errors.
[javac] 354. ERROR in /home/rdp/lisp/clj/cloju