vmassol     2004/01/16 04:36:27

  Modified:    aspectwerkz plugin.jelly
  Log:
  Support spaces in aspectwerkc -cp classpath
  
  Revision  Changes    Path
  1.20      +2 -1      maven-plugins/aspectwerkz/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/aspectwerkz/plugin.jelly,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- plugin.jelly      16 Jan 2004 12:18:09 -0000      1.19
  +++ plugin.jelly      16 Jan 2004 12:36:27 -0000      1.20
  @@ -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 -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to