Hello all,
local_task :run doesn't work?
No matter I invoke it outside
define "someproject" do
...
end
or inside that define block,
it all reports no such method.
besides
the example
task :run => :compile do
   system 'java -cp target/classes org.apache.killer.Main'
 end
what if my application depends on some library,
does buildr have
something like maven's assembly?
Or how do I conveniently specify the depencies to run
(otherwise the Main of course cannot run).

Reply via email to