Hi 2009/3/13 Ittay Dror <[email protected]>: > > > Henrik Thostrup Jensen wrote: >> >> 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?
The sgas:xmldb module gets build before sgas:iterator, even though the xmldb modules specifies iterator under compile.with. Line 261 > i have been using buildr with very large dependency trees and didn't ever > have such issues. We have been using it for a month or two now, but the issue first appeared this week, when we added some stub generation in the buildfile. > 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> > -- - Henrik
