Review Request: maven without -Dnonoss build dependency fix

2012-09-05 Thread Hiroaki Kawai

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6923/
---

Review request for cloudstack.


Description
---

I run mvn without -Dnonoss and got errors about vmware jar dependencies (with 
empty m2 local repository).

[ERROR] Failed to execute goal on project cloud-vmware-base: Could not resolve 
dependencies for project 
org.apache.cloudstack:cloud-vmware-base:jar:4.0.0-SNAPSHOT: The following 
artifacts could not be resolved: com.cloud.com.vmware:vmware-vim:jar:1.0, 
com.cloud.com.vmware:vmware-vim25:jar:1.0, 
com.cloud.com.vmware:vmware-apputils:jar:1.0: Could not find artifact 
com.cloud.com.vmware:vmware-vim:jar:1.0 in central 
(http://repo.maven.apache.org/maven2) - [Help 1]

Here I attach a patch to fix this.


Diffs
-

  pom.xml 99b1177 

Diff: https://reviews.apache.org/r/6923/diff/


Testing
---

mvn  mvn test


Thanks,

Hiroaki Kawai



Re: Review Request: maven without -Dnonoss build dependency fix

2012-09-05 Thread Hugo Trippaers

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6923/#review11060
---


Heya,

This works, but a better fix would be to figure out why these targets depend on 
those vmwre tools. We need to be able to distribute console-proxy and build it 
without any dependencies on vmware stuff. 

Can you rewrite this patch to remove the dependencies on those three libs to 
vmware jars? If there are any errors we'll need to fix that.

Cheers,

Hugo

- Hugo Trippaers


On Sept. 5, 2012, 9:39 a.m., Hiroaki Kawai wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/6923/
 ---
 
 (Updated Sept. 5, 2012, 9:39 a.m.)
 
 
 Review request for cloudstack.
 
 
 Description
 ---
 
 I run mvn without -Dnonoss and got errors about vmware jar dependencies (with 
 empty m2 local repository).
 
 [ERROR] Failed to execute goal on project cloud-vmware-base: Could not 
 resolve dependencies for project 
 org.apache.cloudstack:cloud-vmware-base:jar:4.0.0-SNAPSHOT: The following 
 artifacts could not be resolved: com.cloud.com.vmware:vmware-vim:jar:1.0, 
 com.cloud.com.vmware:vmware-vim25:jar:1.0, 
 com.cloud.com.vmware:vmware-apputils:jar:1.0: Could not find artifact 
 com.cloud.com.vmware:vmware-vim:jar:1.0 in central 
 (http://repo.maven.apache.org/maven2) - [Help 1]
 
 Here I attach a patch to fix this.
 
 
 Diffs
 -
 
   pom.xml 99b1177 
 
 Diff: https://reviews.apache.org/r/6923/diff/
 
 
 Testing
 ---
 
 mvn  mvn test
 
 
 Thanks,
 
 Hiroaki Kawai
 




Re: Review Request: maven without -Dnonoss build dependency fix

2012-09-05 Thread Hiroaki Kawai

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6923/
---

(Updated Sept. 5, 2012, 10:08 a.m.)


Review request for cloudstack.


Changes
---

console-proxy and patches module seems just does not depend on those vmware 
jars, so I removed the dependencies.


Description
---

I run mvn without -Dnonoss and got errors about vmware jar dependencies (with 
empty m2 local repository).

[ERROR] Failed to execute goal on project cloud-vmware-base: Could not resolve 
dependencies for project 
org.apache.cloudstack:cloud-vmware-base:jar:4.0.0-SNAPSHOT: The following 
artifacts could not be resolved: com.cloud.com.vmware:vmware-vim:jar:1.0, 
com.cloud.com.vmware:vmware-vim25:jar:1.0, 
com.cloud.com.vmware:vmware-apputils:jar:1.0: Could not find artifact 
com.cloud.com.vmware:vmware-vim:jar:1.0 in central 
(http://repo.maven.apache.org/maven2) - [Help 1]

Here I attach a patch to fix this.


Diffs (updated)
-

  console-proxy/pom.xml 070beb8 
  patches/pom.xml efe61af 
  pom.xml 99b1177 

Diff: https://reviews.apache.org/r/6923/diff/


Testing
---

mvn  mvn test


Thanks,

Hiroaki Kawai



Re: Review Request: maven without -Dnonoss build dependency fix

2012-09-05 Thread Hugo Trippaers

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6923/#review11061
---


Heya,

I'll take this into the new maven-waf branch for now until the whole maven 
build is stable enough for a merge into master.

Thanks for the patch :-)

Cheers,

Hugo

- Hugo Trippaers


On Sept. 5, 2012, 10:08 a.m., Hiroaki Kawai wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/6923/
 ---
 
 (Updated Sept. 5, 2012, 10:08 a.m.)
 
 
 Review request for cloudstack.
 
 
 Description
 ---
 
 I run mvn without -Dnonoss and got errors about vmware jar dependencies (with 
 empty m2 local repository).
 
 [ERROR] Failed to execute goal on project cloud-vmware-base: Could not 
 resolve dependencies for project 
 org.apache.cloudstack:cloud-vmware-base:jar:4.0.0-SNAPSHOT: The following 
 artifacts could not be resolved: com.cloud.com.vmware:vmware-vim:jar:1.0, 
 com.cloud.com.vmware:vmware-vim25:jar:1.0, 
 com.cloud.com.vmware:vmware-apputils:jar:1.0: Could not find artifact 
 com.cloud.com.vmware:vmware-vim:jar:1.0 in central 
 (http://repo.maven.apache.org/maven2) - [Help 1]
 
 Here I attach a patch to fix this.
 
 
 Diffs
 -
 
   console-proxy/pom.xml 070beb8 
   patches/pom.xml efe61af 
   pom.xml 99b1177 
 
 Diff: https://reviews.apache.org/r/6923/diff/
 
 
 Testing
 ---
 
 mvn  mvn test
 
 
 Thanks,
 
 Hiroaki Kawai