On Thu, Sep 4, 2008 at 5:41 PM, Michael Reid <[EMAIL PROTECTED]> wrote:
> On Thu, Sep 4, 2008 at 6:19 AM, Josip Gracin <[EMAIL PROTECTED]> wrote:
>> Thanks, Mike!  Works perfectly! (btw, only on Java 1.5 and not on 1.6.
>> On 1.6 there's a problem with arguments to RT.map)
>
> Care to share? I've been using Clojure on OpenJDK 1.6.0 for some time
> without trouble. This includes calls to RT.map().

In Maven compile plugin, when I set source and target (which
correspond to -source and -target options in javac) to either 1.5 or
1.6, everything works normally.  But if I leave it undefined, compiler
reports the following failure.

/home/gracin/src/workspaces/main/maven-cljexec-plugin/src/main/java/com/ingemark/cljexec/CljExecMojo.java:[63,14]
map(java.lang.Object...) in clojure.lang.RT cannot be applied to
(clojure.lang.Var,java.lang.Object,clojure.lang.Var,java.lang.Object)

I don't have time (will, actually) to investigate further.

--~--~---------~--~----~------------~-------~--~----~
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
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to