You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Peter Donald (JIRA)" <ji...@apache.org> on 2011/06/22 12:11:05 UTC

[jira] [Closed] (BUILDR-514) New local task "run"

     [ https://issues.apache.org/jira/browse/BUILDR-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Donald closed BUILDR-514.
-------------------------------


> New local task "run" 
> ---------------------
>
>                 Key: BUILDR-514
>                 URL: https://issues.apache.org/jira/browse/BUILDR-514
>             Project: Buildr
>          Issue Type: New Feature
>          Components: Extensions
>            Reporter: David Yang
>            Assignee: Alex Boisvert
>             Fix For: 1.4.3
>
>
> After discussion on the mailing list, would be nice to have a default task of this sort:
>  task "run" do
>      Java::Commands.java "org.example.Main",
>        :classpath => [ compile.dependencies, compile.target ]
>    end
> From an email from Alex B:
> I typically write something like,
>    task "run" do
>      Java::Commands.java "org.example.Main",
>        :classpath => [ compile.dependencies, compile.target ]
>    end
> This has come up often enough in my buildfiles that I'm likely to
> standardize it as a local task eventually.
> alex

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira