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

Thanks Mik,

Drop me an email when you have finished your updates so I can pick it up. I can probably get at this method using reflection at the moment just so users don't have to pick a special build version.

On another subject is there any chance of the SeeSoft view in Swing, or shall I take a look at porting it myself? Presumably it shouldn't be too hard to do, just need to find a replacement for Draw2D.

G.



------------------------------------------------------------------------

Subject:
RE: [aspectj-dev] Getting a compiled class list from ADJT
From:
"Mik Kersten" <beatmik@xxxxxxxxx>
Date:
Wed, 11 Aug 2004 14:10:52 -0400
To:
<aspectj-dev@xxxxxxxxxxx>

To:
<aspectj-dev@xxxxxxxxxxx>


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

--

Gerard M. Davison, Principal Member of Technical Staff, Oracle JDeveloper, Oracle UK
http://www.orablogs.com/gdavison/



Back to the top