Hi Tobias, I'm probably the last one to have modified the aspectj plugin... :-) I can't remember exactly what I did (it was a long way back). The only thing I remember is that I have completely rewritten it. I had to do that because I moved from the old AspectJ version to the new one (using the new iajc Ant task). This required a major overhaul.
In the process, I may have dropped compilation support as it is no longer required: the weaving is done on bytecode and not on sources. I wanted to add improvements (they're listed in the plugin.jelly file) but unfortunately I have not had the time for them since then. I don't remember how far I went with the rewrite and I don't know if it is fully functional (I usually always leave stuff in full functional state - even though it might not be complete - but in that case, I don't remember). Maybe you could try it? If it's too broken, we can always revert to a previous version. Thanks -Vincent > -----Original Message----- > From: Rademacher Tobias [mailto:[EMAIL PROTECTED] > Sent: 13 January 2004 12:04 > To: '[EMAIL PROTECTED]' > Subject: aspectj plugin > > Hi Folks, > > I'm a bit confused right now about the cvs version and the release version > of the plugin. The cvs version don't longer have a aspectj:compile only a > aspectj:weave. Can you please clarify why compile goal has been dropped? > > Thx > Toby > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
