Hi, I'm trying to compile at 4.3.2 tag from https://github.com/apache/bookkeeper/tree/release-4.3.2 and I get some error (maybe some commit is missing from BOOKKEEPER-438 ?)
This is my command line: git clone https://github.com/apache/bookkeeper.git cd bookkeeper git checkout tags/release-4.3.2 mvn clean install ? Compile 4.3.2....ERROR ! (see below) git checkout master mvn clean install ? Compile 4.4.0, OK git checkout ebbb68c mvn clean install ? Compile 4.3.2....ERROR ! (see below) Details: [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 13.943 s [INFO] Finished at: 2015-11-17T10:27:18+01:00 [INFO] Final Memory: 50M/1483M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project bookkeeper-server: Compilation failure: Compilation failure: [ERROR] /home/DIENNEA/enrico.olivelli/dev/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/client/BookKeeper.java:[36,34] cannot find symbol [ERROR] symbol: class LedgerIdGenerator [ERROR] location: package org.apache.bookkeeper.meta [ERROR] /home/DIENNEA/enrico.olivelli/dev/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/client/BookKeeper.java:[102,11] cannot find symbol [ERROR] symbol: class LedgerIdGenerator [ERROR] location: class org.apache.bookkeeper.client.BookKeeper [ERROR] /home/DIENNEA/enrico.olivelli/dev/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/client/BookKeeper.java:[342,5] cannot find symbol [ERROR] symbol: class LedgerIdGenerator [ERROR] location: class org.apache.bookkeeper.client.BookKeeper [ERROR] /home/DIENNEA/enrico.olivelli/dev/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/meta/LedgerManagerFactory.java:[76,21] cannot find symbol [ERROR] symbol: class LedgerIdGenerator [ERROR] location: class org.apache.bookkeeper.meta.LedgerManagerFactory [ERROR] /home/DIENNEA/enrico.olivelli/dev/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/meta/HierarchicalLedgerManagerFactory.java:[67,12] cannot find symbol [ERROR] symbol: class LedgerIdGenerator [ERROR] location: class org.apache.bookkeeper.meta.HierarchicalLedgerManagerFactory [ERROR] /home/DIENNEA/enrico.olivelli/dev/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/meta/FlatLedgerManagerFactory.java:[67,12] cannot find symbol [ERROR] symbol: class LedgerIdGenerator [ERROR] location: class org.apache.bookkeeper.meta.FlatLedgerManagerFactory [ERROR] /home/DIENNEA/enrico.olivelli/dev/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/client/LedgerCreateOp.java:[30,34] cannot find symbol [ERROR] symbol: class LedgerIdGenerator [ERROR] location: package org.apache.bookkeeper.meta [ERROR] /home/DIENNEA/enrico.olivelli/dev/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/meta/MSLedgerManagerFactory.java:[180,12] cannot find symbol [ERROR] symbol: class LedgerIdGenerator [ERROR] location: class org.apache.bookkeeper.meta.MSLedgerManagerFactory [ERROR] /home/DIENNEA/enrico.olivelli/dev/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/meta/HierarchicalLedgerManagerFactory.java:[68,20] cannot find symbol [ERROR] symbol: class ZkLedgerIdGenerator [ERROR] location: class org.apache.bookkeeper.meta.HierarchicalLedgerManagerFactory [ERROR] /home/DIENNEA/enrico.olivelli/dev/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/meta/FlatLedgerManagerFactory.java:[68,20] cannot find symbol [ERROR] symbol: class ZkLedgerIdGenerator [ERROR] location: class org.apache.bookkeeper.meta.FlatLedgerManagerFactory [ERROR] /home/DIENNEA/enrico.olivelli/dev/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/client/LedgerCreateOp.java:[122,15] cannot find symbol [ERROR] symbol: class LedgerIdGenerator [ERROR] location: class org.apache.bookkeeper.client.LedgerCreateOp [ERROR] /home/DIENNEA/enrico.olivelli/dev/bookkeeper/bookkeeper-server/src/main/java/org/apache/bookkeeper/meta/MSLedgerManagerFactory.java:[181,20] cannot find symbol [ERROR] symbol: class ZkLedgerIdGenerator [ERROR] location: class org.apache.bookkeeper.meta.MSLedgerManagerFactory [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command -- Enrico ________________________________ Iscriviti alla nostra newsletter per rimanere aggiornato su digital ed email marketing! http://www.magnews.it/newsletter/ The information in this email is confidential and may be legally privileged. If you are not the intended recipient please notify the sender immediately and destroy this email. Any unauthorized, direct or indirect, disclosure, copying, storage, distribution or other use is strictly forbidden.
