Re: java.io.IOException with compile

2011-02-04 Thread Meikel Brandmeyer
Hi, On 4 Feb., 01:03, Stuart Sierra wrote: > Or get another operating system. :) In general this won't help. A quick check on wikipedia gave, that only reiserfs allows for filenames longer than 256 Bytes. (looking at: ext3, ext4, reiserfs, XFS, JFS, HFS+, NTFS; for ufs there was no info, but I

Re: java.io.IOException with compile

2011-02-03 Thread Ken Wesson
On Thu, Feb 3, 2011 at 7:03 PM, Stuart Sierra wrote: > Each Clojure function becomes a Java class with the same name.  Closures are > named something like `enclosing_function$fn_1234`.  You must be hitting some > operating system limit on file name length. > The only work around I can think of is

Re: java.io.IOException with compile

2011-02-03 Thread Stuart Sierra
Each Clojure function becomes a Java class with the same name. Closures are named something like `enclosing_function$fn_1234`. You must be hitting some operating system limit on file name length. The only work around I can think of is to replace some of your closures with top-level defn's. O

Re: java.io.IOException with compile

2011-02-02 Thread Meikel Brandmeyer
Hi, Am 02.02.2011 um 17:30 schrieb Armando Blancas: > You surely mean that swing_test_listeners > $some_long_function_xyx_.class is too long. Yes. This is what I implied. Sincerely Meikel -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post

Re: java.io.IOException with compile

2011-02-02 Thread Armando Blancas
You surely mean that swing_test_listeners $some_long_function_xyx_.class is too long. On Feb 2, 6:51 am, Meikel Brandmeyer wrote: > Hi, > > I'll just throw a wild guess into the room and say that your filename > hits the filename limit imposed by the file system of your system. > > Sincerely

Re: java.io.IOException with compile

2011-02-02 Thread Meikel Brandmeyer
Hi, I'll just throw a wild guess into the room and say that your filename hits the filename limit imposed by the file system of your system. Sincerely Meikel -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojur