Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] obtaining ajdt cross cutting information

Hi,
 
I was trying to obtian the AJDT cross cutting information for TJB example as shown in the AJDT wiki:
http://wiki.eclipse.org/index.php/Developer%27s_guide_to_building_tools_on_top_of_AJDT_and_AspectJ
 
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

 


Back to the top