9.04.02 and 10.04 releases are broken and don't install at all
-------------------------------------------------------------- Key: OFBIZ-4726 URL: https://issues.apache.org/jira/browse/OFBIZ-4726 Project: OFBiz Issue Type: Bug Affects Versions: Release 10.04, Release 09.04.01 Environment: linux Ubuntu 12.04, amd64, openjdk6, openjdk7 Reporter: Mark ./ant run-install gives the following build/compilation error: classes: [javac15] Compiling 4 source files to /home/stier/tmp/apache-ofbiz-09.04.02/framework/security/build/classes [javac15] warning: [options] bootstrap class path not set in conjunction with -source 1.5 [javac15] /home/stier/tmp/apache-ofbiz-09.04.02/framework/security/src/org/ofbiz/security/OFBizSecurity.java:50: error: invalid inferred types for V; inferred type does not conform to declared bound(s) [javac15] public static final Map<String, Map<String, String>> simpleRoleEntity = UtilMisc.toMap( [javac15] ^ [javac15] inferred: Map<String,Object> [javac15] bound(s): Map<String,String> [javac15] where V,V1,V2,V3 are type-variables: [javac15] V extends Object declared in method <V,V1,V2,V3>toMap(String,V1,String,V2,String,V3) [javac15] V1 extends V declared in method <V,V1,V2,V3>toMap(String,V1,String,V2,String,V3) [javac15] V2 extends V declared in method <V,V1,V2,V3>toMap(String,V1,String,V2,String,V3) [javac15] V3 extends V declared in method <V,V1,V2,V3>toMap(String,V1,String,V2,String,V3) [javac15] 1 error [javac15] 1 warning -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
[ https://issues.apache.org/jira/browse/OFBIZ-4726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4726. ---------------------------------- Resolution: Duplicate Fix Version/s: Release Branch 10.04 Release Branch 09.04 Assignee: Jacques Le Roux Sorry, but AFAIK all OFBiz versions requires -Sun- Oracle JDK. I close as duplicate of OFBIZ-3993 and OFBIZ-4638 > 9.04.02 and 10.04 releases are broken and don't install at all > -------------------------------------------------------------- > > Key: OFBIZ-4726 > URL: https://issues.apache.org/jira/browse/OFBIZ-4726 > Project: OFBiz > Issue Type: Bug > Affects Versions: Release 09.04.01, Release 10.04 > Environment: linux Ubuntu 12.04, amd64, openjdk6, openjdk7 > Reporter: Mark > Assignee: Jacques Le Roux > Fix For: Release Branch 09.04, Release Branch 10.04 > > > ./ant run-install gives the following build/compilation error: > classes: > [javac15] Compiling 4 source files to /home/stier/tmp/apache-ofbiz-09.04.02/framework/security/build/classes > [javac15] warning: [options] bootstrap class path not set in conjunction with -source 1.5 > [javac15] /home/stier/tmp/apache-ofbiz-09.04.02/framework/security/src/org/ofbiz/security/OFBizSecurity.java:50: error: invalid inferred types for V; inferred type does not conform to declared bound(s) > [javac15] public static final Map<String, Map<String, String>> simpleRoleEntity = UtilMisc.toMap( > [javac15] ^ > [javac15] inferred: Map<String,Object> > [javac15] bound(s): Map<String,String> > [javac15] where V,V1,V2,V3 are type-variables: > [javac15] V extends Object declared in method <V,V1,V2,V3>toMap(String,V1,String,V2,String,V3) > [javac15] V1 extends V declared in method <V,V1,V2,V3>toMap(String,V1,String,V2,String,V3) > [javac15] V2 extends V declared in method <V,V1,V2,V3>toMap(String,V1,String,V2,String,V3) > [javac15] V3 extends V declared in method <V,V1,V2,V3>toMap(String,V1,String,V2,String,V3) > [javac15] 1 error > [javac15] 1 warning -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13225901#comment-13225901 ] Jacques Le Roux commented on OFBIZ-4726: ---------------------------------------- Also I close, because we will never try to run any OFBiz version, but the trunk, into an openjdk version, if ever we do it. You could help on mentionned Jiras... > 9.04.02 and 10.04 releases are broken and don't install at all > -------------------------------------------------------------- > > Key: OFBIZ-4726 > URL: https://issues.apache.org/jira/browse/OFBIZ-4726 > Project: OFBiz > Issue Type: Bug > Affects Versions: Release 09.04.01, Release 10.04 > Environment: linux Ubuntu 12.04, amd64, openjdk6, openjdk7 > Reporter: Mark > Assignee: Jacques Le Roux > Fix For: Release Branch 09.04, Release Branch 10.04 > > > ./ant run-install gives the following build/compilation error: > classes: > [javac15] Compiling 4 source files to /home/stier/tmp/apache-ofbiz-09.04.02/framework/security/build/classes > [javac15] warning: [options] bootstrap class path not set in conjunction with -source 1.5 > [javac15] /home/stier/tmp/apache-ofbiz-09.04.02/framework/security/src/org/ofbiz/security/OFBizSecurity.java:50: error: invalid inferred types for V; inferred type does not conform to declared bound(s) > [javac15] public static final Map<String, Map<String, String>> simpleRoleEntity = UtilMisc.toMap( > [javac15] ^ > [javac15] inferred: Map<String,Object> > [javac15] bound(s): Map<String,String> > [javac15] where V,V1,V2,V3 are type-variables: > [javac15] V extends Object declared in method <V,V1,V2,V3>toMap(String,V1,String,V2,String,V3) > [javac15] V1 extends V declared in method <V,V1,V2,V3>toMap(String,V1,String,V2,String,V3) > [javac15] V2 extends V declared in method <V,V1,V2,V3>toMap(String,V1,String,V2,String,V3) > [javac15] V3 extends V declared in method <V,V1,V2,V3>toMap(String,V1,String,V2,String,V3) > [javac15] 1 error > [javac15] 1 warning -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |