Bug 110007 - Create Ant build file with AJ support not working
Summary: Create Ant build file with AJ support not working
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: Core (show other bugs)
Version: 1.2.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 1.2.1   Edit
Assignee: Matt Chapman CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-20 09:09 EDT by Matt Chapman CLA
Modified: 2005-09-21 12:18 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Chapman CLA 2005-09-20 09:09:08 EDT
Since the creation of the new org.aspectj.weaver plugin, the create build.xml
support is broken.

There is a warning in the generated file:

taskdef A class needed by class org.aspectj.tools.ant.taskdefs.AjcTask cannot be
found: org/aspectj/bridge/IMessageHandler

And a similar error is given when the build is run.
The generated classpath needs to include aspectjweaver.jar
Comment 1 Matt Chapman CLA 2005-09-20 17:16:14 EDT
Need to update AJCTask.java
Comment 2 Matt Chapman CLA 2005-09-21 12:18:51 EDT
Fixed and test added