Re: eclipse build problems

2015-02-03 Thread Mike Tutkowski
mail.com] > Sent: Sunday, February 01, 2015 5:06 AM > To: dev > Subject: Re: eclipse build problems > > Roger, eclipse needs some extra space but also the maven run. you should > tweek it under run configurations. I don't run it from eclipse a lot and I > don't kno

RE: eclipse build problems

2015-02-03 Thread Roger Crerie
Cloudstack. Thanks again for the help. Roger -Original Message- From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] Sent: Sunday, February 01, 2015 5:06 AM To: dev Subject: Re: eclipse build problems Roger, eclipse needs some extra space but also the maven run. you should tweek it

Re: eclipse build problems

2015-02-01 Thread Daan Hoogland
gt; org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:444) >> at >> org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:789) >> at >> org.eclipse.jetty.servlet.ServletContextHandler.sta

Re: eclipse build problems

2015-01-30 Thread Mike Tutkowski
.webapp.WebAppContext.startWebapp(WebAppContext.java:1345) > ... > > Has anyone gotten this running from eclipse? > > Roger Crerie > > -Original Message- > From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] > Sent: Thursday, January 29, 2015

RE: eclipse build problems

2015-01-30 Thread Roger Crerie
Tutkowski [mailto:mike.tutkow...@solidfire.com] Sent: Thursday, January 29, 2015 5:29 PM To: dev@cloudstack.apache.org Subject: Re: eclipse build problems Presumably there are dependencies in that Brocade code that you have to acquire yourself (not sure where to get them from) and the build command I listed

Re: eclipse build problems

2015-01-29 Thread Mike Tutkowski
Presumably there are dependencies in that Brocade code that you have to acquire yourself (not sure where to get them from) and the build command I listed must not build that project. On Thu, Jan 29, 2015 at 3:22 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > I currently see "only" 33

Re: eclipse build problems

2015-01-29 Thread Mike Tutkowski
I currently see "only" 338 errors when I'm in Eclipse. :) I'd say the main thing is can you run this successfully from a command line (or kicked off from Eclipse)? mvn -P developer,systemvm clean install If you use VMware, then mvn -P developer,systemvm clean install -D noredist On Thu, Jan 29

eclipse build problems

2015-01-29 Thread Roger Crerie
Hello all, I am a new developer to the cloudstack source base and have been trying to get my development environment setup. I primarily use Eclipse as my IDE of choice but while I have been close at getting eclipse to compile cloudstack without error I am still seeing 757 errors