On the upside, I can build CloudStack directly from Maven. It looks like this is "just" a problem in Eclipse. Of course I'd like to use Eclipse. :) What do other people develop with that this is not a problem for them?
On Fri, Dec 28, 2012 at 11:38 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > This looks like the problem I'm having (regarding an artifact not being > packaged): > > > http://www.mail-archive.com/cloudstack-dev@incubator.apache.org/msg12454.html > > > > On Fri, Dec 28, 2012 at 7:54 PM, Mike Tutkowski < > mike.tutkow...@solidfire.com> wrote: > >> Just updated the javelin branch and re-build. I have 319 errors >> now...all but one is a Java issue that would probably be resolved with the >> proper Maven configuration. >> >> I think the problem is the Maven error that says, "Artifact has not been >> packaged yet." (In the screen shot). What do you think that might mean? >> >> I appreciate all your guys' help. I know it can be tough getting a new >> person up and running. :) >> >> >> On Fri, Dec 28, 2012 at 6:25 PM, Edison Su <edison...@citrix.com> wrote: >> >>> Could you check out the latest code? I think somebody broke the javelin >>> branch yesterday. >>> >>> From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] >>> Sent: Friday, December 28, 2012 5:14 PM >>> To: cloudstack-dev@incubator.apache.org >>> Subject: Re: New to CloudStack...Having initial build problems >>> >>> Yeah, I shouldn't have even mentioned the Warnings (there are over >>> 16,000 of them). :) I thought that particular warning might, however, be >>> fairly important. >>> >>> Either way, I've attached a screen shot of my current state. >>> >>> I put the mouse pointer over the one remaining Maven problem so you'd be >>> able to see all of the text in a tool tip. I'm thinking if we solve that >>> problem, the other ones might go away. >>> >>> By the way, in a "steady state," how many warnings are "normal" for >>> building CloudStack? >>> >>> Thanks!! >>> >>> On Fri, Dec 28, 2012 at 4:03 PM, Edison Su <edison...@citrix.com<mailto: >>> edison...@citrix.com>> wrote: >>> Can you post some of the error message? Warning is not error though:) >>> >>> > -----Original Message----- >>> > From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com<mailto: >>> mike.tutkow...@solidfire.com>] >>> > Sent: Friday, December 28, 2012 2:42 PM >>> > To: cloudstack-dev@incubator.apache.org<mailto: >>> cloudstack-dev@incubator.apache.org> >>> > Subject: Re: New to CloudStack...Having initial build problems >>> > >>> > Cool, Edison...putting that filename back brought me down to 58 errors >>> (from >>> > 61). >>> > >>> > A warning I've been getting is that I don't have J2SE-1.5 installed. >>> I take it 1.5 >>> > is what we're using? Currently I only have 1.6 installed. >>> > >>> > >>> > On Fri, Dec 28, 2012 at 3:25 PM, Edison Su <edison...@citrix.com >>> <mailto:edison...@citrix.com>> wrote: >>> > >>> > > Oh, I see, do the following: >>> > > Cd deps >>> > > mv manageontap.jar cloud-manageontap.jar ./install-non-oss.sh >>> > > >>> > > Then try again. The steps in >>> > > https://cwiki.apache.org/CLOUDSTACK/building-with-maven.html is for >>> > > latest master branch, not exactly for Javelin branch. >>> > > >>> > > > -----Original Message----- >>> > > > From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com<mailto: >>> mike.tutkow...@solidfire.com>] >>> > > > Sent: Friday, December 28, 2012 2:22 PM >>> > > > To: cloudstack-dev@incubator.apache.org<mailto: >>> cloudstack-dev@incubator.apache.org> >>> > > > Subject: Re: New to CloudStack...Having initial build problems >>> > > > >>> > > > Thanks, Edison! That is where I have it. >>> > > > >>> > > > Pretty close to compiling everything now...just 61 errors left. :) >>> > > > >>> > > > Any idea what might be going wrong with that manageontap.jar issue? >>> > > > >>> > > > >>> > > > On Fri, Dec 28, 2012 at 3:19 PM, Edison Su <edison...@citrix.com >>> <mailto:edison...@citrix.com>> wrote: >>> > > > >>> > > > > >>> > > > > >>> > > > > > -----Original Message----- >>> > > > > > From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com >>> <mailto:mike.tutkow...@solidfire.com>] >>> > > > > > Sent: Friday, December 28, 2012 1:16 PM >>> > > > > > To: cloudstack-dev@incubator.apache.org<mailto: >>> cloudstack-dev@incubator.apache.org> >>> > > > > > Subject: Re: New to CloudStack...Having initial build problems >>> > > > > > >>> > > > > > Also, when we say, "Copy vhd-util to this location in the >>> source >>> > > tree: >>> > > > > > scripts/vm/hypervisor/xenserver/vhd-util," do we mean copy the >>> > > > > > vhd-util file into a folder called vhd-util or should it just >>> be >>> > > > > > copied into the >>> > > > > xenserver >>> > > > > > folder? >>> > > > > >>> > > > > In the source code, there is a folder >>> > > > > scripts/vm/hypervisor/xenserver/, download vhd-util into that >>> folder. >>> > > > > >>> > > > > > >>> > > > > > Currently I have it in the xenserver folder. >>> > > > > > >>> > > > > > Thanks! >>> > > > > > >>> > > > > > >>> > > > > > On Fri, Dec 28, 2012 at 1:55 PM, Mike Tutkowski < >>> > > > > > mike.tutkow...@solidfire.com<mailto: >>> mike.tutkow...@solidfire.com>> wrote: >>> > > > > > >>> > > > > > > As I perform a build, I notice it fails here: >>> > > > > > > >>> > > > > > > Downloading: >>> > > > > > > >>> > > > > > >>> > > > >>> > http://repo1.maven.org/maven2/com/cloud/com/netapp/manageontap/1. >>> > > > > > 0/man >>> > > > > > > ageontap-1.0.jar >>> > > > > > > >>> > > > > > > >>> > > > > > > On Thu, Dec 27, 2012 at 12:16 PM, Mike Tutkowski < >>> > > > > > > mike.tutkow...@solidfire.com<mailto: >>> mike.tutkow...@solidfire.com>> wrote: >>> > > > > > > >>> > > > > > >> Hi everyone, >>> > > > > > >> >>> > > > > > >> I'm new to CloudStack and have been trying to get a >>> > > > > > >> development environment up and running. >>> > > > > > >> >>> > > > > > >> I'm developing on Mac OS X. >>> > > > > > >> >>> > > > > > >> I have Eclipse (Juno) installed, the M2E plug-in installed, >>> > > > > > >> and a local CloudStack repo pointing to the Javelin branch. >>> > > > > > >> >>> > > > > > >> I have been following the instructions located here: >>> > > > > > >> >>> > > > > > >> https://cwiki.apache.org/CLOUDSTACK/using-eclipse-with- >>> > > > > > cloudstack.htm >>> > > > > > >> l >>> > > > > > >> >>> > > > > > >> I'm down to the "Import CloudStack" section. Once I click >>> > > > > > >> Finish on the wizard, it begins to try and build CloudStack. >>> > > > > > >> >>> > > > > > >> Once it has completed, I am left with 81 errors and 16,699 >>> > > warnings. >>> > > > > > >> >>> > > > > > >> Some of the projects with erros include cloud-deps (its POM >>> > > > > > >> file), cloud-engine-storage-integration-test, >>> > > > > > >> cloud-framework-ipc, cloud-plugin-hypervisor-vmware, and >>> > > > > > >> cloud- >>> > > > plugin-netapp. >>> > > > > > >> >>> > > > > > >> Any ideas as to what I might be doing wrong here? >>> > > > > > >> >>> > > > > > >> Thanks!! >>> > > > > > >> >>> > > > > > >> -- >>> > > > > > >> *Mike Tutkowski* >>> > > > > > >> *Senior CloudStack Developer, SolidFire Inc.* >>> > > > > > >> e: mike.tutkow...@solidfire.com<mailto: >>> mike.tutkow...@solidfire.com> >>> > > > > > >> o: 303.746.7302<tel:303.746.7302> >>> > > > > > >> Advancing the way the world uses the >>> > > > > > >> cloud<http://solidfire.com/solution/overview/?video=play> >>> > > > > > >> *(tm)* >>> > > > > > >> >>> > > > > > > >>> > > > > > > >>> > > > > > > >>> > > > > > > -- >>> > > > > > > *Mike Tutkowski* >>> > > > > > > *Senior CloudStack Developer, SolidFire Inc.* >>> > > > > > > e: mike.tutkow...@solidfire.com<mailto: >>> mike.tutkow...@solidfire.com> >>> > > > > > > o: 303.746.7302<tel:303.746.7302> >>> > > > > > > Advancing the way the world uses the >>> > > > > > > cloud<http://solidfire.com/solution/overview/?video=play> >>> > > > > > > *(tm)* >>> > > > > > > >>> > > > > > >>> > > > > > >>> > > > > > >>> > > > > > -- >>> > > > > > *Mike Tutkowski* >>> > > > > > *Senior CloudStack Developer, SolidFire Inc.* >>> > > > > > e: mike.tutkow...@solidfire.com<mailto: >>> mike.tutkow...@solidfire.com> >>> > > > > > o: 303.746.7302<tel:303.746.7302> >>> > > > > > Advancing the way the world uses the >>> > > > > > cloud<http://solidfire.com/solution/overview/?video=play> >>> > > > > > *(tm)* >>> > > > > >>> > > > >>> > > > >>> > > > >>> > > > -- >>> > > > *Mike Tutkowski* >>> > > > *Senior CloudStack Developer, SolidFire Inc.* >>> > > > e: mike.tutkow...@solidfire.com<mailto: >>> mike.tutkow...@solidfire.com> >>> > > > o: 303.746.7302<tel:303.746.7302> >>> > > > Advancing the way the world uses the >>> > > > cloud<http://solidfire.com/solution/overview/?video=play> >>> > > > *(tm)* >>> > > >>> > >>> > >>> > >>> > -- >>> > *Mike Tutkowski* >>> > *Senior CloudStack Developer, SolidFire Inc.* >>> > e: mike.tutkow...@solidfire.com<mailto:mike.tutkow...@solidfire.com> >>> > o: 303.746.7302<tel:303.746.7302> >>> > Advancing the way the world uses the >>> > cloud<http://solidfire.com/solution/overview/?video=play> >>> > *(tm)* >>> >>> >>> >>> -- >>> Mike Tutkowski >>> Senior CloudStack Developer, SolidFire Inc. >>> e: mike.tutkow...@solidfire.com<mailto:mike.tutkow...@solidfire.com> >>> o: 303.746.7302 >>> Advancing the way the world uses the cloud< >>> http://solidfire.com/solution/overview/?video=play>(tm) >>> >> >> >> >> -- >> *Mike Tutkowski* >> *Senior CloudStack Developer, SolidFire Inc.* >> e: mike.tutkow...@solidfire.com >> o: 303.746.7302 >> Advancing the way the world uses the >> cloud<http://solidfire.com/solution/overview/?video=play> >> *™* >> > > > > -- > *Mike Tutkowski* > *Senior CloudStack Developer, SolidFire Inc.* > e: mike.tutkow...@solidfire.com > o: 303.746.7302 > Advancing the way the world uses the > cloud<http://solidfire.com/solution/overview/?video=play> > *™* > -- *Mike Tutkowski* *Senior CloudStack Developer, SolidFire Inc.* e: mike.tutkow...@solidfire.com o: 303.746.7302 Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play> *™*