Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Eclipse 2.1 support?
Eclipse 2.1 support? [message #36681] Wed, 26 May 2004 22:31 Go to next message
Adrian Powell is currently offline Adrian PowellFriend
Messages: 16
Registered: July 2009
Junior Member
I'm using Eclipse 2.1 (actually WebSphere Studio Application Developer
v5.1.1, based on Eclipse 2.1) and am running into bug 44190
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=44190), the duplicate
resource error on my property files. The bug has been fixed as of
2003/11/11, but the website says the last version of AJDT which runs on
Eclipse 2.1 is 1.1.4 which still has this defect.

Is there any way to get a later version of AspectJ to run in the AJDT,
or is there any plan to release a version of the AJDT which will run on
the Eclipse 2.1 stream?

Thanks,
-adrian.
Re: Eclipse 2.1 support? [message #36822 is a reply to message #36681] Thu, 27 May 2004 18:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: clemas.uk.ibm.com

Hi Adrian,

In small print at the bottom of our eclipse AJDT download page, there is
mention of a mystical 1.1.6 release - this contains the AJDT
functionality of 1.1.4 but with a newer version of the AspectJ compiler
(I think it is a feb 04 build).

The update site URL is:

http://download.eclipse.org/technology/ajdt/dev/update

This is the most recent version of Eclipse 2.1 support we have produced.

Because the interface between the compiler and the IDE changes so
rarely, I am thinking about offering a simple ANT script to users that
would take any AspectJ build and install it into the AJDT you currently
have. This might be the way forward for our Eclipse 2.1 users.

Andy.

Adrian Powell wrote:
> I'm using Eclipse 2.1 (actually WebSphere Studio Application Developer
> v5.1.1, based on Eclipse 2.1) and am running into bug 44190
> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=44190), the duplicate
> resource error on my property files. The bug has been fixed as of
> 2003/11/11, but the website says the last version of AJDT which runs on
> Eclipse 2.1 is 1.1.4 which still has this defect.
>
> Is there any way to get a later version of AspectJ to run in the AJDT,
> or is there any plan to release a version of the AJDT which will run on
> the Eclipse 2.1 stream?
>
> Thanks,
> -adrian.
Re: Eclipse 2.1 support? [message #36958 is a reply to message #36822] Sat, 29 May 2004 23:11 Go to previous messageGo to next message
Adrian Powell is currently offline Adrian PowellFriend
Messages: 16
Registered: July 2009
Junior Member
Andy,

Thanks for the 1.1.6 tip. The ANT script that you suggested might be
very useful for some people (eg: IBM customers) as the commercial
tooling like WebSphere Studio tends to be about 6-12 months behind the
latest Eclipse build. I know it can be a real pain to support several
streams at once, but if there is a simple change that would allow users
to continue development with Eclipse 2.1, it could be a project saver!

thanks,
-adrian.


Andy Clement wrote:
> Hi Adrian,
>
> In small print at the bottom of our eclipse AJDT download page, there is
> mention of a mystical 1.1.6 release - this contains the AJDT
> functionality of 1.1.4 but with a newer version of the AspectJ compiler
> (I think it is a feb 04 build).
>
> The update site URL is:
>
> http://download.eclipse.org/technology/ajdt/dev/update
>
> This is the most recent version of Eclipse 2.1 support we have produced.
>
> Because the interface between the compiler and the IDE changes so
> rarely, I am thinking about offering a simple ANT script to users that
> would take any AspectJ build and install it into the AJDT you currently
> have. This might be the way forward for our Eclipse 2.1 users.
>
> Andy.
>
> Adrian Powell wrote:
>
>> I'm using Eclipse 2.1 (actually WebSphere Studio Application Developer
>> v5.1.1, based on Eclipse 2.1) and am running into bug 44190
>> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=44190), the duplicate
>> resource error on my property files. The bug has been fixed as of
>> 2003/11/11, but the website says the last version of AJDT which runs
>> on Eclipse 2.1 is 1.1.4 which still has this defect.
>>
>> Is there any way to get a later version of AspectJ to run in the AJDT,
>> or is there any plan to release a version of the AJDT which will run
>> on the Eclipse 2.1 stream?
>>
>> Thanks,
>> -adrian.
Re: Eclipse 2.1 support? [message #36988 is a reply to message #36822] Sun, 30 May 2004 23:08 Go to previous message
Adrian Powell is currently offline Adrian PowellFriend
Messages: 16
Registered: July 2009
Junior Member
Andy,

Just a follow-up, I've been able use the 1.1.6 version of AJDT, but when
I go to weave external JARs, I'm still running into a problem. Perhaps
it is just too big for AspectJ (+30Mb), but initially I would get
OutOfMemoryErrors, and after bumping up Xmn and Xms, I am getting
NullPointerExceptions when I try to build/weave. I've posted a more
detailed description in e.t.aspectj, but have you seen anything like
this before? Do you know any way around it?

thanks,
-adrian.


Andy Clement wrote:
> Hi Adrian,
>
> In small print at the bottom of our eclipse AJDT download page, there is
> mention of a mystical 1.1.6 release - this contains the AJDT
> functionality of 1.1.4 but with a newer version of the AspectJ compiler
> (I think it is a feb 04 build).
>
> The update site URL is:
>
> http://download.eclipse.org/technology/ajdt/dev/update
>
> This is the most recent version of Eclipse 2.1 support we have produced.
>
> Because the interface between the compiler and the IDE changes so
> rarely, I am thinking about offering a simple ANT script to users that
> would take any AspectJ build and install it into the AJDT you currently
> have. This might be the way forward for our Eclipse 2.1 users.
>
> Andy.
>
> Adrian Powell wrote:
>
>> I'm using Eclipse 2.1 (actually WebSphere Studio Application Developer
>> v5.1.1, based on Eclipse 2.1) and am running into bug 44190
>> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=44190), the duplicate
>> resource error on my property files. The bug has been fixed as of
>> 2003/11/11, but the website says the last version of AJDT which runs
>> on Eclipse 2.1 is 1.1.4 which still has this defect.
>>
>> Is there any way to get a later version of AspectJ to run in the AJDT,
>> or is there any plan to release a version of the AJDT which will run
>> on the Eclipse 2.1 stream?
>>
>> Thanks,
>> -adrian.
Re: Eclipse 2.1 support? [message #580261 is a reply to message #36681] Thu, 27 May 2004 18:02 Go to previous message
Andrew Clement is currently offline Andrew ClementFriend
Messages: 162
Registered: July 2009
Senior Member
Hi Adrian,

In small print at the bottom of our eclipse AJDT download page, there is
mention of a mystical 1.1.6 release - this contains the AJDT
functionality of 1.1.4 but with a newer version of the AspectJ compiler
(I think it is a feb 04 build).

The update site URL is:

http://download.eclipse.org/technology/ajdt/dev/update

This is the most recent version of Eclipse 2.1 support we have produced.

Because the interface between the compiler and the IDE changes so
rarely, I am thinking about offering a simple ANT script to users that
would take any AspectJ build and install it into the AJDT you currently
have. This might be the way forward for our Eclipse 2.1 users.

Andy.

Adrian Powell wrote:
> I'm using Eclipse 2.1 (actually WebSphere Studio Application Developer
> v5.1.1, based on Eclipse 2.1) and am running into bug 44190
> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=44190), the duplicate
> resource error on my property files. The bug has been fixed as of
> 2003/11/11, but the website says the last version of AJDT which runs on
> Eclipse 2.1 is 1.1.4 which still has this defect.
>
> Is there any way to get a later version of AspectJ to run in the AJDT,
> or is there any plan to release a version of the AJDT which will run on
> the Eclipse 2.1 stream?
>
> Thanks,
> -adrian.
Re: Eclipse 2.1 support? [message #580355 is a reply to message #36822] Sat, 29 May 2004 23:11 Go to previous message
Adrian Powell is currently offline Adrian PowellFriend
Messages: 16
Registered: July 2009
Junior Member
Andy,

Thanks for the 1.1.6 tip. The ANT script that you suggested might be
very useful for some people (eg: IBM customers) as the commercial
tooling like WebSphere Studio tends to be about 6-12 months behind the
latest Eclipse build. I know it can be a real pain to support several
streams at once, but if there is a simple change that would allow users
to continue development with Eclipse 2.1, it could be a project saver!

thanks,
-adrian.


Andy Clement wrote:
> Hi Adrian,
>
> In small print at the bottom of our eclipse AJDT download page, there is
> mention of a mystical 1.1.6 release - this contains the AJDT
> functionality of 1.1.4 but with a newer version of the AspectJ compiler
> (I think it is a feb 04 build).
>
> The update site URL is:
>
> http://download.eclipse.org/technology/ajdt/dev/update
>
> This is the most recent version of Eclipse 2.1 support we have produced.
>
> Because the interface between the compiler and the IDE changes so
> rarely, I am thinking about offering a simple ANT script to users that
> would take any AspectJ build and install it into the AJDT you currently
> have. This might be the way forward for our Eclipse 2.1 users.
>
> Andy.
>
> Adrian Powell wrote:
>
>> I'm using Eclipse 2.1 (actually WebSphere Studio Application Developer
>> v5.1.1, based on Eclipse 2.1) and am running into bug 44190
>> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=44190), the duplicate
>> resource error on my property files. The bug has been fixed as of
>> 2003/11/11, but the website says the last version of AJDT which runs
>> on Eclipse 2.1 is 1.1.4 which still has this defect.
>>
>> Is there any way to get a later version of AspectJ to run in the AJDT,
>> or is there any plan to release a version of the AJDT which will run
>> on the Eclipse 2.1 stream?
>>
>> Thanks,
>> -adrian.
Re: Eclipse 2.1 support? [message #580378 is a reply to message #36822] Sun, 30 May 2004 23:08 Go to previous message
Adrian Powell is currently offline Adrian PowellFriend
Messages: 16
Registered: July 2009
Junior Member
Andy,

Just a follow-up, I've been able use the 1.1.6 version of AJDT, but when
I go to weave external JARs, I'm still running into a problem. Perhaps
it is just too big for AspectJ (+30Mb), but initially I would get
OutOfMemoryErrors, and after bumping up Xmn and Xms, I am getting
NullPointerExceptions when I try to build/weave. I've posted a more
detailed description in e.t.aspectj, but have you seen anything like
this before? Do you know any way around it?

thanks,
-adrian.


Andy Clement wrote:
> Hi Adrian,
>
> In small print at the bottom of our eclipse AJDT download page, there is
> mention of a mystical 1.1.6 release - this contains the AJDT
> functionality of 1.1.4 but with a newer version of the AspectJ compiler
> (I think it is a feb 04 build).
>
> The update site URL is:
>
> http://download.eclipse.org/technology/ajdt/dev/update
>
> This is the most recent version of Eclipse 2.1 support we have produced.
>
> Because the interface between the compiler and the IDE changes so
> rarely, I am thinking about offering a simple ANT script to users that
> would take any AspectJ build and install it into the AJDT you currently
> have. This might be the way forward for our Eclipse 2.1 users.
>
> Andy.
>
> Adrian Powell wrote:
>
>> I'm using Eclipse 2.1 (actually WebSphere Studio Application Developer
>> v5.1.1, based on Eclipse 2.1) and am running into bug 44190
>> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=44190), the duplicate
>> resource error on my property files. The bug has been fixed as of
>> 2003/11/11, but the website says the last version of AJDT which runs
>> on Eclipse 2.1 is 1.1.4 which still has this defect.
>>
>> Is there any way to get a later version of AspectJ to run in the AJDT,
>> or is there any plan to release a version of the AJDT which will run
>> on the Eclipse 2.1 stream?
>>
>> Thanks,
>> -adrian.
Previous Topic:Eclipse's refactoring does not cover aspectj files
Next Topic:Timeline for Lancaster release?
Goto Forum:
  


Current Time: Tue Mar 19 07:04:41 GMT 2024

Powered by FUDForum. Page generated in 0.02298 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top