Ant build on Windows is broken ------------------------------ Key: JRUBY-2402 URL: http://jira.codehaus.org/browse/JRUBY-2402 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.1+ Environment: Latest JRuby on Windows Reporter: Vladimir Sizikov Assignee: Thomas E Enebo Priority: Blocker
Can't build JRuby on windows anymore: {noformat} generate-method-classes: [echo] Generating invokers for 1.8 [echo] Generating invokers for 1.9 [javac] Compiling 131 source files to D:\work\jruby-dev\jruby\build\classes\jruby [javac] D:\work\jruby-dev\jruby\src_gen\org$jruby$ext$socket$RubyUNIXServer$Populator.java:19: cannot find symbol [javac] symbol : class RubyUNIXServerInvoker$accept_nonblock_method_0_0 [javac] location: package org.jruby.ext.socket [javac] javaMethod = new org.jruby.ext.socket.RubyUNIXServerInvoker$accept_nonblock_method_0_0(cls , Visibility.PUBLIC); [javac] ^ [javac] D:\work\jruby-dev\jruby\src_gen\org$jruby$ext$socket$RubyUNIXServer$Populator.java:25: cannot find symbol [javac] symbol : class RubyUNIXServerInvoker$accept_method_0_0 [javac] location: package org.jruby.ext.socket [javac] javaMethod = new org.jruby.ext.socket.RubyUNIXServerInvoker$accept_method_0_0(cls, Visibil ity.PUBLIC); [javac] ^ [javac] D:\work\jruby-dev\jruby\src_gen\org$jruby$ext$socket$RubyUNIXServer$Populator.java:31: cannot find symbol [javac] symbol : class RubyUNIXServerInvoker$sysaccept_method_0_0 [javac] location: package org.jruby.ext.socket [javac] javaMethod = new org.jruby.ext.socket.RubyUNIXServerInvoker$sysaccept_method_0_0(cls, Visi bility.PUBLIC); [javac] ^ [javac] D:\work\jruby-dev\jruby\src_gen\org$jruby$ext$socket$RubyUNIXServer$Populator.java:37: cannot find symbol [javac] symbol : class RubyUNIXServerInvoker$listen_method_1_0 [javac] location: package org.jruby.ext.socket [javac] javaMethod = new org.jruby.ext.socket.RubyUNIXServerInvoker$listen_method_1_0(cls, Visibil ity.PUBLIC); [javac] ^ [javac] D:\work\jruby-dev\jruby\src_gen\org$jruby$ext$socket$RubyUNIXServer$Populator.java:43: cannot find symbol [javac] symbol : class RubyUNIXServerInvoker$initialize_method_1_0 [javac] location: package org.jruby.ext.socket {noformat} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email