Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] Why is a ful build required after restarting eclipse

Hi Thomas,

I believe that this is correct behaviour, as AJ's incremental compiler
is a process that stays running, rather than something that reads it's
state.  Therefore, the first build on the startup of Eclipse will always
be a full build (if I understand things correctly).

If you look at the comment for the -incremental flag here:
http://www.eclipse.org/aspectj/doc/released/devguide/ajc-ref.html,
you'll see a bit of info.


If you consider the complexity of managing the application of aspects
across a project, you can probably understand why.

Cheers,

Neale


> -----Original Message-----
> From: aspectj-users-bounces@xxxxxxxxxxx 
> [mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of 
> Thomas M. Hofmann
> Sent: 16 March 2009 14:33
> To: aspectj-users@xxxxxxxxxxx
> Subject: [aspectj-users] Why is a ful build required after 
> restarting eclipse
> 
> Hello,
> 
> I build my workspace and when I look at the AJDT trace I see 
> that it is
> build in INCREMENTAL mode. When I then close the workspace and quit
> eclipse and later restart eclipse AJDT runs a full build for the same
> projects it has done an incremental build before. Can someone 
> explain to
> me why this is happening. The message from the AJDT trace is:
> 
> Preparing for build: not going to be incremental because no successful
> previous full build.
> 
> Regards, Thomas
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
> 
**********************************************************************
IMPORTANT NOTICE.
Confidentiality:  This e-mail and its attachments are intended for the above named only and may be confidential.  If they have come to you in error you must take no action based on them, nor must you copy or show them to anyone; please reply to this e-mail and highlight the error.
Security Warning:  Please note that this e-mail has been created in the knowledge that Internet e-mail is not a 100% secure communications medium.
We advise that you understand and observe this lack of security when e-mailing us.
Viruses:  Although we have taken steps to ensure that this e-mail and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free.
Monitoring and Scanning:  Cambridge Cognition has monitoring and scanning systems in place in relation to emails sent and received to: monitor / record business communications; prevent and detect crime; investigate the use of the Company's internal and external email system; and provide evidence of compliance with business practices.

Cambridge Cognition Limited
Company Registration Number 4338746
Registered address:
Tunbridge Court
Tunbridge Lane
Bottisham
Cambridge
CB25 9TU
UK
**********************************************************************



Back to the top