Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Using Takari inkremental compiler with tycho

Hello,

 

My company is using maven 3.3.9 and tycho 0.25.0 to build an eclipse rcp application and we wanted to try out the Takari incremental compiler since incremental building seems to be broken in maven and in tycho.

It can be configured like described here http://takari.io/2014/10/16/incremental-compilation.html#trying-takari-incremental-java-compiler.

In order to use the takari-compiler correctly, the tycho-compiler has to disabled/skipped, but the tycho-compiler does not allow to be skipped.

The result is that both takari and tycho compilers are run.

 

There seems to be an alternative maven-plugin which just detects changes in an module and clears the target directory previous to the compilation phase. So the module gets recompiled during compilation. This would be a less invasive workaround.

See https://maven-incremental-build.java.net/site/usage.html

 

Do you have any suggestions for proper incremental build support?

 

Best regards

Ahmet Bilgin

MAGMA Gießereitechnologie Gesellschaft für Gießerei-, Simulations- und Regeltechnik mbH | Kackertstr. 11, 52072 Aachen, Germany | Rechtsform GmbH, Amtsgericht Aachen HRB 3912, UST-ID-Nr. DE121745780 | Geschäftsführung: Dr. Marc C. Schneider (Vorsitzender), Dr.-Ing. Jörg C. Sturm


Back to the top