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

Here you go ;)

 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=268822

 

A full build in my workspace takes about 15 minutes. That makes a difference.

 

Thomas

 


From: aspectj-users-bounces@xxxxxxxxxxx [mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of Andy Clement
Sent: Montag, 16. März 2009 16:36
To: aspectj-users@xxxxxxxxxxx
Subject: Re: [aspectj-users] Why is a ful build required after restarting eclipse

 

Hi Thomas,

Yep - always full build on restarts.  I've put no work into making the state persist between restarts.  It seemed more worthwhile to put my time into creating fast snappy incremental builds once it is up and you are working, rather than enhancing something you are likely to be doing far less frequently.

I don't even think we have an enhancement request open for this - feel free to open one but it is unlikely to be addressed in the very near term.

cheers,
Andy.

2009/3/16 Thomas M. Hofmann <email@xxxxxxxxxxxxxxxxx>

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

 


Back to the top