Hi, My boss asked me to find/write an aspectJ task:
I want to be able to invoke the aspectJ compiler (ajc) on a particular source tree which would be specified in some way and be able to still invoke the javac task on a default tree Has anyone written such a task ? Should I write a task which extends the <javac> task with an attribute which can point to ajc or javac? Or should the javac task itself be modified to support this ? Thanks, Ioan
