I’m sorry,
I cannot find LedgerIdGenerator on GitHub
see
https://github.com/apache/bookkeeper/tree/release-4.3.2/bookkeeper-server/src/main/java/org/apache/bookkeeper/meta

maybe github mirror is not in synch ?
-- Enrico


Da: Matteo Merli [mailto:[email protected]]
Inviato: martedì 17 novembre 2015 23:41
A: [email protected]; Sijie Guo <[email protected]>
Cc: Enrico Olivelli - Diennea <[email protected]>
Oggetto: Re: Cannot compile 4.3.2 tag

Sijie / Enrico,

I've updated the tag and the release candidate artifacts.

Matteo


On Tuesday, November 17, 2015 12:04 PM, Sijie Guo 
<[email protected]<mailto:[email protected]>> wrote:

Thank you, Matteo!
- Sijie

On Tue, Nov 17, 2015 at 11:29 AM, Matteo Merli 
<[email protected]<mailto:[email protected]>> wrote:
Hum, I just saw I missed to add the LedgerIdGenerator file. I didn't get the 
errors because the file was there on local copy and also got included in the RC 
tar.gz where I was testing.

Sorry about that, fixing and releasing rc1

Matteo


Sent from Yahoo Mail for iPhone<https://yho.com/footer0>


On Tuesday, November 17, 2015, 11:04 AM, Sijie Guo 
<[email protected]<mailto:[email protected]>> wrote:
Try run :
I think Matteo missed one file on committing BOOKKEEPER-438 :(
Matteo, could you add the missing file?

- Sijie

On Tue, Nov 17, 2015 at 1:32 AM, Enrico Olivelli - Diennea 
<[email protected]> wrote:
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.




________________________________
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.

Reply via email to