Error during plugin build

141 views
Skip to first unread message

Vikas Tr

unread,
Feb 16, 2015, 5:08:14 AM2/16/15
to repo-d...@googlegroups.com
Hello,

i am trying to build cookbook-plugin and got this error:

------------------------------------------------------------------

$ buck build plugin
Using buckd.
[-] PROCESSING BUCK FILES...FINISHED 0.2s
[+] BUILDING...0.3s (18/28 JOBS)
 |=> IDLE
 |=> IDLE
 |=> IDLE
 |=> //lib/gerrit:gwtui-api__download_bin...  0.3s (running genrule[0.2s])
 |=> //lib/gerrit:plugin-api__download_bin...  0.3s (running genrule[0.2s])
error using curl: Command '['curl', '--proxy-anyauth', '-sfo', '/homes/vikastr/.gerritcodereview/buck-cache/gerrit-plugin-api-2.9.jar-30238dfc5edab3039729db040aeb2d8fbdb07f81', 'http://gerrit-maven.storage.googleapis.com/com/google/gerrit/gerrit-plugin-api/2.9/gerrit-plugin-api-2.9.jar']' returned non-zero exit status 22
BUILD FAILED: //lib/gerrit:plugin-api__download_bin failed with exit code 1:
genrule
error using curl: Command '['curl', '--proxy-anyauth', '-sfo', '/homes/vikastr/.gerritcodereview/buck-cache/gerrit-plugin-gwtui-2.9.jar-7f49385a67e07939493f06b05f4d828b9c332bd6', 'http://gerrit-maven.storage.googleapis.com/com/google/gerrit/gerrit-plugin-gwtui/2.9/gerrit-plugin-gwtui-2.9.jar']' returned non-zero exit status 22
------------------------------------------------------------------
I am trying to build this plugin for gerrit-2.9.1 and i tried with REPO_LOCAL, REPO_CENTRAL and GERRIT options in lib/gerrit/BUCK. FYI

