Community
Participate
Working Groups
A compilation participant can add new dependencies to a file, we should support this in the AjState object and surface it through the AjCompiler
proposed changes committed to AspectJ and to AJDT (e36). No tests for this yet though...
Unfortunately, I don't think these changes will work. The first method to AjCompiler.addDependencies is a CompilationResult object, which AJDT does not have easy access to. Any possibility that you could rework the method so that it takes a java.io.File object instead?
changed api to take a file. test also now added. It works but the dependency being recorded is still only obeyed when a structural change occurs - hope that is the meaning intended by the participant in question.