[ 
https://issues.apache.org/jira/browse/BUILDR-514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12916806#action_12916806
 ] 

Hudson commented on BUILDR-514:
-------------------------------

Integrated in Buildr-ci-build #143 (See 
[https://hudson.apache.org/hudson/job/Buildr-ci-build/143/])
    BUILDR-514 New 'run' local task.


> 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.
-
You can reply to this email to add a comment to the issue online.

Reply via email to