Files
kotlin-fork/jps/jps-plugin/testData/incremental/pureKotlin/filesExchangePackages/build.log
T
Evgeny Gerashchenko 2d0b81f97f Updated test data for tests according to change in JPS.
These tests were not deterministic. Now they are. When package facade's sources change (files added to package, etc), all package gets recompiled now. Behavior is tolerable, but not very desirable.

Original commit: 153272a189
2014-12-09 12:08:03 +03:00

22 lines
583 B
Plaintext

Cleaning output files:
out/production/module/bar/BarPackage$c$*.class
out/production/module/bar/BarPackage.class
out/production/module/foo/FooPackage$b$*.class
out/production/module/foo/FooPackage.class
End of files
Compiling files:
src/b.kt
src/c.kt
End of files
Cleaning output files:
out/production/module/bar/BarPackage$b$*.class
out/production/module/bar/BarPackage.class
out/production/module/foo/FooPackage$a$*.class
out/production/module/foo/FooPackage$c$*.class
out/production/module/foo/FooPackage.class
End of files
Compiling files:
src/a.kt
src/b.kt
src/c.kt
End of files