Hi, I actually found it quite hard to reproduce. It seems to depend on the order in which the gems are installed and I seemed to be able to reproduce it by random touch commands in gem directory.
However, a symptom is present on non windows boxes if you do something like $ cat > buildfile task "X" do rm_rf "XXXXXXXX" end ^D $ buildr X and you see a line like "rm -rf XXXXXX" then there may be an issue. I also observed that some times there was also problems with "buildr install" on windows boxes. (You would receive a ArgumentError for calling the install method). On Fri, Nov 9, 2012 at 3:03 AM, Alex Boisvert <alex.boisv...@gmail.com> wrote: > Hi Peter, > > How does one go about testing/replicating the issue that was fixed? Just > wondering if I can help confirm that it was fixed. > > alex > > On Thursday, November 8, 2012, Peter Donald wrote: > >> It looks like there was an intermittent bug that bit some people in the >> last >> release so I thought I would start the release process for a new release >> with the required fix. >> >> We're voting on the source distributions available here: >> http://people.apache.org/~donaldp/buildr/1.4.9/dist/ >> >> Specifically: >> http://people.apache.org/~donaldp/buildr/1.4.9/dist/buildr-1.4.9.tgz >> http://people.apache.org/~donaldp/buildr/1.4.9/dist/buildr-1.4.9.zip >> >> The documentation generated for this release is available here: >> http://people.apache.org/~donaldp/buildr/1.4.9/site/ >> http://people.apache.org/~donaldp/buildr/1.4.9/site/buildr.pdf >> >> The following changes were made since 1.4.8: >> >> * Fixed: Fixed the interaction with the FileUtils classes. The last >> release >> introduced a non-deterministic bug that sometimes caused >> logging >> preferences to be ignored and the install method to be >> inadvertently overwritten. >> -- Cheers, Peter Donald