I read thru the posts in this group and also searched thru net followed the instructions given to build gerrit and then run api_install before building this standalone plugin, but i encountered errors there too :(
------------------------------------------------------------------
$ buck build api_install
Using buckd.
[-] PROCESSING BUCK FILES...FINISHED 0.2s
[+] BUILDING...16801.1s (223/232 JOBS)
 |=> IDLE
 |=> //lib:h2__download_bin...  16801.0s (running genrule[16801.0s])
 |=> IDLE
 |=> IDLE
 |=> IDLE
error using curl: Command '['curl', '--proxy-anyauth', '-ksfo', '/homes/vikastr/.gerritcodereview/buck-cache/h2-1.3.174.jar-2fb55391f525bc3ef9f320a379d19350af96a554', 'http://repo1.maven.org/maven2/com/h2database/h2/1.3.174/h2-1.3.174.jar']' returned non-zero exit status 52
BUILD FAILED: //lib:h2__download_bin failed with exit code 1:
genrule
------------------------------------------------------------------

Please help me to over come these issues and to build plugin. By looking at the instructions, it seems to be very simple procedure to build plugin but i am facing quite a few issues.

Thanks
Vikas



Vikas Tr

unread,
Feb 16, 2015, 5:10:55 AM2/16/15
to repo-d...@googlegroups.com
One correction here:

I am trying to build this plugin for gerrit-2.9.1 and i tried with MAVEN_LOCAL, MAVEN_CENTRAL and GERRIT options in lib/gerrit/BUCK. FYI

David Pursehouse

unread,
Feb 16, 2015, 5:22:36 AM2/16/15
to Vikas Tr, repo-d...@googlegroups.com
> I am trying to build this plugin for gerrit-2.9.1 and i tried with
> REPO_LOCAL, REPO_CENTRAL and GERRIT options in lib/gerrit/BUCK.

lib/gerrit/BUCK does not exist on the version of this plugin from 2.9.1

Have you also tried to build with Maven after editing "2.9-SNAPSHOT" to
"2.9" in the pom.xml?
> --
> --
> To unsubscribe, email repo-discuss...@googlegroups.com
> More info at http://groups.google.com/group/repo-discuss?hl=en
>
> ---
> You received this message because you are subscribed to the Google
> Groups "Repo and Gerrit Discussion" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to repo-discuss...@googlegroups.com
> <mailto:repo-discuss...@googlegroups.com>.
> For more options, visit https://groups.google.com/d/optout.

Vikas Tr

unread,
Feb 16, 2015, 5:37:02 AM2/16/15
to David Pursehouse, repo-d...@googlegroups.com
When tried to build with maven for 2.9 version, getting these errors

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Internal error in the plugin manager executing goal 'org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile': Unable to load the mojo 'org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile' in the plugin 'org.apache.maven.plugins:maven-compiler-plugin'. A required class is missing: org/codehaus/plexus/compiler/util/scan/InclusionScanException
org.codehaus.plexus.compiler.util.scan.InclusionScanException
[INFO] ------------------------------------------------------------------------



I cloned 2.9 version of the plugin, modified pom.xml to have 2.9 instead of 2.9-SNAPSHOT and ran "mvn clean package". FYI.

You received this message because you are subscribed to the Google
Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send

David Pursehouse

unread,
Feb 16, 2015, 5:48:15 AM2/16/15
to Vikas Tr, repo-d...@googlegroups.com
I have no idea what that error is. Looks like one of the "grr, Maven"
type problems that we haven't seen since moving to Buck...

FWIW I was able to build it with Maven using the 2.9 API. I just merged
this change on the stable-2.9 branch to use 2.9. API

https://gerrit-review.googlesource.com/#/c/64682/


On 02/16/2015 07:36 PM, Vikas Tr wrote:
> When tried to build with maven for 2.9 version, getting these errors
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Internal error in the plugin manager executing goal
> 'org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile': Unable
> to load the mojo
> 'org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile' in the
> plugin 'org.apache.maven.plugins:maven-compiler-plugin'. A required
> class is missing:
> org/codehaus/plexus/compiler/util/scan/InclusionScanException
> org.codehaus.plexus.compiler.util.scan.InclusionScanException
> [INFO]
> ------------------------------------------------------------------------
>
>
>
> I cloned 2.9 version of the plugin, modified pom.xml to have 2.9 instead
> of 2.9-SNAPSHOT and ran "mvn clean package". FYI.
>
> On Mon, Feb 16, 2015 at 3:52 PM, David Pursehouse
> <david.pu...@sonymobile.com
> <mailto:david.pu...@sonymobile.com>> wrote:
>
> > I am trying to build this plugin for gerrit-2.9.1 and i tried with
> > REPO_LOCAL, REPO_CENTRAL and GERRIT options in lib/gerrit/BUCK.
>
> lib/gerrit/BUCK does not exist on the version of this plugin from 2.9.1
>
> Have you also tried to build with Maven after editing "2.9-SNAPSHOT"
> to "2.9" in the pom.xml?
>
>
>
> On 02/16/2015 07:10 PM, Vikas Tr wrote:
>
> One correction here:
>
> I am trying to build this plugin for gerrit-2.9.1 and i tried with
> MAVEN_LOCAL, MAVEN_CENTRAL and GERRIT options in
> lib/gerrit/BUCK. FYI
>
> On Monday, February 16, 2015 at 3:38:14 PM UTC+5:30, Vikas Tr wrote:
>
> Hello,
>
> i am trying to build cookbook-plugin and got this error:
>
>
> ------------------------------__------------------------------__------
>
> $ buck build plugin
> Using buckd.
> [-] PROCESSING BUCK FILES...FINISHED 0.2s
> [+] BUILDING...0.3s (18/28 JOBS)
> |=> IDLE
> |=> IDLE
> |=> IDLE
> |=> //lib/gerrit:gwtui-api____download_bin... 0.3s (running
> genrule[0.2s])
> |=> //lib/gerrit:plugin-api____download_bin... 0.3s (running
> genrule[0.2s])
> Download
> http://gerrit-maven.storage.__googleapis.com/com/google/__gerrit/gerrit-plugin-api/2.9/__gerrit-plugin-api-2.9.jar
> <http://gerrit-maven.storage.googleapis.com/com/google/gerrit/gerrit-plugin-api/2.9/gerrit-plugin-api-2.9.jar>
>
> <http://gerrit-maven.storage.__googleapis.com/com/google/__gerrit/gerrit-plugin-api/2.9/__gerrit-plugin-api-2.9.jar
> <http://gerrit-maven.storage.googleapis.com/com/google/gerrit/gerrit-plugin-api/2.9/gerrit-plugin-api-2.9.jar>>
> error using curl: Command '['curl', '--proxy-anyauth', '-sfo',
>
> '/homes/vikastr/.__gerritcodereview/buck-cache/__gerrit-plugin-api-2.9.jar-__30238dfc5edab3039729db040aeb2d__8fbdb07f81',
>
> 'http://gerrit-maven.storage.__googleapis.com/com/google/__gerrit/gerrit-plugin-api/2.9/__gerrit-plugin-api-2.9.jar
> <http://gerrit-maven.storage.googleapis.com/com/google/gerrit/gerrit-plugin-api/2.9/gerrit-plugin-api-2.9.jar>'
>
> <http://gerrit-maven.storage.__googleapis.com/com/google/__gerrit/gerrit-plugin-api/2.9/__gerrit-plugin-api-2.9.jar
> BUILD FAILED: //lib/gerrit:plugin-api____download_bin
> failed with exit
> code 1:
> genrule
> Download
> http://gerrit-maven.storage.__googleapis.com/com/google/__gerrit/gerrit-plugin-gwtui/2.__9/gerrit-plugin-gwtui-2.9.jar
> <http://gerrit-maven.storage.googleapis.com/com/google/gerrit/gerrit-plugin-gwtui/2.9/gerrit-plugin-gwtui-2.9.jar>
>
> <http://gerrit-maven.storage.__googleapis.com/com/google/__gerrit/gerrit-plugin-gwtui/2.__9/gerrit-plugin-gwtui-2.9.jar
> '/homes/vikastr/.__gerritcodereview/buck-cache/__gerrit-plugin-gwtui-2.9.jar-__7f49385a67e07939493f06b05f4d82__8b9c332bd6',
>
> 'http://gerrit-maven.storage.__googleapis.com/com/google/__gerrit/gerrit-plugin-gwtui/2.__9/gerrit-plugin-gwtui-2.9.jar
> <http://gerrit-maven.storage.googleapis.com/com/google/gerrit/gerrit-plugin-gwtui/2.9/gerrit-plugin-gwtui-2.9.jar>'
>
> <http://gerrit-maven.storage.__googleapis.com/com/google/__gerrit/gerrit-plugin-gwtui/2.__9/gerrit-plugin-gwtui-2.9.jar
> <http://gerrit-maven.storage.googleapis.com/com/google/gerrit/gerrit-plugin-gwtui/2.9/gerrit-plugin-gwtui-2.9.jar>'__>]'
> returned non-zero exit status 22
>
> ------------------------------__------------------------------__------
> I am trying to build this plugin for gerrit-2.9.1 and i
> tried with
> REPO_LOCAL, REPO_CENTRAL and GERRIT options in
> lib/gerrit/BUCK. FYI
>
> I read thru the posts in this group and also searched thru net
> followed the instructions given to build gerrit and then run
> api_install before building this standalone plugin, but i
> encountered errors there too :(
>
> ------------------------------__------------------------------__------
> $ buck build api_install
> Using buckd.
> [-] PROCESSING BUCK FILES...FINISHED 0.2s
> [+] BUILDING...16801.1s (223/232 JOBS)
> |=> IDLE
> |=> //lib:h2__download_bin... 16801.0s (running
> genrule[16801.0s])
> |=> IDLE
> |=> IDLE
> |=> IDLE
> Download
> http://repo1.maven.org/maven2/__com/h2database/h2/1.3.174/h2-__1.3.174.jar
> <http://repo1.maven.org/maven2/com/h2database/h2/1.3.174/h2-1.3.174.jar>
>
> <http://repo1.maven.org/__maven2/com/h2database/h2/1.3.__174/h2-1.3.174.jar
> <http://repo1.maven.org/maven2/com/h2database/h2/1.3.174/h2-1.3.174.jar>>
> error using curl: Command '['curl', '--proxy-anyauth', '-ksfo',
>
> '/homes/vikastr/.__gerritcodereview/buck-cache/__h2-1.3.174.jar-__2fb55391f525bc3ef9f320a379d193__50af96a554',
>
> 'http://repo1.maven.org/__maven2/com/h2database/h2/1.3.__174/h2-1.3.174.jar
> <http://repo1.maven.org/maven2/com/h2database/h2/1.3.174/h2-1.3.174.jar>'
>
> <http://repo1.maven.org/__maven2/com/h2database/h2/1.3.__174/h2-1.3.174.jar
> <http://repo1.maven.org/maven2/com/h2database/h2/1.3.174/h2-1.3.174.jar>'>]'
> returned non-zero exit status 52
> BUILD FAILED: //lib:h2__download_bin failed with exit code 1:
> genrule
>
> ------------------------------__------------------------------__------
>
> Please help me to over come these issues and to build
> plugin. By
> looking at the instructions, it seems to be very simple
> procedure to
> build plugin but i am facing quite a few issues.
>
> Thanks
> Vikas
>
>
>
> --
> --
> To unsubscribe, email
> repo-discuss+unsubscribe@__googlegroups.com
> <mailto:repo-discuss%2Bunsu...@googlegroups.com>
> More info at http://groups.google.com/__group/repo-discuss?hl=en
> <http://groups.google.com/group/repo-discuss?hl=en>
>
> ---
> You received this message because you are subscribed to the Google
> Groups "Repo and Gerrit Discussion" group.
> To unsubscribe from this group and stop receiving emails from
> it, send
> an email to repo-discuss+unsubscribe@__googlegroups.com
> <mailto:repo-discuss%2Bunsu...@googlegroups.com>
> <mailto:repo-discuss+...@googlegroups.com
> <mailto:repo-discuss%2Bunsu...@googlegroups.com>>.
> For more options, visit https://groups.google.com/d/__optout
> <https://groups.google.com/d/optout>.
>
>

