Re: build path errors when importing cloudstack in eclipse

2014-06-25 Thread Kuang-Ching Wang
Thanks! Turns out its a java version issue - I installed java 1.7 but eclipse still refers to 1.6. Removing 1.6 entirely fix the problem. KC On Jun 24, 2014, at 6:10 PM, Mike Tutkowski wrote: > Are you seeing errors in Maven POM files? If so, those are business as > usual and are OK (Plugi

Re: build path errors when importing cloudstack in eclipse

2014-06-24 Thread Mike Tutkowski
Are you seeing errors in Maven POM files? If so, those are business as usual and are OK (Plugin execution not covered by lifecycle configuration). On Tue, Jun 24, 2014 at 6:53 PM, Kuang-Ching Wang wrote: > I am new to CloudStack. While trying to set up a dev environment, after > importing the

build path errors when importing cloudstack in eclipse

2014-06-24 Thread Kuang-Ching Wang
I am new to CloudStack. While trying to set up a dev environment, after importing the cloned maven project into eclipse, all projects show build path errors. Did I miss some step? Or do I need to manually add the build path in eclipse? Thanks, KC