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.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114527 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user