Skip to main content



      Home
Home » Language IDEs » AspectJ » Can I use AspectJ 1.2.1?
Can I use AspectJ 1.2.1? [message #48394] Mon, 21 February 2005 06:06 Go to next message
Eclipse UserFriend
Hi all,

Can I use AspectJ 1.2.1 instead of the buil-in aspectj_1.1.12 with
ajdt_1.1.12?
Re: Can I use AspectJ 1.2.1? [message #48423 is a reply to message #48394] Mon, 21 February 2005 12:38 Go to previous messageGo to next message
Eclipse UserFriend
Andy Clement answered this on the aspectj-users e-mail list. If I can
quote him:

<<
Inside org.aspectj.ajde is ajde.jar - this is a repackaged version of the
aspectjtools.jar that comes with an AspectJ standalone download.
[...]
The bit of ANT to construct a new ajde.jar from an aspectjtools.jar is
simply:

<unzip dest="${ajde.build.dir}" src="aspectjtools.jar" />
<delete includeemptydirs="true">
<fileset dir="${ajde.build.dir}">
<exclude name="org/aspectj/**/*.*" />
</fileset>
</delete>
<zip destfile="ajde.jar">
<fileset dir="${ajde.build.dir}" />
</zip>

However ... be very careful when reporting bugs if you have modified
your setups ... we need to know what you have been doing.
>>

-adrian.

David Perez wrote:
> Hi all,
>
> Can I use AspectJ 1.2.1 instead of the buil-in aspectj_1.1.12 with
> ajdt_1.1.12?
>
>
Re: Can I use AspectJ 1.2.1? [message #48457 is a reply to message #48394] Tue, 22 February 2005 05:45 Go to previous messageGo to next message
Eclipse UserFriend
Hi David,

AJDT 1.1.12 already contains AspectJ 1.2.1. If you click 'Help' >
'About Eclipse Platform' > 'Plug-in Details' you should see AspectJ
listed with 1.2.1 as the version number. We wouldn't recommend
upgrading your AspectJ version in AJDT 1.1.12 because several of the
interfaces between AJDT and AJDE have changed recently.

Thanks,

Sian

David Perez wrote:
> Hi all,
>
> Can I use AspectJ 1.2.1 instead of the buil-in aspectj_1.1.12 with
> ajdt_1.1.12?
>
>
Re: Can I use AspectJ 1.2.1? [message #48487 is a reply to message #48457] Tue, 22 February 2005 10:12 Go to previous message
Eclipse UserFriend
Sian January wrote:

> Hi David,

> AJDT 1.1.12 already contains AspectJ 1.2.1. If you click 'Help' >
> 'About Eclipse Platform' > 'Plug-in Details' you should see AspectJ
> listed with 1.2.1 as the version number. We wouldn't recommend
> upgrading your AspectJ version in AJDT 1.1.12 because several of the
> interfaces between AJDT and AJDE have changed recently.

> Thanks,

> Sian

> David Perez wrote:
>> Hi all,
>>
>> Can I use AspectJ 1.2.1 instead of the buil-in aspectj_1.1.12 with
>> ajdt_1.1.12?
>>
>>

Thanks, it wasn't clear for me the used version of AspectJ, which is very
important for knowing what you can do or can't.
Re: Can I use AspectJ 1.2.1? [message #586854 is a reply to message #48394] Mon, 21 February 2005 12:38 Go to previous message
Eclipse UserFriend
Andy Clement answered this on the aspectj-users e-mail list. If I can
quote him:

<<
Inside org.aspectj.ajde is ajde.jar - this is a repackaged version of the
aspectjtools.jar that comes with an AspectJ standalone download.
[...]
The bit of ANT to construct a new ajde.jar from an aspectjtools.jar is
simply:

<unzip dest="${ajde.build.dir}" src="aspectjtools.jar" />
<delete includeemptydirs="true">
<fileset dir="${ajde.build.dir}">
<exclude name="org/aspectj/**/*.*" />
</fileset>
</delete>
<zip destfile="ajde.jar">
<fileset dir="${ajde.build.dir}" />
</zip>

However ... be very careful when reporting bugs if you have modified
your setups ... we need to know what you have been doing.
>>

-adrian.

David Perez wrote:
> Hi all,
>
> Can I use AspectJ 1.2.1 instead of the buil-in aspectj_1.1.12 with
> ajdt_1.1.12?
>
>
Re: Can I use AspectJ 1.2.1? [message #586858 is a reply to message #48394] Tue, 22 February 2005 05:45 Go to previous message
Eclipse UserFriend
Hi David,

AJDT 1.1.12 already contains AspectJ 1.2.1. If you click 'Help' >
'About Eclipse Platform' > 'Plug-in Details' you should see AspectJ
listed with 1.2.1 as the version number. We wouldn't recommend
upgrading your AspectJ version in AJDT 1.1.12 because several of the
interfaces between AJDT and AJDE have changed recently.

Thanks,

Sian

David Perez wrote:
> Hi all,
>
> Can I use AspectJ 1.2.1 instead of the buil-in aspectj_1.1.12 with
> ajdt_1.1.12?
>
>
Re: Can I use AspectJ 1.2.1? [message #586875 is a reply to message #48457] Tue, 22 February 2005 10:12 Go to previous message
Eclipse UserFriend
Sian January wrote:

> Hi David,

> AJDT 1.1.12 already contains AspectJ 1.2.1. If you click 'Help' >
> 'About Eclipse Platform' > 'Plug-in Details' you should see AspectJ
> listed with 1.2.1 as the version number. We wouldn't recommend
> upgrading your AspectJ version in AJDT 1.1.12 because several of the
> interfaces between AJDT and AJDE have changed recently.

> Thanks,

> Sian

> David Perez wrote:
>> Hi all,
>>
>> Can I use AspectJ 1.2.1 instead of the buil-in aspectj_1.1.12 with
>> ajdt_1.1.12?
>>
>>

Thanks, it wasn't clear for me the used version of AspectJ, which is very
important for knowing what you can do or can't.
Previous Topic:Can I use AspectJ 1.2.1?
Next Topic:Where are inpath settings stored?
Goto Forum:
  


Current Time: Sun May 04 10:40:00 EDT 2025

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

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

Back to the top