You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2004/01/02 12:38:35 UTC

cvs commit: maven-plugins/aspectwerkz plugin.jelly

vmassol     2004/01/02 03:38:35

  Modified:    aspectwerkz plugin.jelly
  Log:
  Remove AspectC-generated java/lang/Object.class file as it should not happen. This is a hack while waiting for a fix to AW's AspectC.
  
  Revision  Changes    Path
  1.11      +5 -0      maven-plugins/aspectwerkz/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/aspectwerkz/plugin.jelly,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- plugin.jelly	30 Dec 2003 20:32:58 -0000	1.10
  +++ plugin.jelly	2 Jan 2004 11:38:35 -0000	1.11
  @@ -136,6 +136,11 @@
            
         </ant:java>
   
  +      <!-- AspectC currently has a bug in that it creates a java.lang.Object class file in the output directory. Until
  +           this is fixed, we need to remove that files. Otherwise, AspectWerkc will try to instrument it, which will
  +           lead to an error... -->
  +      <ant:delete file="${maven.build.dest}/java/lang/Object.class"/>
  +
       </j:if>
   
     </goal>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org