On 10/5/16, 8:20 AM, "Alex Harui" <aha...@adobe.com> wrote:
> > >On 10/5/16, 2:30 AM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote: > >>But it doesn't explain why the Maven build builds a lot faster than the >>Ant build. So it can't be a problem that I unpack the entire closure lib >>... we should compare it to the NPM thingy (Don't really know what that's >>doing). >> >> >>I'll have a look at a compilation with my Profiler as soon as I have >>finished adding the "html-template" config option to the build (Currently >>working on the test-case for that) > >When I was making these changes yesterday, if I just run "mvn clean >install" locally it builds the framework SWCs very quickly. And it case I wasn't clear, building framework SWCs does not involve copying GCL. >But when I >added -P build-examples, it was very slow. I didn't take the time to >compare against running ant examples, but my impression was that Maven was >slower to build the examples than ant and at least some of that could be >attributed to the copying of the full GCL. > >HTH, >-Alex >