Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [ajdt-dev] AJDT bugs in 1.1.2 to be fixed for next release

I fixed (1) as described in my message “fixed addProjectTask problem”.  The compilation of a bad “.lst” file should abort, but it needed to give the correct error.  Please verify that it works for you.

 

I’ll take a look at (3) tonight or tomorrow morning.

 

Mik

 


From: ajdt-dev-admin@xxxxxxxxxxxxxxx [mailto:ajdt-dev-admin@xxxxxxxxxxxxxxx] On Behalf Of Adrian Colyer
Sent: Monday, June 02, 2003 2:32 AM
To: ajdt-dev@xxxxxxxxxxxxxxx

 


(This is a post from Andy to the newsgroup that seemed worth copying to this list)

These bugs are ones i know about that we ought to resolve before the final
release on top of aspectj 1.1 final:
 
1) LST files with bad entries cause compilation to terminate prematurely.
2) Investigate James Howe's report about the workspace becoming 'corrupt'
for no apparent reason - I've seen this on 1.1.1 and appear to have
alleviated it by starting eclipse with more memory - but thats not the
ideal solution.
3) In incremental mode, sometimes our builder just stops getting called.
The builder keeps a log of how it is used in the AJDT event trace.  I find
after a while it just stops getting AUTOBUILD calls for some reason.
 
I know we won't solve all the issues with incremental for the next AJDT
release, but the problem with the builder not getting called (3) seems too
important to ignore.
 
Andy.
AJDT Development


Back to the top