When using the new annotationProcessor configuration added in 2.2 instead of 
the android-apt plugin compile(Debug/Release)JavaWithJavac task is almost never 
up to date due to options.compilerArgs changing.  It seems like an ordering 
issue in -processorpath and -classpath.  It seems to be the same 2-4 library 
entries that change order.  This happens when I run the same 
:librarymodule:compile(Debug/Release)JavaWithJavac task 2 or more times in a 
row with out making any changes. I created 
https://code.google.com/p/android/issues/detail?id=222359 for this issue but it 
doesn't seem to have been looked at yet.


This really slows down our builds when it has to rerun javac compilation on 
every module.


-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adt-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to