Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ant with the AspectJ compiler

Status
Not open for further replies.

Rolando80

Programmer
Nov 6, 2007
1
0
0
AT
Hi!

I try to run ant with the AspectJ compiler ant receive the following error:

A class needed by class org.aspetj.tools.ant.taskdefs.Ajc10 cannot be found org/apache/tools/ant/taskdefs/MatchingTask

I include the files ant.jar and aspectjtools.jar in the classpath of my build.xml.

The class MatchingTask is included within ant.jar.

It doesn't work anyway.

Therefore I would appreciate any help, also because I've tried all possibilities for solution.

Thanks, Roland
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top