compile implicitly loaded sources from temp roots only (need this for groovy mixed compilation support); otherwise for all implicitly loaded classes instrumented bytecode will be overwritten (e.g. FormsInstrumentation will suffer)

This commit is contained in:
Eugene Zhuravlev
2013-06-15 18:18:03 +04:00
parent 23638a53d4
commit 87558b71f8
12 changed files with 96 additions and 22 deletions
@@ -8,3 +8,9 @@ Compiling files:
src/package2/A.java
src/package2/C.java
End of files
Cleaning output files:
out/production/RecompileTwinDependencies/com/B.class
End of files
Compiling files:
src/com/B.java
End of files