Re: [opennms-devel] Fresh Checkout of Trunk missing Maven?

2008-09-15 Thread Aaron Paxson
Okay, so I take the advice in the wiki. I created a directory storing maven (where it should be) # pwd ~/dev/OpenNMS-dev # mkdir maven # cd maven # git checkout -b trunk maven/trunk fatal: Untracked working tree file 'dependencies/opennms-acegi/pom.xml'would be removed by merge Strange, since I

Re: [opennms-devel] Fresh Checkout of Trunk missing Maven?

2008-09-15 Thread Miskell, Craig
> > Helping out here is something, isn't it? :) > Most Definately!! You won't hear anyone complain, for sure! C|N>K (Please excuse my cynicism I'm a crusty old-geezer sometimes ;-)) Craig === Attention: The information c

Re: [opennms-devel] Fresh Checkout of Trunk missing Maven?

2008-09-15 Thread Aaron Paxson
On Mon, Sep 15, 2008 at 5:09 PM, Jeff Gehlbach <[EMAIL PROTECTED]> wrote: > > Helping out here is something, isn't it? :) Most Definately!! You won't hear anyone complain, for sure! > > > > I'm using the Git Repository from topquark.net. It must not include > > everything, or I'm not using

Re: [opennms-devel] Fresh Checkout of Trunk missing Maven?

2008-09-15 Thread Jeff Gehlbach
On Sep 15, 2008, at 6:04 PM, Aaron Paxson wrote: > Thanks for the prompt response, Jeff! Always there to help, eh? > Ever get ANYTHING done?? :^) Helping out here is something, isn't it? :) > I'm using the Git Repository from topquark.net. It must not include > everything, or I'm not us

Re: [opennms-devel] Fresh Checkout of Trunk missing Maven?

2008-09-15 Thread Aaron Paxson
Thanks for the prompt response, Jeff! Always there to help, eh? Ever get ANYTHING done?? :^) I'm using the Git Repository from topquark.net. It must not include everything, or I'm not using it correctly. That explains why my other builds worked just fine using svn, and not the ones with Git.

Re: [opennms-devel] Fresh Checkout of Trunk missing Maven?

2008-09-15 Thread Jeff Gehlbach
On Sep 15, 2008, at 5:54 PM, Aaron Paxson wrote: > How do I build OpenNMS? I thought Maven comes with the checkout? It comes as a Subversion external. You should see this at the tail end of your checkout: Fetching external item into 'maven' You can see the externals definitions by inspectin

[opennms-devel] Fresh Checkout of Trunk missing Maven?

2008-09-15 Thread Aaron Paxson
I'm trying to build OpenNMS from a fresh checkout of trunk. When issuing the build, the build.sh script complains about maven not being available. Thinking my checkout was bad, I browsed the svn repo online, and maven isn't there. [EMAIL PROTECTED] OpenNMS]$ ./build.sh install assembly:directory

Re: [opennms-devel] Git Repository

2008-09-15 Thread Paul Donohue
Yep, that should be sufficient. For future reference, there is now a wiki page dedicated to OpenNMS development using Git: http://www.opennms.org/index.php/OpenNMS_Development_with_Git On Fri, Sep 12, 2008 at 04:32:23PM -0500, Aaron Paxson wrote: > I'm not much of a developer, so my "Git-fu" and