On 10/5/16, 8:20 AM, "Alex Harui" wrote:
>
>
>On 10/5/16, 2:30 AM, "Christofer Dutz" 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
On 10/5/16, 2:30 AM, "Christofer Dutz" 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 l
The plugin defines one execution per default, the "execution" element has a
different id and hereby adds a second execution called "compile-javascript".
You can also see it in the build there should be an execution
"default-compile-app". If you move the "" option is moved to
the main configurat
Well it's doing two builds, cause it's explicitly configured that way.
If you want to do only one, take out the "executions" block.
If you want that one execution to be js and not swf, just add the
"outputJavaScript=true" option to the main configuration block.
I configured the compilation for
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
On 10/4/16, 1:45 PM, "Christofer Dutz" wrote:
>
>
>Thanks for fixing it. I hope it helped get a little insight on how maven
>works and that it helps getting comfortable with it.
Yes, it helped me learn a bit more about Maven.
>
>
>One thing though ... if the output is set to a file it adds th
Well I'm planning on starting to setup an integration test suite which will
contain lots of separate Maven projects. If we can dramatically reduce the
time, this would be huge. And the build time of the Maven build seems to be a
lot faster than the ant build. So if there is a way to speed up thi
Yup ... I just came back home and had a look at the changes.
All seems to be a-ok :-)
Thanks for fixing it. I hope it helped get a little insight on how maven works
and that it helps getting comfortable with it.
One thing though ... if the output is set to a file it adds the js output
insid