Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-dev] Compiler monitor messages


Sorry Jim - I should have paid more attention to the list and
spotted that you had made that change - my fault.

Jim Hugunin wrote:
> The best answer from my point of view would be for you to add

> a unit test to ajde that would check that you're getting enough
> progress info, and then I could hopefully update the builder
> to provide the desired behavior.

I'll have a look at adding a unit test for it.

> I know that the BuildNotifierAdapter is being updated with

> numeric progress information during compilation.  Do you
> also want its setText method to be called for each file that
> is compiled and woven?

I'm seeing basically two problems: fewer messages and we seem to
only get enough 'prods' from the compiler to get the compilation
progress bar half way across the progress monitor.

I'll look into the problem with the progress bar only moving half way
across the screen as that could be our fault in AJDT.  However, in
terms of messages I would like to be called for each file that is
compiled/woven.

cheers,
Andy.

Back to the top