On the behavior, I guess, since it's what you wrote :P On the performance aspect, we didn't work on that part, if you think we need a better deal of performance at merging, you are welcome to help with it.
On Thu, Sep 9, 2010 at 05:03, Mark Petrovic <[email protected]> wrote: > This > > define "TestApp" do > compile.from _('src') > ((package :jar, :id => 'TestApp').with > :manifest=>{'Main-Class'=>'testapp.Main'}).merge _('large.jar') > end > > builds TestApp from src/ and attempts to merge with large.jar, which is > 10Mb or so in size. It takes several minutes for the merge to run. Is this > to be expected? > > -- > Mark Petrovic > > >
