Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] building AspectJ + AJDT

Rafal.Krzewski@xxxxxxxxx wrote on 14/03/2005 19:27:02:
> Aha! For some reason it seemed obvious to me that one should put aspects
> into .aj files and classes and interfaces into .java files... But 
putting
> classes and interfaces with AJ constructs into .aj files will work
> perfectly - I don't care much about file extension as long as 'Open 
Type'
> dialog in Eclipse does the right thing :-).
> It seems that it's a good idea to put that suggestion on the workspace
> reconfiguration screen that shows up after AJDT upgrade, just in case 
more
> people get confused like that (but maybe it's just me being so silly 
;-))

Hi Rafal,

That sounds like a good idea. After working out what the arrangement for 
things like this should be, we do then have to work out the best way to 
communicate it to a) new users of AJDT and b) users upgrading from AJDT 
1.1.x. The current thinking is to handle case b) by expanding that prefs 
screen into a migration wizard to walk you through the workspace changes 
required when upgrading from 1.1.x.

Back on the topic of building AJDT, I've just committed an update to the 
FAQ entries 4.2 and 4.3 at http://eclipse.org/ajdt/faq.html which should 
now fully cover the current situation. If you follow this through, please 
let me know of any typos or things that didn't work for you.

Thanks,

Matt.



Back to the top