David Pursehouse

unread,
Feb 16, 2015, 6:19:59 AM2/16/15
to repo-d...@googlegroups.com, Vikas Tr
I'd rather get to the root of the build problem. Sharing the binary
won't help.

Please keep the discussion on-list.



On 02/16/2015 07:59 PM, Vikas Tr wrote:
> can you please share the jar file, i will try installing it here...
>
> On Mon, Feb 16, 2015 at 4:17 PM, David Pursehouse
> <david.pu...@sonymobile.com
> <mailto:david.pu...@sonymobile.com>> wrote:
>
> I have no idea what that error is. Looks like one of the "grr,
> Maven" type problems that we haven't seen since moving to Buck...
>
> FWIW I was able to build it with Maven using the 2.9 API. I just
> merged this change on the stable-2.9 branch to use 2.9. API
>
> https://gerrit-review.__googlesource.com/#/c/64682/
> <https://gerrit-review.googlesource.com/#/c/64682/>
>
>
> On 02/16/2015 07:36 PM, Vikas Tr wrote:
>
> When tried to build with maven for 2.9 version, getting these errors
>
> [INFO]
> ------------------------------__------------------------------__------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------__------------------------------__------------
> [INFO] Internal error in the plugin manager executing goal
> 'org.apache.maven.plugins:__maven-compiler-plugin:2.3.2:__compile':
> Unable
> to load the mojo
> 'org.apache.maven.plugins:__maven-compiler-plugin:2.3.2:__compile'
> in the
> plugin 'org.apache.maven.plugins:__maven-compiler-plugin'. A
> required
> class is missing:
> org/codehaus/plexus/compiler/__util/scan/__InclusionScanException
> org.codehaus.plexus.compiler.__util.scan.__InclusionScanException
> [INFO]
> ------------------------------__------------------------------__------------
>
>
>
> I cloned 2.9 version of the plugin, modified pom.xml to have 2.9
> instead
> of 2.9-SNAPSHOT and ran "mvn clean package". FYI.
>
> On Mon, Feb 16, 2015 at 3:52 PM, David Pursehouse
> <david.pursehouse@sonymobile.__com
> <mailto:david.pu...@sonymobile.com>
> <mailto:david.pursehouse@__sonymobile.com
> <mailto:david.pu...@sonymobile.com>>> wrote:
>
> > I am trying to build this plugin for gerrit-2.9.1 and
> i tried with
> > REPO_LOCAL, REPO_CENTRAL and GERRIT options in
> lib/gerrit/BUCK.
>
> lib/gerrit/BUCK does not exist on the version of this
> plugin from 2.9.1
>
> Have you also tried to build with Maven after editing
> "2.9-SNAPSHOT"
> to "2.9" in the pom.xml?
>
>
>
> On 02/16/2015 07:10 PM, Vikas Tr wrote:
>
> One correction here:
>
> I am trying to build this plugin for gerrit-2.9.1 and i
> tried with
> MAVEN_LOCAL, MAVEN_CENTRAL and GERRIT options in
> lib/gerrit/BUCK. FYI
>
> On Monday, February 16, 2015 at 3:38:14 PM UTC+5:30,
> Vikas Tr wrote:
>
> Hello,
>
> i am trying to build cookbook-plugin and got this
> error:
>
>
>
> ------------------------------____----------------------------__--__------
>
> $ buck build plugin
> Using buckd.
> [-] PROCESSING BUCK FILES...FINISHED 0.2s
> [+] BUILDING...0.3s (18/28 JOBS)
> |=> IDLE
> |=> IDLE
> |=> IDLE
> |=> //lib/gerrit:gwtui-api______download_bin...
> 0.3s (running
> genrule[0.2s])
> |=>
> //lib/gerrit:plugin-api______download_bin... 0.3s (running
> genrule[0.2s])
> Download
> http://gerrit-maven.storage.____googleapis.com/com/google/____gerrit/gerrit-plugin-api/2.9/____gerrit-plugin-api-2.9.jar
> <http://googleapis.com/com/google/__gerrit/gerrit-plugin-api/2.9/__gerrit-plugin-api-2.9.jar>
>
> <http://gerrit-maven.storage.__googleapis.com/com/google/__gerrit/gerrit-plugin-api/2.9/__gerrit-plugin-api-2.9.jar
> <http://gerrit-maven.storage.googleapis.com/com/google/gerrit/gerrit-plugin-api/2.9/gerrit-plugin-api-2.9.jar>>
>
>
> <http://gerrit-maven.storage.____googleapis.com/com/google/____gerrit/gerrit-plugin-api/2.9/____gerrit-plugin-api-2.9.jar
> <http://googleapis.com/com/google/__gerrit/gerrit-plugin-api/2.9/__gerrit-plugin-api-2.9.jar>
> '/homes/vikastr/.____gerritcodereview/buck-cache/____gerrit-plugin-api-2.9.jar-____30238dfc5edab3039729db040aeb2d____8fbdb07f81',
>
>
> 'http://gerrit-maven.storage.____googleapis.com/com/google/____gerrit/gerrit-plugin-api/2.9/____gerrit-plugin-api-2.9.jar
> <http://googleapis.com/com/google/__gerrit/gerrit-plugin-api/2.9/__gerrit-plugin-api-2.9.jar>
>
> <http://gerrit-maven.storage.__googleapis.com/com/google/__gerrit/gerrit-plugin-api/2.9/__gerrit-plugin-api-2.9.jar
> <http://gerrit-maven.storage.googleapis.com/com/google/gerrit/gerrit-plugin-api/2.9/gerrit-plugin-api-2.9.jar>>'
>
>
> <http://gerrit-maven.storage.____googleapis.com/com/google/____gerrit/gerrit-plugin-api/2.9/____gerrit-plugin-api-2.9.jar
> <http://googleapis.com/com/google/__gerrit/gerrit-plugin-api/2.9/__gerrit-plugin-api-2.9.jar>
> //lib/gerrit:plugin-api______download_bin
> failed with exit
> code 1:
> genrule
> Download
> http://gerrit-maven.storage.____googleapis.com/com/google/____gerrit/gerrit-plugin-gwtui/2.____9/gerrit-plugin-gwtui-2.9.jar
> <http://googleapis.com/com/google/__gerrit/gerrit-plugin-gwtui/2.__9/gerrit-plugin-gwtui-2.9.jar>
>
> <http://gerrit-maven.storage.__googleapis.com/com/google/__gerrit/gerrit-plugin-gwtui/2.__9/gerrit-plugin-gwtui-2.9.jar
> <http://gerrit-maven.storage.googleapis.com/com/google/gerrit/gerrit-plugin-gwtui/2.9/gerrit-plugin-gwtui-2.9.jar>>
>
>
> <http://gerrit-maven.storage.____googleapis.com/com/google/____gerrit/gerrit-plugin-gwtui/2.____9/gerrit-plugin-gwtui-2.9.jar
> <http://googleapis.com/com/google/__gerrit/gerrit-plugin-gwtui/2.__9/gerrit-plugin-gwtui-2.9.jar>
> error using curl: Command '['curl',
> '--proxy-anyauth', '-sfo',
>
>
> '/homes/vikastr/.____gerritcodereview/buck-cache/____gerrit-plugin-gwtui-2.9.jar-____7f49385a67e07939493f06b05f4d82____8b9c332bd6',
>
>
> 'http://gerrit-maven.storage.____googleapis.com/com/google/____gerrit/gerrit-plugin-gwtui/2.____9/gerrit-plugin-gwtui-2.9.jar
> <http://googleapis.com/com/google/__gerrit/gerrit-plugin-gwtui/2.__9/gerrit-plugin-gwtui-2.9.jar>
>
> <http://gerrit-maven.storage.__googleapis.com/com/google/__gerrit/gerrit-plugin-gwtui/2.__9/gerrit-plugin-gwtui-2.9.jar
> <http://gerrit-maven.storage.googleapis.com/com/google/gerrit/gerrit-plugin-gwtui/2.9/gerrit-plugin-gwtui-2.9.jar>>__'
>
>
> <http://gerrit-maven.storage.____googleapis.com/com/google/____gerrit/gerrit-plugin-gwtui/2.____9/gerrit-plugin-gwtui-2.9.jar
> <http://googleapis.com/com/google/__gerrit/gerrit-plugin-gwtui/2.__9/gerrit-plugin-gwtui-2.9.jar>
>
> <http://gerrit-maven.storage.__googleapis.com/com/google/__gerrit/gerrit-plugin-gwtui/2.__9/gerrit-plugin-gwtui-2.9.jar
> <http://gerrit-maven.storage.googleapis.com/com/google/gerrit/gerrit-plugin-gwtui/2.9/gerrit-plugin-gwtui-2.9.jar>>__'__>]'
> returned non-zero exit status 22
>
>
> ------------------------------____----------------------------__--__------
> I am trying to build this plugin for gerrit-2.9.1
> and i
> tried with
> REPO_LOCAL, REPO_CENTRAL and GERRIT options in
> lib/gerrit/BUCK. FYI
>
> I read thru the posts in this group and also
> searched thru net
> followed the instructions given to build gerrit
> and then run
> api_install before building this standalone
> plugin, but i
> encountered errors there too :(
>
>
> ------------------------------____----------------------------__--__------
> $ buck build api_install
> Using buckd.
> [-] PROCESSING BUCK FILES...FINISHED 0.2s
> [+] BUILDING...16801.1s (223/232 JOBS)
> |=> IDLE
> |=> //lib:h2__download_bin... 16801.0s (running
> genrule[16801.0s])
> |=> IDLE
> |=> IDLE
> |=> IDLE
> Download
> http://repo1.maven.org/maven2/____com/h2database/h2/1.3.174/__h2-__1.3.174.jar
> <http://repo1.maven.org/maven2/__com/h2database/h2/1.3.174/h2-__1.3.174.jar>
>
> <http://repo1.maven.org/__maven2/com/h2database/h2/1.3.__174/h2-1.3.174.jar
> <http://repo1.maven.org/maven2/com/h2database/h2/1.3.174/h2-1.3.174.jar>>
>
>
> <http://repo1.maven.org/____maven2/com/h2database/h2/1.3.____174/h2-1.3.174.jar
> <http://repo1.maven.org/__maven2/com/h2database/h2/1.3.__174/h2-1.3.174.jar>
> '/homes/vikastr/.____gerritcodereview/buck-cache/____h2-1.3.174.jar-____2fb55391f525bc3ef9f320a379d193____50af96a554',
>
>
> 'http://repo1.maven.org/____maven2/com/h2database/h2/1.3.____174/h2-1.3.174.jar
> <http://repo1.maven.org/__maven2/com/h2database/h2/1.3.__174/h2-1.3.174.jar>
>
> <http://repo1.maven.org/__maven2/com/h2database/h2/1.3.__174/h2-1.3.174.jar
> <http://repo1.maven.org/maven2/com/h2database/h2/1.3.174/h2-1.3.174.jar>>'
>
>
> <http://repo1.maven.org/____maven2/com/h2database/h2/1.3.____174/h2-1.3.174.jar
> <http://repo1.maven.org/__maven2/com/h2database/h2/1.3.__174/h2-1.3.174.jar>
>
> <http://repo1.maven.org/__maven2/com/h2database/h2/1.3.__174/h2-1.3.174.jar
> <http://repo1.maven.org/maven2/com/h2database/h2/1.3.174/h2-1.3.174.jar>>'>]'
> returned non-zero exit status 52
> BUILD FAILED: //lib:h2__download_bin failed with
> exit code 1:
> genrule
>
>
> ------------------------------____----------------------------__--__------
>
> Please help me to over come these issues and to build
> plugin. By
> looking at the instructions, it seems to be very
> simple
> procedure to
> build plugin but i am facing quite a few issues.
>
> Thanks
> Vikas
>
>
>
> --
> --
> To unsubscribe, email
> repo-discuss+unsubscribe@__goo__glegroups.com
> <http://googlegroups.com>
> <mailto:repo-discuss%__2Buns...@googlegroups.com
> <mailto:repo-discuss%252Buns...@googlegroups.com>__>
> More info at
> http://groups.google.com/____group/repo-discuss?hl=en
> <http://groups.google.com/__group/repo-discuss?hl=en>
> <http://groups.google.com/__group/repo-discuss?hl=en
> <http://groups.google.com/group/repo-discuss?hl=en>>
>
> ---
> You received this message because you are subscribed to
> the Google
> Groups "Repo and Gerrit Discussion" group.
> To unsubscribe from this group and stop receiving
> emails from
> it, send
> an email to
> repo-discuss+unsubscribe@__goo__glegroups.com
> <http://googlegroups.com>
> <mailto:repo-discuss%__2Buns...@googlegroups.com
> <mailto:repo-discuss%252Buns...@googlegroups.com>__>
> <mailto:repo-discuss+_...@googlegroups.com
> <mailto:repo-discuss%2B__uns...@googlegroups.com>
> <mailto:repo-discuss%__2Buns...@googlegroups.com
> <mailto:repo-discuss%252Buns...@googlegroups.com>__>>.
> For more options, visit
> https://groups.google.com/d/____optout
> <https://groups.google.com/d/__optout>

Vikas Tr

unread,
Feb 16, 2015, 1:00:25 PM2/16/15
to repo-d...@googlegroups.com
i am able to build from maven from a different machine. I need to check what is the issue with the earlier machine where it was not able to download jar files.

Thanks for the help.

My need was to install this plugin https://gerrit-review.googlesource.com/#/c/60470/ and the project is showing as "plugins/cookbook-plugin". But after installing the cookbook-plugin, i am not getting the pop up when i submitted the changes owned by a different user. Let me know, if i have to cherrypick the changes.

Thanks
Vikas

On Monday, February 16, 2015 at 3:38:14 PM UTC+5:30, Vikas Tr wrote:

Vikas Tr

unread,
Feb 16, 2015, 1:15:42 PM2/16/15
to repo-d...@googlegroups.com
i saw that the changes were not present when i cloned 2.9 version of the plugin. I cherrypicked the changes, built it again and installed on 2.9.1 but i am not getting the pop up window when i submitted the changes submitted by different user. what am i missing here??


On Monday, February 16, 2015 at 3:38:14 PM UTC+5:30, Vikas Tr wrote:
Reply all
Reply to author
Forward
0 new messages