[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] Java 6.0 compliance level is unsupported
|
- From: "Andy Clement" <andrew.clement@xxxxxxxxx>
- Date: Wed, 15 Aug 2007 08:05:55 +0100
- Delivered-to: aspectj-users@eclipse.org
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QeiR+W3FitXHEBbuNV/GFOvuBTl5x0HNF7y2Igom17BjXYIPSioW3izWpGoLBjcKDuWtqelJH4BL68xqrajQyc6kOV0VCQJXDI2ahn84QXwYfIWCNZ6pculKBAgIaV0Kq+GTAdxkprvz8fSqNbwpH8YYGTknWv9lYyI/u7NVIlM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BODSgS1xsEgawiz0nEEIeV0qHUbf/P4umXA9JuI57hfZPGuz2Oee1i1IiZIRJm7fywTdDBaRpmGVR75sKwdcuf/NOcymO81KYQpCUUIU7H5A5EWFYQWBjlB68uKXiYiTTAQAms/WaDkbyxPc7A0xOyVCUqtVoCANu1IAEaO9gb0=
See bugzilla entry 156965:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=156965
there may be some resource to do something on it relatively soon.
On 15/08/07, MaintainJ Inc. <choudary.k@xxxxxxxxxxxxx> wrote:
> I am using AJDT 1.4.1(AspectJ 1.5.3) to compile a simple class that
> uses JDK 1.6 features and I get an error that says,
>
> Java 6.0 compliance level is unsupported.
>
> Is there any plan for AspectJ to support Java 6 compliance in near future?
>
> The class I tried:
>
> public class Tester {
> private Deque< String> deque;
> }
>
> Regards,
> Choudary.
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>