Hello Jasper, > The number 2 solution has the problem that the sub-projects rakefile is > dependent on all other rakefiles in the project since there must not be > any task name clashes. This is unacceptable since you would no longer > have the ability to run a sub-projects rakefile with the standard > assumptions (like running "rake test" on a subproject).
maybe you could use namespaces around your sub-rakefiles. best regards Torsten _______________________________________________ Rake-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/rake-devel
