Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.3.2
-
None
-
None
Description
test_frameworks.rb, line 314:
ENABLED = DEPENDS.all?
This statement gets evaluated when the Buildr code loads, before Buildr.application.run, so before any customization is loaded to determine where the local repository is (build.yml, setting.yml, buildr.rb, etc). As a result Buildr will fail to load build.yml if not run from the project's root directory, and worse, create the wrong buildfile task, breaking IDE tasks.
Attachments
Issue Links
- incorporates
-
BUILDR-115 1.3.2 release broke repositories.loca =
- Closed