vmassol     2003/12/26 06:11:44

  Modified:    aspectwerkz plugin.jelly plugin.properties
               aspectwerkz/src/plugin-test project.properties
  Log:
  Added verbose property
  
  Revision  Changes    Path
  1.7       +2 -0      maven-plugins/aspectwerkz/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/aspectwerkz/plugin.jelly,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- plugin.jelly      26 Dec 2003 14:02:00 -0000      1.6
  +++ plugin.jelly      26 Dec 2003 14:11:44 -0000      1.7
  @@ -78,6 +78,8 @@
       <ant:java dir="${maven.build.dir}" failonerror="true" fork="true"
           classname="org.codehaus.aspectwerkz.compiler.AspectWerkzC">
   
  +      <ant:sysproperty key="aspectwerkz.transform.verbose" 
  +          value="${maven.aspectwerkz.transform.verbose}"/>
         <ant:sysproperty key="aspectwerkz.transform.filter" 
             value="${maven.aspectwerkz.transform.filter}"/>
         <ant:sysproperty key="aspectwerkz.definition.file" 
  
  
  
  1.5       +1 -0      maven-plugins/aspectwerkz/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/aspectwerkz/plugin.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- plugin.properties 26 Dec 2003 13:52:37 -0000      1.4
  +++ plugin.properties 26 Dec 2003 14:11:44 -0000      1.5
  @@ -11,6 +11,7 @@
   maven.aspectwerkz.definition.file = ${maven.aspectwerkz.build.definition.file}
   
   maven.aspectwerkz.transform.filter = no
  +maven.aspectwerkz.transform.verbose = no
   
   # (optional). Definition file to be merged with the main definition file. 
   # Used by the <aspectwerkz:attributeC> goal.
  
  
  
  1.4       +1 -0      maven-plugins/aspectwerkz/src/plugin-test/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/aspectwerkz/src/plugin-test/project.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.properties        26 Dec 2003 12:55:20 -0000      1.3
  +++ project.properties        26 Dec 2003 14:11:44 -0000      1.4
  @@ -5,3 +5,4 @@
   maven.aspectwerkz.uuid = test
   maven.aspectwerkz.definition.merge.file = ${basedir}/conf/aspectwerkz.xml
   maven.aspectwerkz.definition.validate = true
  +maven.aspectwerkz.transform.verbose = yes
  
  
  

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

Reply via email to