Home » Language IDEs » AspectJ » AJDT and Eclipse 3.1M4
AJDT and Eclipse 3.1M4 [message #45269] |
Tue, 21 December 2004 10:14  |
Eclipse User |
|
|
|
Originally posted by: mchapman.uk.ibm.com
A new development build is now available which should work with Eclipse
3.1M4. It is available via the update site or as a zip file download, from:
http://www.eclipse.org/ajdt/download.html
The build id is 20041221105744. There are two versions of the build, one
for Eclipse 3.0 and one for Eclipse 3.1M4. The 3.1 version will only work
on Eclipse 3.1M4, it won't work on any other build of Eclipse.
Apart from the fixes required for Eclipse 3.1M4, this build is pretty much
the same as the AJDT 1.2.0M2 release. But being a development build it hasn't
undergone much testing, so please raise bugs for any problems you
find, specifying the id of the build you are using.
Regards,
Matt.
--
Matt Chapman
AJDT Development, http://www.eclipse.org/ajdt
|
|
|
Re: AJDT and Eclipse 3.1M4 [message #46081 is a reply to message #45269] |
Fri, 14 January 2005 07:20   |
Eclipse User |
|
|
|
Originally posted by: roel_vanderpaal.be.ibm.com
Matt Chapman wrote:
> A new development build is now available which should work with Eclipse
> 3.1M4. It is available via the update site or as a zip file download, from:
> http://www.eclipse.org/ajdt/download.html
> The build id is 20041221105744. There are two versions of the build, one
> for Eclipse 3.0 and one for Eclipse 3.1M4. The 3.1 version will only work
> on Eclipse 3.1M4, it won't work on any other build of Eclipse.
> Apart from the fixes required for Eclipse 3.1M4, this build is pretty much
> the same as the AJDT 1.2.0M2 release. But being a development build it hasn't
> undergone much testing, so please raise bugs for any problems you
> find, specifying the id of the build you are using.
> Regards,
> Matt.
Hello Matt,
I use this version with Sun's JDK 1.5. When I add the AspectJ nature to my
project, classes containing Generics give compilation errors.
Are Generics supported by this release of AJDT ?
Regards - Roel.
|
|
| |
Re: AJDT and Eclipse 3.1M4 [message #47047 is a reply to message #46111] |
Wed, 26 January 2005 12:54  |
Eclipse User |
|
|
|
Originally posted by: mchapman.uk.ibm.com
Roel,
Just as an update to this, hopefully you've seen my post from 24/01/05,
"New AJDT development build containing latest AspectJ5 development build".
This combination can compile code with generics. See my post for
instructions. Note also that it is a development build of AJDT and a
development build of AspectJ. As Andy says AspectJ 1.5.0M2 will be
available soon, and AJDT 1.2.0M3 will follow soon after that.
Regards,
Matt.
On Fri, 14 Jan 2005 13:16:29 +0000, Andy Clement wrote:
> Hi Roel,
>
> Unfortunately, no - the current release of AJDT that supports 3.1M4
> contains AspectJ 1.5.0M1 - this version of AspectJ can only perform
> binary weaving of Java5 code - this means you have to build your
> generics/enums/annotations/etc with a standard java5 compiler then pass
> them on the inpath to AspectJ. 1.5.0M2 will support Java5 source and
> should be available shortly ... (with an AJDT version containing it)
>
> cheers,
> Andy.
> ---
> Andy Clement
> AspectJ/AJDT
> clemas@uk.ibm.com
>
> Roel Van der Paal wrote:
>
>> Hello Matt,
>
>> I use this version with Sun's JDK 1.5. When I add the AspectJ nature to
>> my project, classes containing Generics give compilation errors.
>
>> Are Generics supported by this release of AJDT ?
>
>> Regards - Roel.
|
|
|
Re: AJDT and Eclipse 3.1M4 [message #585789 is a reply to message #45269] |
Fri, 14 January 2005 07:20  |
Eclipse User |
|
|
|
Originally posted by: roel_vanderpaal.be.ibm.com
Matt Chapman wrote:
> A new development build is now available which should work with Eclipse
> 3.1M4. It is available via the update site or as a zip file download, from:
> http://www.eclipse.org/ajdt/download.html
> The build id is 20041221105744. There are two versions of the build, one
> for Eclipse 3.0 and one for Eclipse 3.1M4. The 3.1 version will only work
> on Eclipse 3.1M4, it won't work on any other build of Eclipse.
> Apart from the fixes required for Eclipse 3.1M4, this build is pretty much
> the same as the AJDT 1.2.0M2 release. But being a development build it hasn't
> undergone much testing, so please raise bugs for any problems you
> find, specifying the id of the build you are using.
> Regards,
> Matt.
Hello Matt,
I use this version with Sun's JDK 1.5. When I add the AspectJ nature to my
project, classes containing Generics give compilation errors.
Are Generics supported by this release of AJDT ?
Regards - Roel.
|
|
|
Re: AJDT and Eclipse 3.1M4 [message #585800 is a reply to message #46081] |
Fri, 14 January 2005 08:16  |
Eclipse User |
|
|
|
Hi Roel,
Unfortunately, no - the current release of AJDT that supports 3.1M4
contains AspectJ 1.5.0M1 - this version of AspectJ can only perform binary
weaving of Java5 code - this means you have to build your
generics/enums/annotations/etc with a standard java5 compiler then pass
them on the inpath to AspectJ. 1.5.0M2 will support Java5 source and
should be available shortly ... (with an AJDT version containing it)
cheers,
Andy.
---
Andy Clement
AspectJ/AJDT
clemas@uk.ibm.com
Roel Van der Paal wrote:
> Hello Matt,
> I use this version with Sun's JDK 1.5. When I add the AspectJ nature to my
> project, classes containing Generics give compilation errors.
> Are Generics supported by this release of AJDT ?
> Regards - Roel.
|
|
|
Re: AJDT and Eclipse 3.1M4 [message #586287 is a reply to message #46111] |
Wed, 26 January 2005 12:54  |
Eclipse User |
|
|
|
Roel,
Just as an update to this, hopefully you've seen my post from 24/01/05,
"New AJDT development build containing latest AspectJ5 development build".
This combination can compile code with generics. See my post for
instructions. Note also that it is a development build of AJDT and a
development build of AspectJ. As Andy says AspectJ 1.5.0M2 will be
available soon, and AJDT 1.2.0M3 will follow soon after that.
Regards,
Matt.
On Fri, 14 Jan 2005 13:16:29 +0000, Andy Clement wrote:
> Hi Roel,
>
> Unfortunately, no - the current release of AJDT that supports 3.1M4
> contains AspectJ 1.5.0M1 - this version of AspectJ can only perform
> binary weaving of Java5 code - this means you have to build your
> generics/enums/annotations/etc with a standard java5 compiler then pass
> them on the inpath to AspectJ. 1.5.0M2 will support Java5 source and
> should be available shortly ... (with an AJDT version containing it)
>
> cheers,
> Andy.
> ---
> Andy Clement
> AspectJ/AJDT
> clemas@uk.ibm.com
>
> Roel Van der Paal wrote:
>
>> Hello Matt,
>
>> I use this version with Sun's JDK 1.5. When I add the AspectJ nature to
>> my project, classes containing Generics give compilation errors.
>
>> Are Generics supported by this release of AJDT ?
>
>> Regards - Roel.
|
|
|
Goto Forum:
Current Time: Wed Jun 18 21:44:04 EDT 2025
Powered by FUDForum. Page generated in 0.04475 seconds
|