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?

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
>
>
>


Back to the top