Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] Unable to effectively develop w/ AJDT active due to constant recompi

>Jimisola,
>
> I don't think we've quite gotten to the bottom of these issues. Are
> they covered by Ron's bug's 146071 and 145438? If so, can you attach a
> small testcase for either/both?

I seem unable to reproduce now (darn Murphy). I converted back two project
two AspectJ project and all I see is AUTOBUILD everynow and then.. 

7:05:40 PM Build kind = AUTOBUILD
7:05:40 PM Project=server, kind of build requested=Full AspectJ compilation
7:05:40 PM Builder: Tidied output folder(s), deleted 5 .class files
7:05:41 PM Preparing for build: not going to be incremental because no
successful previous full build
7:05:42 PM Timer event: 1595ms: Time to first compiled message
7:05:44 PM Timer event: 3900ms: Time to first woven message
7:05:44 PM AJDE Callback: finish()
7:05:45 PM Timer event: 4284ms: Total time spent in AJDE
7:05:45 PM Timer event: 323ms: Create element map (2 rels in project:
server)
7:05:45 PM Types affected during build = 260
7:05:45 PM Timer event: 0ms: Add markers (2 markers)
7:05:45 PM Timer event: 4827ms: Total time spent in AJBuilder.build()
7:05:45 PM
===========================================================================================
7:05:45 PM Build kind = AUTOBUILD
7:05:45 PM Project=server, kind of build requested=Full AspectJ compilation
7:05:45 PM Builder: Tidied output folder(s), deleted 5 .class files
7:05:46 PM Preparing for build: not going to be incremental because no
successful previous full build
7:05:47 PM Timer event: 1622ms: Time to first compiled message
7:05:49 PM Timer event: 3640ms: Time to first woven message
7:05:49 PM AJDE Callback: finish()
7:05:49 PM Timer event: 3885ms: Total time spent in AJDE
7:05:49 PM Timer event: 376ms: Create element map (2 rels in project:
server)
7:05:49 PM Types affected during build = 260
7:05:49 PM Timer event: 0ms: Add markers (2 markers)
7:05:49 PM Timer event: 4413ms: Total time spent in AJBuilder.build()


However, I did stumble on a NPE which I reported:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=152024

I'll get back here on to the speicific bugs if I have some more information.

Regards,
Jimisola
-- 
View this message in context: http://www.nabble.com/Unable-to-effectively-develop-w--AJDT-active-due-to-constant-recompiles-tf1981518.html#a5525244
Sent from the Eclipse Ajdt - Dev forum at Nabble.com.



Back to the top