You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Alex Boisvert (JIRA)" <ji...@apache.org> on 2010/11/28 03:56:37 UTC

[jira] Created: (BUILDR-552) Define project with project(:name) and a block

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.


[jira] [Closed] (BUILDR-552) Define project with project(:name) and a block

Posted by "Peter Donald (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Donald closed BUILDR-552.
-------------------------------


> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (BUILDR-552) Define project with project(:name) and a block

Posted by "Alex Boisvert (JIRA)" <ji...@apache.org>.
     [ 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.

boisvert@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.


[jira] [Commented] (BUILDR-552) Define project with project(:name) and a block

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BUILDR-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13060376#comment-13060376 ] 

Hudson commented on BUILDR-552:
-------------------------------

Integrated in Buildr-ci-build #235 (See [https://builds.apache.org/job/Buildr-ci-build/235/])
    

> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira