Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AJDT 2.0.2

Hi Sebastien,

Ground work is underway to implement that support but it is proving
incredibly complex.  AspectJ bugs like
https://bugs.eclipse.org/bugs/show_bug.cgi?id=269554 are raised to
cover the work underpinning anything AJDT needs to do.  There are
large object graphs constructed during a build that were never
designed to be serializable and ensuring their contents can
successfully be stored and recovered is proving to be quite a large
task.  The graph is much more complex than for a standard java compile
as there is a lot of crosscutting state to record.

One thing that has changed for 2.0.2 is builds are now faster than
ever, minutes (10s of minutes in some cases) have been knocked off
full build times due to changes in the matching algorithms (like
Thomas' build time - who raised that bug you referenced).  These
improvements to get from 30minutes to 5minutes for a full build are
helping to alleviate the pain of requiring that full build on startup.

But I take your point, it needs fixing.

Andy

2010/1/8 Sebastien Tardif <stardif@xxxxxxxxxxxx>:
> Bug 268822 - Enable incremental builds after restart of eclipse has 7
> votes and Target Milestone is 2.0.2, but still not fixed.
>
> My organization will attempt a third times to use AJDT when this is
> fixed.
>
> -----Original Message-----
> From: aspectj-users-bounces@xxxxxxxxxxx
> [mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of Andrew Eisenberg
> Sent: Tuesday, January 05, 2010 5:01 PM
> To: aspectj-users@xxxxxxxxxxx; AspectJ developer discussions;
> ajdt-dev@xxxxxxxxxxx
> Subject: [aspectj-users] AJDT 2.0.2
>
> Hi all,
>
> On the heels of the latest AspectJ release today, we are releasing
> AJDT 2.0.2, which includes AspectJ 1.6.7a.  See the New and Noteworthy
> here:
> http://www.eclipse.org/ajdt/whatsnew202/
>
> You can install AJDT 2.0.2 from the update site:
> http://download.eclipse.org/tools/ajdt/35/update
>
> Enjoy!
> --andrew
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>


Back to the top