Hi, When I applied the patch on the trunk, I try to 'mvn compile', but get
the following error, would you plz tell me where is the 4.3.0-SNAPSHOT? why
I need this one? Thanks a lot.

Failed to execute goal
org.apache.maven.plugins:maven-remote-resources-plugin:1.1:process
(default) on project hedwig-server: Failed to resolve dependencies for one
or more projects in the reactor. Reason: Missing:
[ERROR] ----------
[ERROR] 1)
org.apache.bookkeeper:bookkeeper-server:test-jar:tests:4.3.0-SNAPSHOT
[ERROR]
[ERROR] Try downloading the file manually from the project website.
[ERROR]
[ERROR] Then, install it using the command:
[ERROR] mvn install:install-file -DgroupId=org.apache.bookkeeper
-DartifactId=bookkeeper-server -Dversion=4.3.0-SNAPSHOT -Dclassifier=tests
-Dpackaging=test-jar -Dfile=/path/to/file


On Wed, Jun 4, 2014 at 8:31 AM, Hadoop QA (JIRA) <j...@apache.org> wrote:

>
>     [
> https://issues.apache.org/jira/browse/BOOKKEEPER-767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14017770#comment-14017770
> ]
>
> Hadoop QA commented on BOOKKEEPER-767:
> --------------------------------------
>
> Testing JIRA BOOKKEEPER-767
>
>
> Patch [0002-BOOKKEEPER-767-Allow-loopback-in-tests.trunk.patch|
> https://issues.apache.org/jira/secure/attachment/12648322/0002-BOOKKEEPER-767-Allow-loopback-in-tests.trunk.patch]
> downloaded at Wed Jun  4 14:52:57 UTC 2014
>
> ----------------------------
>
> {color:green}+1 PATCH_APPLIES{color}
> {color:green}+1 CLEAN{color}
> {color:green}+1 RAW_PATCH_ANALYSIS{color}
> .    {color:green}+1{color} the patch does not introduce any @author tags
> .    {color:green}+1{color} the patch does not introduce any tabs
> .    {color:green}+1{color} the patch does not introduce any trailing
> spaces
> .    {color:green}+1{color} the patch does not introduce any line longer
> than 120
> .    {color:green}+1{color} the patch does adds/modifies 8 testcase(s)
> {color:green}+1 RAT{color}
> .    {color:green}+1{color} the patch does not seem to introduce new RAT
> warnings
> {color:green}+1 JAVADOC{color}
> .    {color:green}+1{color} the patch does not seem to introduce new
> Javadoc warnings
> .    {color:red}WARNING{color}: the current HEAD has 23 Javadoc warning(s)
> {color:green}+1 COMPILE{color}
> .    {color:green}+1{color} HEAD compiles
> .    {color:green}+1{color} patch compiles
> .    {color:green}+1{color} the patch does not seem to introduce new javac
> warnings
> {color:green}+1 FINDBUGS{color}
> .    {color:green}+1{color} the patch does not seem to introduce new
> Findbugs warnings
> {color:green}+1 TESTS{color}
> .    Tests run: 920
> {color:green}+1 DISTRO{color}
> .    {color:green}+1{color} distro tarball builds with the patch
>
> ----------------------------
> {color:green}*+1 Overall result, good!, no -1s*{color}
>
> {color:red}.   There is at least one warning, please check{color}
>
> The full output of the test-patch run is available at
>
> .   https://builds.apache.org/job/bookkeeper-trunk-precommit-build/653/
>
> > Allow loopback in tests
> > -----------------------
> >
> >                 Key: BOOKKEEPER-767
> >                 URL:
> https://issues.apache.org/jira/browse/BOOKKEEPER-767
> >             Project: Bookkeeper
> >          Issue Type: Bug
> >            Reporter: Ivan Kelly
> >            Assignee: Ivan Kelly
> >             Fix For: 4.3.0, 4.2.3
> >
> >         Attachments:
> 0002-BOOKKEEPER-767-Allow-loopback-in-tests.trunk.patch,
> 0003-BOOKKEEPER-767-Allow-loopback-in-tests.branch42.patch
> >
> >
> > It's not uncommon to have something like the following in /etc/hosts:
> > {quote}
> > 127.0.1.1 <myhostname>
> > {quote}
> > This breaks the bookkeeper tests because getAllowLoopback() defaults to
> false. We should set allow loopback to true to allow tests to run out of
> the box on linux machines.
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.2#6252)
>

Reply via email to