[
https://issues.apache.org/jira/browse/BUILDR-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Boisvert resolved BUILDR-514.
----------------------------------
Resolution: Fixed
Done.
Sending CHANGELOG
Sending doc/more_stuff.textile
Adding lib/buildr/core/run.rb
Sending lib/buildr/core.rb
Adding lib/buildr/run.rb
Sending lib/buildr.rb
Adding spec/core/run_spec.rb
Adding spec/java/run_spec.rb
Transmitting file data ........
Committed revision 1003400.
> 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.