On Nov 27, 10:02 am, Hendy Irawan <
he...@rainbowpurple.com> wrote:
> Browsing the source... It's using Ant exclusively everywhere.
>
> May I know why Maven is not used?
Once we had both an ANT and a Maven based build of ModuleFusion and
the Maven one simply was terrible. Slow, very slow, redundant,
inconvenient to extend, etc. It was like that the complete Maven build
was working against us and no helping us. We therefore decided to
continue with ANT, extend the build (yes, this means work) but getting
a perfect customized build for our needs as a result.
For ModuleFusion, ANT is the better build tool. For the example
applications, we honor the fact that most developers are using maven
and are therefore providing the examples with maven builds.