Bug #1038
java.includes should not include sources, only binaries
Start date:
22.04.2013
Due date:
% Done:
0%
Estimated time:
origin:
Description
Currently, the java.{private/public}Includes does also include sources into the target. That is not useful, as IDE compilation anyway requires to have useful references defined. Include should have the effect of "as if" the logical function (i.e. the lazily linked binary) is in the target.
Updated by Henning Blohm over 11 years ago
- Status changed from In Progress to Rejected
Ah no, this is actually nonsense. In the IDE + Source case, at least the IDE ref is there. In the runtime+source case, we may be able to compile something that otherwise would not be compilable. It is a bad case anyway. Rejecting for now.