Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Ant Tasks for V1.1

The Ant task is now included with the AspectJ 1.1 distribution
in the aspectjtools.jar.  For more information, see 

  {aspectj1.1}/doc/ant-tasks.html

Be sure to use the new iajc task and to remove any
old AspectJ libraries from your Ant classpath.

Wes

Jim Piersol wrote:
> 
> Hi,
> 
> Is there any Ant tasks available for version 1.1.  I have v1.06 but the
> don't work for me.  I get a NoSuchMethodException:
> org.aspectj.tools.ajc.Main.compile([Ljava.lang.String;)
> 
> Thanks.
> 
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top