Commit eacd356
committed
MOAR LOGGING
Context: #8681 (comment)
For some reason we see `crc641855b07eca6dcc03/GenericHolder_1.java`
in the log output, part of `@(_JavaStubFiles)`, but as far as we can
tell it *isn't* being compiled.
Which makes no sense.
My best conjecture is that `@(_JavaBindingSource)` doesn't include
everything within `@(_JavaStubFiles)`.
Update the `<Javac/>` task to print out the paths of all files that
at added to the response file, so that we can see what `javac`
is *actually* compiling.1 parent 8dc95b5 commit eacd356
1 file changed
+8
-3
lines changedLines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| |||
86 | 89 | | |
87 | 90 | | |
88 | 91 | | |
| 92 | + | |
89 | 93 | | |
90 | | - | |
| 94 | + | |
| 95 | + | |
91 | 96 | | |
92 | 97 | | |
93 | 98 | | |
| |||
0 commit comments