You can use the 'from' method of the Artifact class to reference local jars.
http://buildr.apache.org/rdoc/classes/Buildr/Artifact.html#M000336 Lacton On Thu, Feb 12, 2009 at 6:05 PM, Watt Poosanguansit <[email protected]> wrote: > Hi, > > I have been able to build with my custom layout project structure. I have > been looking for a way to reference all the jars in local lib directory in > the build. I only see compile.with which uses Artifacts. I look at the > source code and, mostly because I am pretty new to buildr, I still do not see > how I can do that. I am certain that there must be a simple way to just > reference local jars without resorting to Artifacts and repositories > downloads. Any help is appreciated. Thanks. > > > > W.P. > > > >
