Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Clover and AspectJ

Does it work to use the Ant build.compiler property to
specify that the javac task use the AspectJ compiler?


http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/aspectj-home/doc/devguide/antTasks-adapter.html

Wes


Mark Panahi wrote:
Ok, I got this response from the Clover forum:


The current version of Clover only supports the <javac>
task. We are investigating what is involved to support
Aspects.

Regards,
-Brendan


--- Mark Panahi <mpanahi@xxxxxxxxx> wrote:

I'm not sure if anyone here is familiar with the Clover
code coverage analysis tool.  Anyway, I'm trying to get
it
to work with the iajc task in Ant but I'm having trouble
(it only seems to work with javac).  I was just wondering
if anyone else has had any experience with this.

I've also posted a message to the Clover forum.

Thanks,

Mark

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design
software
http://sitebuilder.yahoo.com
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users



__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users




Back to the top