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 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. -- - Henrik
