Support spaces in aspectwerkc -cp classpath

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114594 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2004-01-16 12:36:27 +00:00
parent 120bd50dc0
commit 2d18aef226

View File

@ -263,7 +263,8 @@
<ant:arg value="-haltOnError"/>
<j:if test="${!empty(aspectwerkzcp)}">
<ant:arg line="-cp ${aspectwerkzcp}"/>
<ant:arg value="-cp"/>
<ant:arg pathref="aspectwerkzc.cp"/>
</j:if>
<!-- If using the attribdef mode, weave classes generated by aspectc -->