vmassol 2004/01/16 05:03:33
Modified: aspectwerkz plugin.jelly
Log:
hmm... it seems the pathref was not working for some reason. Not sure why but this
seems to work.
Revision Changes Path
1.21 +1 -1 maven-plugins/aspectwerkz/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven-plugins/aspectwerkz/plugin.jelly,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- plugin.jelly 16 Jan 2004 12:36:27 -0000 1.20
+++ plugin.jelly 16 Jan 2004 13:03:33 -0000 1.21
@@ -264,7 +264,7 @@
<j:if test="${!empty(aspectwerkzcp)}">
<ant:arg value="-cp"/>
- <ant:arg pathref="aspectwerkzc.cp"/>
+ <ant:arg path="${aspectwerkzcp}"/>
</j:if>
<!-- If using the attribdef mode, weave classes generated by aspectc -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]