Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [ajdt-dev] AJDT Not Building All Types?

Good point: I reread Matt's email and turned on viewing everything with the
filter. To test I just added some garbage into a file. However, I just see
the following output: no indication of the error even with nothing filtered
in the AJDT Event Trace. It does build the erroneous file and then stop, so
at least with this, I could see where compilation is failing...

2:51:23 PM
============================================================================
===============
2:51:23 PM Build kind = AUTOBUILD
2:51:23 PM Project=regressionTests, kind of build requested=Incremental
AspectJ compilation
2:51:23 PM build: Examined delta - source file changes in required project
regressionTests
2:51:23 PM Classpath=<long path omitted>
2:51:23 PM Preparing for build: planning to be an incremental build
2:51:23 PM Starting incremental compilation loop 1 of possibly 5
2:51:23 PM AJC: compiling source files
2:51:24 PM Timer event: 911ms: Time to first compiled message
2:51:24 PM AJC: compiled:
C:\ngst\app\java\regressionTests\testsrc\com\dcx\project\monitoring\ViewGrap
hNavigationTest.java
2:51:24 PM AJDE Callback: finish()
2:51:24 PM Timer event: 901ms: Total time spent in AJDE
2:51:24 PM Timer event: 10ms: Create element map (6 rels in project:
regressionTests)
2:51:24 PM Types affected during build = 1
2:51:24 PM Timer event: 0ms: Add markers (3 markers)
2:51:24 PM Timer event: 1422ms: Total time spent in AJBuilder.build()

-----Original Message-----
From: ajdt-dev-bounces@xxxxxxxxxxx [mailto:ajdt-dev-bounces@xxxxxxxxxxx] On
Behalf Of Andy Clement
Sent: Tuesday, April 18, 2006 2:23 PM
To: AspectJ Development Tools developer discussions
Subject: Re: [ajdt-dev] AJDT Not Building All Types?

Possibly another manifestation of
https://bugs.eclipse.org/bugs/show_bug.cgi?id=132314 which I've not
looked at yet.  This is where an error *is* reported by the compiler
but it doesn't reach the problems view because AJDT wasn't told that
the file was compiled.  It is possible the extra trace from Matts
reworking of the event trace view might help as that (or at least some
variant of it that I have seen) will dump all 'compiled:' messages to
the event trace view.

Andy.

On 18/04/06, Ron Bodkin <rbodkin@xxxxxxxxxxxxxx> wrote:
>
>
>
> I have run into a case where recent AJDT builds are not showing compiler
> errors at all when building an AspectJ project. I can't see any output for
> it. There are no problems showing, no errors in the Eclipse error log and
> when I view the AJDT Event Trace I see nothing unusual. When I compile
from
> ant I get a proper compiler error. I'd like to provide more data to
recreate
> & fix this problem: any suggestions for how, short of figuring out how to
> debug AJDT in the PDE?
>
>
>
> Event Trace:
>
> 12:45:24 PM Build kind = FULLBUILD
>
> 12:45:24 PM Project=regressionTests, kind of build requested=Full AspectJ
> compilation
>
> 12:45:24 PM Builder: Tidied output folder, deleted 23 .class files from
> C:\project\app\java\regressionTests\eclipse-target
>
> 12:45:24 PM Preparing for build: not going to be incremental because no
> successful previous full build
>
> 12:45:25 PM Timer event: 881ms: Time to first compiled message
>
> 12:45:26 PM AJDE Callback: finish()
>
> 12:45:26 PM Timer event: 1232ms: Total time spent in AJDE
>
> 12:45:26 PM Timer event: 20ms: Create element map (2 rels in project:
> regressionTests)
>
> 12:45:26 PM Types affected during build = 12
>
> 12:45:26 PM Timer event: 0ms: Add markers (0 markers)
>
> 12:45:26 PM Timer event: 1342ms: Total time spent in AJBuilder.build()
>
>
>
>
> _______________________________________________
> ajdt-dev mailing list
> ajdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ajdt-dev
>
>
>
_______________________________________________
ajdt-dev mailing list
ajdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ajdt-dev




Back to the top