On Jan 25, 2012, at 7:20 AM, Mark - Mixtup wrote: > That fixed it! I'm now running into an issue with libraries but that makes > sense because I haven't included the local lib directory anywhere. I think I > saw a post somewhere in the lists about using lib/*jar so I'm off to hunt for > that.
Happy to help. I work with an unusually structured application, too, and the ability to define new layouts is one of my favorite parts of buildr. My app downloads artifacts at build time, thus I can't speak to specifying local libraries directly. Nevertheless this looks extremely promising and quite simple: http://markmail.org/message/naij4hzyrxtmijwh Depending on your compile dependencies, it might be worthwhile looking into whether or not you can get all of them or most of them from a public repository -- https://buildr.apache.org/artifacts.html#repositories. You might be able to eliminate the lib/ directory entirely, and then building your application is as simple as pulling it from version control onto any machine that has buildr and an internet connection, and typing `buildr build`. > By the way, as I'm fumbling through this I'm making notes that could be > turned into useful additions to the online documentation. I'd be happy to > contribute some time to that if you guys thought it would be useful? > I'll let the project contributors speak to that, but I'm sure any thoughts on the docs are welcome :-). -- Christopher Tiwald Reliability Architect Salsa Labs, Inc.