[
https://issues.apache.org/jira/browse/BUILDR-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Boisvert resolved BUILDR-552.
----------------------------------
Resolution: Fixed
Done.
boisv...@smudge:~/git/buildr$ git svn dcommit
Committing to https://svn.apache.org/repos/asf/buildr/trunk ...
M CHANGELOG
M lib/buildr/core/project.rb
M spec/core/project_spec.rb
Committed r1039818
> 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.