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 workaround is to create a file called 'version' in the same directory, and then run `lein uberjar`. This should result in the creation of a file `target/puppetdb-1.4.0-standalone.jar`. If you need to build other pieces, let us know what and we may able to help further. Thanks! Chris On Tue, Sep 10, 2013 at 12:34 PM, Darin Perusich <[email protected]> wrote: > 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 any idea what's > causing this? > > lein --version > Leiningen 2.3.2 on Java 1.6.0_43 Java HotSpot(TM) 64-Bit Server VM > > /tmp/puppetdb-1.4.0> rake > rm -rf ext/files pkg > rm -rf > lein uberjar > Created /tmp/puppetdb-1.4.0/target/puppetdb-0.0-dev-build.jar > Created /tmp/puppetdb-1.4.0/target/puppetdb-0.0-dev-build-standalone.jar > mv target/puppetdb--standalone.jar puppetdb.jar > rake aborted! > No such file or directory - target/puppetdb--standalone.jar > > Tasks: TOP => uberjar > (See full trace by running task with --trace) > > -- > Later, > Darin > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/puppet-dev. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-dev. For more options, visit https://groups.google.com/groups/opt_out.
