Build error on master@92265cc

C:\Users\Jon\Documents\JavaDev\jruby-git>git log -1 --oneline --decorate
92265cc (HEAD, origin/master, origin/HEAD, master) [1.9] Get remaining
defined? specs

C:\Users\Jon\Documents\JavaDev\jruby-git>java -version
java version “1.6.0_23”
Java™ SE Runtime Environment (build 1.6.0_23-b05)
Java HotSpot™ Client VM (build 19.0-b09, mixed mode, sharing)

C:\Users\Jon\Documents\JavaDev\jruby-git>ant -version
Apache Ant™ version 1.8.2 compiled on December 20 2010

C:\Users\Jon\Documents\JavaDev\jruby-git>echo %PATH%
C:\ant\bin;C:\Program
Files\Java\jdk1.6.0_23\bin;C:\DevKit\bin;C:\DevKit\mingw\bin;C:\Program
Files\CollabNet\Subversion
Client;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program
Files\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\Microsoft
Windows Performance
Toolkit;C:\tools;C:\Python27\Scripts;C:\Python27;C:\ruby192\bin;c:\scala\bin;c:\lua\bin;C:\gnuwin32\curl\bin;C:\gnuwin32\diff\bin;C:\gnuwin32\grep\bin;C:\gnuwin32\findutils\bin;C:\gnuwin32\sed\bin;C:\gnuwin32\less\bin;C:\gnuwin32\upx\bin;C:\gnuwin32\coreutils\bin;C:\Program
Files\Wix;C:\git\cmd

C:\Users\Jon\Documents\JavaDev\jruby-git>ant clean jar cext

compile-jruby:
[apt] Since compiler setting isn’t classic or modern, ignoring
fork setting.
[apt] Since compiler setting isn’t classic or modern, ignoring
fork setting.
[apt] Compiling 1066 source files to
C:\Users\Jon\Documents\JavaDev\jruby-git\build\classes\jruby
[apt] Since compiler setting isn’t classic or modern, ignoring
fork setting.
[apt] warning: Annotation types without processors:
[java.lang.Override, java.lang.Deprecated, org.jruby.anno.JRubyConstant,
java.lang.SuppressWarnings, org.jruby.anno.JRubyModule,
java.lang.annotation.Retention, java.lang.annotation.Target,
org.jruby.compiler.ir.Interp, com.kenai.jaffl.annotations.In,
com.kenai.jaffl.annotations.Transient, com.kenai.jaffl.annotations.Out]
[apt] 1 warning
[apt]
C:\Users\Jon\Documents\JavaDev\jruby-git\src\org\jruby\RubyString.java:839:
warning: [deprecation] replace(byte[]) in org.jruby.util.ByteList has
been deprecated
[apt] value.replace(bytes);
[apt] ^
[apt]
C:\Users\Jon\Documents\JavaDev\jruby-git\src\org\jruby\compiler\impl\ChildScopedBodyCompiler.java:14:
org.jruby.compiler.impl.ChildScopedBodyCompiler is not abstract and does
not override abstract method
isMethodBoundOrRespondToMissing(java.lang.String,org.jruby.compiler.BranchCallback,org.jruby.compiler.BranchCallback)
in org.jruby.compiler.BodyCompiler
[apt] public class ChildScopedBodyCompiler extends
BaseBodyCompiler {
[apt] ^
[apt]
C:\Users\Jon\Documents\JavaDev\jruby-git\src\org\jruby\compiler\impl\ChainedRootBodyCompiler.java:7:
org.jruby.compiler.impl.ChainedRootBodyCompiler is not abstract and does
not override abstract method
isMethodBoundOrRespondToMissing(java.lang.String,org.jruby.compiler.BranchCallback,org.jruby.compiler.BranchCallback)
in org.jruby.compiler.BodyCompiler
[apt] public class ChainedRootBodyCompiler extends
RootScopedBodyCompiler {
[apt] ^
[apt]
C:\Users\Jon\Documents\JavaDev\jruby-git\src\org\jruby\compiler\impl\ClassBodyCompiler.java:11:
org.jruby.compiler.impl.ClassBodyCompiler is not abstract and does not
override abstract method
isMethodBoundOrRespondToMissing(java.lang.String,org.jruby.compiler.BranchCallback,org.jruby.compiler.BranchCallback)
in org.jruby.compiler.BodyCompiler
[apt] public class ClassBodyCompiler extends
RootScopedBodyCompiler {
[apt] ^
[apt]
C:\Users\Jon\Documents\JavaDev\jruby-git\src\org\jruby\compiler\impl\MethodBodyCompiler.java:18:
org.jruby.compiler.impl.MethodBodyCompiler is not abstract and does not
override abstract method
isMethodBoundOrRespondToMissing(java.lang.String,org.jruby.compiler.BranchCallback,org.jruby.compiler.BranchCallback)
in org.jruby.compiler.BodyCompiler
[apt] public class MethodBodyCompiler extends
RootScopedBodyCompiler {
[apt] ^
[apt] Note: Some input files use unchecked or unsafe operations.
[apt] Note: Recompile with -Xlint:unchecked for details.
[apt] 4 errors
[apt] 1 warning

BUILD FAILED
C:\Users\Jon\Documents\JavaDev\jruby-git\build.xml:658: The following
error occurred while executing this line:
C:\Users\Jon\Documents\JavaDev\jruby-git\build.xml:270: Compile failed;
see the compiler error output for details.

Jon


blog: http://jonforums.github.com/
twitter: @jonforums