I was trying to obtian the AJDT cross cutting information for TJB example as shown in the AJDT wiki:
But I found that getCurrentProject is now undefined! Also most of the methods are deprecated. Is there a new method which does the same job as getCurrentProject? Is there a better way to do this in the new version?
IProject project = AspectJPlugin.getDefault().getCurrentProject();
Tml