Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » How to determine the aspectj-rt version?
How to determine the aspectj-rt version? [message #53914] Mon, 27 June 2005 19:36 Go to next message
Barry Kaplan is currently offline Barry KaplanFriend
Messages: 230
Registered: July 2009
Senior Member
Andrew sent me a script that upgrades ajdt with the latest aspectj compiler (I'm testing some compiler fixes). It would be helpful if I could determine the version aspectj version included in the ajdt dev releases so I know if I have to run the script. Is this information available anywhere?

thanks
Re: How to determine the aspectj-rt version? [message #54005 is a reply to message #53914] Mon, 27 June 2005 20:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mchapman.uk.ibm.com

On Mon, 27 Jun 2005 13:36:12 -0700, Barry Kaplan wrote:
> Andrew sent me a script that upgrades ajdt with the latest aspectj
> compiler (I'm testing some compiler fixes). It would be helpful if I
> could determine the version aspectj version included in the ajdt dev
> releases so I know if I have to run the script. Is this information
> available anywhere?

Hi Barry,

I don't think that information makes it into the AJDT build itself, but
the latest ajdt dev build will contain the latest version of the ajde
plugin, so you can look up when this was last updated in CVS, i.e.:

http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.ajd t/AJDT_src/org.aspectj.ajde/ajde.jar

which shows ajde.jar was updated on Mon Jun 20.

Regards,

Matt.
Re: How to determine the aspectj-rt version? [message #54014 is a reply to message #54005] Mon, 27 June 2005 21:20 Go to previous messageGo to next message
Barry Kaplan is currently offline Barry KaplanFriend
Messages: 230
Registered: July 2009
Senior Member
Are we talking about the same thing? I'm looking for the aspectj-runtime/compiler version.

-barry

Matt Chapman wrote:
> On Mon, 27 Jun 2005 13:36:12 -0700, Barry Kaplan wrote:
>
>>Andrew sent me a script that upgrades ajdt with the latest aspectj
>>compiler (I'm testing some compiler fixes). It would be helpful if I
>>could determine the version aspectj version included in the ajdt dev
>>releases so I know if I have to run the script. Is this information
>>available anywhere?
>
>
> Hi Barry,
>
> I don't think that information makes it into the AJDT build itself, but
> the latest ajdt dev build will contain the latest version of the ajde
> plugin, so you can look up when this was last updated in CVS, i.e.:
>
> http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.ajd t/AJDT_src/org.aspectj.ajde/ajde.jar
>
> which shows ajde.jar was updated on Mon Jun 20.
>
> Regards,
>
> Matt.
>
Re: How to determine the aspectj-rt version? [message #54020 is a reply to message #54014] Tue, 28 June 2005 08:09 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mchapman.uk.ibm.com

On Mon, 27 Jun 2005 14:20:34 -0700, Barry Kaplan wrote:
> Are we talking about the same thing? I'm looking for the
> aspectj-runtime/compiler version.
>
> -barry

I think so. The AspectJ compiler gets packaged up into the
org.aspectj.ajde plugin for use with AJDT. This is currently a manual
process - Andy takes an AspectJ build, creates the ajde.jar etc files
which make up the org.aspectj.ajde plugin, and checks that into AJDT. This
is why there isn't really a precise version number associated with the
level of AspectJ in AJDT, other than the version numbers in CVS. So as
long as you're using the latest AJDT dev build, you can find the CVS
version of AspectJ / ajde that it contains using the link in my previous
post. Then from the date of this you should be able to see whether you
need to run the script.

Hope that helps,

Matt.
Re: How to determine the aspectj-rt version? [message #54033 is a reply to message #54020] Tue, 28 June 2005 15:06 Go to previous message
Barry Kaplan is currently offline Barry KaplanFriend
Messages: 230
Registered: July 2009
Senior Member
Oh, I see now. I didn't notice that adje was org.aspectj.adje. I saw that plugin and always read ajdt. Thanks.

-barry

Matt Chapman wrote:
> On Mon, 27 Jun 2005 14:20:34 -0700, Barry Kaplan wrote:
>
>>Are we talking about the same thing? I'm looking for the
>>aspectj-runtime/compiler version.
>>
>>-barry
>
>
> I think so. The AspectJ compiler gets packaged up into the
> org.aspectj.ajde plugin for use with AJDT. This is currently a manual
> process - Andy takes an AspectJ build, creates the ajde.jar etc files
> which make up the org.aspectj.ajde plugin, and checks that into AJDT. This
> is why there isn't really a precise version number associated with the
> level of AspectJ in AJDT, other than the version numbers in CVS. So as
> long as you're using the latest AJDT dev build, you can find the CVS
> version of AspectJ / ajde that it contains using the link in my previous
> post. Then from the date of this you should be able to see whether you
> need to run the script.
>
> Hope that helps,
>
> Matt.
Re: How to determine the aspectj-rt version? [message #588974 is a reply to message #53914] Mon, 27 June 2005 20:33 Go to previous message
Matt Chapman is currently offline Matt ChapmanFriend
Messages: 429
Registered: July 2009
Senior Member
On Mon, 27 Jun 2005 13:36:12 -0700, Barry Kaplan wrote:
> Andrew sent me a script that upgrades ajdt with the latest aspectj
> compiler (I'm testing some compiler fixes). It would be helpful if I
> could determine the version aspectj version included in the ajdt dev
> releases so I know if I have to run the script. Is this information
> available anywhere?

Hi Barry,

I don't think that information makes it into the AJDT build itself, but
the latest ajdt dev build will contain the latest version of the ajde
plugin, so you can look up when this was last updated in CVS, i.e.:

http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.ajd t/AJDT_src/org.aspectj.ajde/ajde.jar

which shows ajde.jar was updated on Mon Jun 20.

Regards,

Matt.
Re: How to determine the aspectj-rt version? [message #588981 is a reply to message #54005] Mon, 27 June 2005 21:20 Go to previous message
Barry Kaplan is currently offline Barry KaplanFriend
Messages: 230
Registered: July 2009
Senior Member
Are we talking about the same thing? I'm looking for the aspectj-runtime/compiler version.

-barry

Matt Chapman wrote:
> On Mon, 27 Jun 2005 13:36:12 -0700, Barry Kaplan wrote:
>
>>Andrew sent me a script that upgrades ajdt with the latest aspectj
>>compiler (I'm testing some compiler fixes). It would be helpful if I
>>could determine the version aspectj version included in the ajdt dev
>>releases so I know if I have to run the script. Is this information
>>available anywhere?
>
>
> Hi Barry,
>
> I don't think that information makes it into the AJDT build itself, but
> the latest ajdt dev build will contain the latest version of the ajde
> plugin, so you can look up when this was last updated in CVS, i.e.:
>
> http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.ajd t/AJDT_src/org.aspectj.ajde/ajde.jar
>
> which shows ajde.jar was updated on Mon Jun 20.
>
> Regards,
>
> Matt.
>
Re: How to determine the aspectj-rt version? [message #588996 is a reply to message #54014] Tue, 28 June 2005 08:09 Go to previous message
Matt Chapman is currently offline Matt ChapmanFriend
Messages: 429
Registered: July 2009
Senior Member
On Mon, 27 Jun 2005 14:20:34 -0700, Barry Kaplan wrote:
> Are we talking about the same thing? I'm looking for the
> aspectj-runtime/compiler version.
>
> -barry

I think so. The AspectJ compiler gets packaged up into the
org.aspectj.ajde plugin for use with AJDT. This is currently a manual
process - Andy takes an AspectJ build, creates the ajde.jar etc files
which make up the org.aspectj.ajde plugin, and checks that into AJDT. This
is why there isn't really a precise version number associated with the
level of AspectJ in AJDT, other than the version numbers in CVS. So as
long as you're using the latest AJDT dev build, you can find the CVS
version of AspectJ / ajde that it contains using the link in my previous
post. Then from the date of this you should be able to see whether you
need to run the script.

Hope that helps,

Matt.
Re: How to determine the aspectj-rt version? [message #589016 is a reply to message #54020] Tue, 28 June 2005 15:06 Go to previous message
Barry Kaplan is currently offline Barry KaplanFriend
Messages: 230
Registered: July 2009
Senior Member
Oh, I see now. I didn't notice that adje was org.aspectj.adje. I saw that plugin and always read ajdt. Thanks.

-barry

Matt Chapman wrote:
> On Mon, 27 Jun 2005 14:20:34 -0700, Barry Kaplan wrote:
>
>>Are we talking about the same thing? I'm looking for the
>>aspectj-runtime/compiler version.
>>
>>-barry
>
>
> I think so. The AspectJ compiler gets packaged up into the
> org.aspectj.ajde plugin for use with AJDT. This is currently a manual
> process - Andy takes an AspectJ build, creates the ajde.jar etc files
> which make up the org.aspectj.ajde plugin, and checks that into AJDT. This
> is why there isn't really a precise version number associated with the
> level of AspectJ in AJDT, other than the version numbers in CVS. So as
> long as you're using the latest AJDT dev build, you can find the CVS
> version of AspectJ / ajde that it contains using the link in my previous
> post. Then from the date of this you should be able to see whether you
> need to run the script.
>
> Hope that helps,
>
> Matt.
Previous Topic:AJDT and Tomcat
Next Topic:New AJDT functionality, please try it out!
Goto Forum:
  


Current Time: Fri Apr 26 23:08:36 GMT 2024

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

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

Back to the top