Documentation on "Non constant settings" is wrong about buildr.rb
-----------------------------------------------------------------
Key: BUILDR-622
URL: https://issues.apache.org/jira/browse/BUILDR-622
Project: Buildr
Issue Type: Bug
Components: Site/documentation
Affects Versions: 1.4.6
Reporter: Sebastiano Pilla
Priority: Minor
The documentation paragraph at
http://buildr.apache.org/settings_profiles.html#variable is wrong about the
loading of a buildr.rb file in the project directory, since buildr loads no
such file. Instead, as per the lib/buildr/core/application.rb file, lines
483-493, the correct filenames are .buildr.rb and _buildr.rb (with either a
leading dot or a leading underscore).
The referenced documentation should be updated to reflect the code's behavior.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira