Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] Ant task and -1.5 ajc option for AspectJ 5

I've used :

<iajc source="1.5" destDir="target/classes" etc.

successfully...but that was a few builds ago. Have you checked that your task def is pointed at the correct version?

cheers,


Nicholas Lesiecki
Software Craftsman, specializing in J2EE,
Agile Methods, and aspect-oriented programming
m: 520 591-1849

Books:
* Mastering AspectJ: http://tinyurl.com/66vf
* Java Tools for Extreme Programming: http://tinyurl.com/66vt

Articles on AspectJ:
* http://tinyurl.com/66vu and http://tinyurl.com/66vv
On Feb 27, 2005, at 3:24 PM, Dean Wampler wrote:

Does the iajc ant task in the recent developer builds of AspectJ 5 support the "-1.5" command-line option of ajc? I've tried using both the source and target attributes and I get
	"ignored: -source 1.5 at .../build.xml:..."
and
	"ignored: -target 1.5 at .../build.xml:...",
respectively.

Thanks,
dean

--
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.
_______________________________________________
aspectj-dev mailing list
aspectj-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-dev




Back to the top