|
|
|
Re: Can I use AspectJ 1.2.1? [message #48487 is a reply to message #48457] |
Tue, 22 February 2005 10:12  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.03969 seconds