Mantis - Resin
Viewing Issue Advanced Details
5901 minor always 05-15-15 09:21 06-03-15 09:19
dave  
ferg  
normal  
closed  
fixed  
none    
none 4.0.45  
0005901: Cannot compile tagged versions
I have checked out tags/4.0.36 and tags/4.0.44, both fail to build. My JAVA_HOME points to jdk1.8.0_25 and I'm using ant version 1.8.2


resin-kernel:

module:
     [copy] Copying 9 files to C:\cygwin64\home\davet\wsd\dev\ext\2015\resin\tags\4.0.36\modules\kernel\classes
    [javac] C:\cygwin64\home\davet\wsd\dev\ext\2015\resin\tags\4.0.36\build-common.xml:208: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 1313 source files to C:\cygwin64\home\davet\wsd\dev\ext\2015\resin\tags\4.0.36\modules\kernel\classes
    [javac] C:\cygwin64\home\davet\wsd\dev\ext\2015\resin\tags\4.0.36\modules\kernel\src\com\caucho\bytecode\JClassDependency.java:292: error: reference to Base64 is ambiguous
    [javac] Base64.encode(cb, digest, 0, len);
    [javac] ^
    [javac] both class java.util.Base64 in java.util and class com.caucho.util.Base64 in com.caucho.util match
    [javac] C:\cygwin64\home\davet\wsd\dev\ext\2015\resin\tags\4.0.36\modules\kernel\src\com\caucho\config\reflect\VarType.java:43: error: VarType is not abstract and does not override abstract method getAnnotatedBounds() in TypeVariable
    [javac] public class VarType<D extends GenericDeclaration> extends BaseType
    [javac] ^
    [javac] C:\cygwin64\home\davet\wsd\dev\ext\2015\resin\tags\4.0.36\modules\kernel\src\com\caucho\config\reflect\VarType.java:184: error: GenericDeclarationImpl is not abstract and does not override abstract method getDeclaredAnnotations() in AnnotatedElement
    [javac] static class GenericDeclarationImpl implements GenericDeclaration {
    [javac] ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 3 errors
Attaching the complete output from 4.0.36. Can supply from 4.0.44 if it helps.
 complete.txt [^] (6,060 bytes) 05-15-15 09:21
 complete_4.0.44.txt [^] (5,327 bytes) 05-15-15 09:24
 complete_trunk.txt [^] (5,171 bytes) 05-15-15 09:25

Notes
(0006632)
dave   
05-15-15 14:42   
Works with jdk7.