From: Tanner Burson Date: 2005-12-07T01:14:39+09:00 Subject: Recursive Rake ------=_Part_7337_21191779.1133885672410 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello all, I'm working on a very large set of build tasks for several .NET projects. I've come up with a fairly simple rake script that with slight modification (differing includes, resources, output type, etc) is able to build any of the projects individually. The problem is that I'm now to the point of building the larger outer project, which will in turn need to build several of the inner library projects. I'm unsure of the best way with Rake to handle this. I know that with Make you could effectively recurse the directories, each having their own make files and use those to build the individual dependencies. I could simulate this behavior in Rake, but I'm not sure it'= s neccessarily the best way. I'd also wondered about including the rakefile from the inner projects and just use the tasks from those in the outer file. A nyone who has experience with this, or just ideas on how to handle this, I would appreciate comments. Thanks! -- =3D=3D=3DTanner Burson=3D=3D=3D tanner.burson@gmail.com http://tannerburson.com <---Might even work one day... ------=_Part_7337_21191779.1133885672410--