Re: [Puppet-dev] building puppetdb from source

2013-09-11 Thread Darin Perusich
FWIW to get this working fully offline I also needed to make the puppetlabs/packaging code available under ext/ and do "rake sourceterminus" instead of "rake terminus". -- Later, Darin On Tue, Sep 10, 2013 at 9:38 PM, Darin Perusich wrote: > Hi Chris, > > On Tue, Sep 10, 2013 at 4:49 PM, Chris P

Re: [Puppet-dev] building puppetdb from source

2013-09-10 Thread Darin Perusich
Hi Chris, On Tue, Sep 10, 2013 at 4:49 PM, Chris Price wrote: > If you need to build other pieces, let us know what and we may able to help > further. So now that I've got puppetdb.jar building successfully what's needed to make the following work? rake install PARAMS_FILE= DESTDIR=%{buildroot}

Re: [Puppet-dev] building puppetdb from source

2013-09-10 Thread Deepak Giridharagopal
On Sep 10, 2013, at 3:31 PM, Darin Perusich wrote: > I want to build puppetdb.jar from source. I did "echo 1.4.0 > version" > and ran "lein uberjar" which results in target/puppetdb-1.4.0.jar and > target/puppetdb-1.4.0-standalone.jar. what's the different between the > two jars? I'll assume the

Re: [Puppet-dev] building puppetdb from source

2013-09-10 Thread Chris Price
Hi Darin, That's... not ideal. Sorry. We don't usually build it that way, though. What, specifically, are you trying to build? Just the jar file? If so, what you really want to do is run `lein uberjar`. It looks like there's a small glitch around how we name that file, though. The easiest w

Re: [Puppet-dev] building puppetdb from source

2013-09-10 Thread Darin Perusich
I want to build puppetdb.jar from source. I did "echo 1.4.0 > version" and ran "lein uberjar" which results in target/puppetdb-1.4.0.jar and target/puppetdb-1.4.0-standalone.jar. what's the different between the two jars? I'll assume the standalone is what I'd need to run the service. The back sto

[Puppet-dev] building puppetdb from source

2013-09-10 Thread Darin Perusich
Hello All, I've download puppetdb 1.4.0 tagged code from github, https://github.com/puppetlabs/puppetdb/archive/1.4.0.zip, and when I attempt to build from source things appear to compile successfully but aborts with "No such file or directory - target/puppetdb--standalone.jar" Does anyone have an