Henrik Thostrup Jensen wrote:
Hi

I have a buildfile, which contains a task to make a release. This task
depends on the :package task to ensure that the code has been compiled
and such before making the release.

When executing this task buildr will start to compile the code, but
will get the dependencies wrong, compiling the module in incorrect
order, causing a build failure. When the task is re-run the order is
can you specify what the wrong and right orders are? what are the errors you see?

i have been using buildr with very large dependency trees and didn't ever have such issues.

ittay


correct (this is very deterministic). I have also tried specifying the
:compile task as a dependency, but same result. Any ideas?

The buildfile can be seen here:
http://svn.cs.umu.se:8765/sgas/browser/trunk/buildfile

The buildfile is a bit large; the module specs can be seen from line 217.
The release task is called sgas:release, and starts as line 580.



--
Tikal <http://www.tikalk.com>
Tikal Project <http://tikal.sourceforge.net>


Reply via email to