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