Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] aspectj maven plugin

I worked around this problem by putting the "-1.5" option in a file and using the iajc task attribute "argfiles".

dean

Wes Isberg wrote:
The AspectJ 1.2.1 tools and Ant tasks work fine when running under 1.5, but the 1.2.1 Ant task (and compiler) did not support targeting 1.5 (the Eclipse JDT support for 1.5 even now isn't final).   But the AspectJ 1.5.0 M2 release is fairly stable, if you can shoehorn it into Maven...

Wes

------------Original Message------------
From: Sejo.Cesic@xxxxxxxxxxx
To: "AspectJ developer discussions" <aspectj-dev@xxxxxxxxxxx>
Date: Wed, May-4-2005 0:17 AM
Subject: [aspectj-dev] aspectj maven plugin

Hi all, I am having trouble running aspectJ plugin under JDK1.5. It seems that the plugin versions that are available only support JDK1.3 and 1.4. Is this the case? Anyone having some experiences, leads that can help me out of this? thanks Sejo _______________________________________________ aspectj-dev mailing list aspectj-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/aspectj-dev
_______________________________________________
aspectj-dev mailing list
aspectj-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-dev

--
Dean Wampler, Ph.D.
dean at aspectprogramming.com
http://www.aspectprogramming.com
http://www.contract4j.org
I want my tombstone to say:
   Unknown Application Error in Dean Wampler.exe.
   Application Terminated.
   [Okay]    [Cancel]


Back to the top