Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-dev] Getting a compiled class list from ADJT

Yup you need to call getState().getFilesToCompile(false) on AjBuildManager.
Note that I just added that method (AjState was package visible and as such
inaccessible), so you need to get that from CVS.  To get an instance of
AjBuildManager you might need to make your own subtype of AjdtCommand.
Consider this "internal" API and subject to change.  

One note on getting it from CVS: I haven't had time to update Andy's changes
to org.aspectj.ajde to support non-Eclipse IDEs.  And I probably won't have
time to do that this week.  So you may just want to expose that field in
your checked-out copy of AspectJ for now.

Mik

> -----Original Message-----
> From: aspectj-dev-admin@xxxxxxxxxxx [mailto:aspectj-dev-admin@xxxxxxxxxxx]
> On Behalf Of Gerard Davison
> Sent: Wednesday, August 11, 2004 1:40 PM
> To: aspectj-dev@xxxxxxxxxxx
> Subject: [aspectj-dev] Getting a compiled class list from ADJT
> 
> 
> Hi,
> 
> I am looking at adding hotswap support for the ADJT plugin I have been
> working on for JDeveloper. Is there anywhere that I can easily get the
> list of modified class files when I build a project?
> 
> Thanks,
> 
> Gerard
> 
> --
> 
> http://www.orablogs.com/gdavison/
> 
> _______________________________________________
> aspectj-dev mailing list
> aspectj-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-dev



Back to the top