http://www.intellij.net/tracker/idea/viewSCR?publicId=31268I am implementing a 'SourceInstrumenting' style compiler. However, it is not appropriate for it to modify the original source. So, it would be very good if a Compiler was able to change the files that are compiled (not just the content of the files).
For example:
1) User selects to compile file set A.
2) Transformation Compiler takes file set A, copies and modifies files to produce file set B.
3) file set B is used in remainder build process.
This is a little bit like being able to modify the CompileScope / CompileContext.
Refer to
http://www.intellij.net/forums/thread.jsp?forum=23&thread=82858&tstart=0&trange=15 for further details.
Daniel.
Issue was resolved