Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-mtj-dev] Preprocessing hooks on Eclipse 3.5

Everyone,

After consulting with the Eclipse runtime team, I learned that the reason the preprocessing hooks were no longer working had to do with a refactoring that the runtime team did on the code. I went ahead and wrote up bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=261443 and checked in a fix to allow the preprocessing hooks to work in both Eclipse 3.4 and Eclipse 3.5. While the ultimate goal would still be to use the JDT extension points, this puts us in a position to support preprocessing on both Eclipse versions whether or not that support becomes available.

Craig



Back to the top