hmm... it seems the pathref was not working for some reason. Not sure why but this seems to work.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114595 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2004-01-16 13:03:33 +00:00
parent 2d18aef226
commit 76e1669c43

View File

@@ -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 -->