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

Matt,

I might have stumbled onto something after all.. I have a project named
'test' which is totally independent, hence to dependencies going to or from
this project. When I removed the AspectJ functionality I feel that "too
much", but I might be wrong. See below for the event trace:

7:13:53 PM
===========================================================================================
7:13:53 PM Build kind = AUTOBUILD
7:13:53 PM Project=server, kind of build requested=Full AspectJ compilation
7:13:53 PM Builder: Tidied output folder(s), deleted 5 .class files
7:13:54 PM Preparing for build: not going to be incremental because no
successful previous full build
7:13:55 PM Timer event: 1665ms: Time to first compiled message
7:13:57 PM Timer event: 3910ms: Time to first woven message
7:13:58 PM AJDE Callback: finish()
7:13:58 PM Timer event: 4205ms: Total time spent in AJDE
7:13:58 PM Timer event: 323ms: Create element map (2 rels in project:
server)
7:13:58 PM Types affected during build = 260
7:13:58 PM Timer event: 1ms: Add markers (2 markers)
7:13:58 PM Timer event: 4606ms: Total time spent in AJBuilder.build()
7:13:58 PM
===========================================================================================
7:13:58 PM Build kind = AUTOBUILD
7:13:58 PM Project=server, kind of build requested=Full AspectJ compilation
7:13:58 PM Builder: Tidied output folder(s), deleted 5 .class files
7:13:59 PM Preparing for build: not going to be incremental because no
successful previous full build
7:13:59 PM Timer event: 1440ms: Time to first compiled message
7:14:02 PM Timer event: 3878ms: Time to first woven message
7:14:02 PM AJDE Callback: finish()
7:14:02 PM Timer event: 4145ms: Total time spent in AJDE
7:14:03 PM Timer event: 328ms: Create element map (2 rels in project:
server)
7:14:03 PM Types affected during build = 260
7:14:03 PM Timer event: 1ms: Add markers (2 markers)
7:14:03 PM Timer event: 4566ms: Total time spent in AJBuilder.build()
7:14:04 PM
===========================================================================================
7:14:04 PM Build kind = AUTOBUILD
7:14:04 PM Project=server, kind of build requested=Full AspectJ compilation
7:14:04 PM Builder: Tidied output folder(s), deleted 5 .class files
7:14:05 PM Preparing for build: not going to be incremental because no
successful previous full build
7:14:05 PM Timer event: 1698ms: Time to first compiled message
7:14:08 PM Timer event: 4209ms: Time to first woven message
7:14:08 PM AJDE Callback: finish()
7:14:08 PM Timer event: 4417ms: Total time spent in AJDE
7:14:09 PM Timer event: 378ms: Create element map (2 rels in project:
server)
7:14:09 PM Types affected during build = 260
7:14:09 PM Timer event: 0ms: Add markers (2 markers)
7:14:09 PM Timer event: 4905ms: Total time spent in AJBuilder.build()
7:14:09 PM
===========================================================================================
7:14:09 PM Build kind = AUTOBUILD
7:14:09 PM Project=server, kind of build requested=Full AspectJ compilation
7:14:09 PM Builder: Tidied output folder(s), deleted 5 .class files
7:14:09 PM Preparing for build: not going to be incremental because no
successful previous full build
7:14:10 PM Timer event: 1429ms: Time to first compiled message
7:14:12 PM Timer event: 3737ms: Time to first woven message
7:14:13 PM AJDE Callback: finish()
7:14:13 PM Timer event: 3930ms: Total time spent in AJDE
7:14:13 PM Timer event: 331ms: Create element map (2 rels in project:
server)
7:14:13 PM Types affected during build = 260
7:14:13 PM Timer event: 1ms: Add markers (2 markers)
7:14:13 PM Timer event: 4343ms: Total time spent in AJBuilder.build()

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



Back to the top