Define project with project(:name) and a block
----------------------------------------------
Key: BUILDR-552
URL: https://issues.apache.org/jira/browse/BUILDR-552
Project: Buildr
Issue Type: Improvement
Reporter: Alex Boisvert
Assignee: Alex Boisvert
Fix For: 1.4.5
See discussion: http://buildr.markmail.org/thread/ssttkjkbilacl4e6
The project method could be overloaded to not only return a project but also
define a project if a block is given, e.g.,
project :foo # => returns the project named :foo if it exists
project :foo do
... # define the project
end
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.