Re: [Jruby-devel] Building from CVS head: get NPE on ASTSerializer serializing zlib.rb

2006-01-30 Thread Tim Azzopardi
Well this would explain it... C:\dev\DynamicFun\jruby\src\lib\ruby\1.8>jruby zlib.rb :[-1,-1]:[0,0]: zlib.rb:3: no . floating literal anymore; put 0 before dot (SyntaxError) C:\dev\DynamicFun\jruby\src\lib\ruby\1.8>ruby zlib.rb zlib.rb:4: no . floating literal anymore; put 0 before dot Z

[Jruby-devel] Building from CVS head: get NPE on ASTSerializer serializing zlib.rb

2006-01-30 Thread Tim Azzopardi
Is it just me? I'm getting an NPE in Eclipse 3.2M4 WinXP building jruby from CVS HEAD in the "Serialize Builin Files" builder on the new file zlib.rb. Note its easy to miss this error in eclipse as the second builder wipes the console output very quickly - disable the second builder to see the