[weld-commits] Weld SVN: r7228 - cdi-tck/trunk/impl.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Tue Apr 12 07:17:48 EDT 2011


Author: jharting
Date: 2011-04-12 07:17:47 -0400 (Tue, 12 Apr 2011)
New Revision: 7228

Modified:
   cdi-tck/trunk/impl/pom.xml
Log:
CDITCK-44

Modified: cdi-tck/trunk/impl/pom.xml
===================================================================
--- cdi-tck/trunk/impl/pom.xml	2011-04-12 11:17:32 UTC (rev 7227)
+++ cdi-tck/trunk/impl/pom.xml	2011-04-12 11:17:47 UTC (rev 7228)
@@ -208,6 +208,11 @@
                   <configuration>
                      <source>1.5</source>
                      <target>1.5</target>
+                     <!-- this is a really ugly workaround for passing multiple arguments to 
+                          the annotation processor tool, see MCOMPILER-75 and MCOMPILER-135 for more details -->
+                     <compilerArguments>                     
+                        <Aapt.flag1>-AoutputDir=${basedir}/../target/</Aapt.flag1>
+                     </compilerArguments>
                      <compilerArgument>-AauditXml=${basedir}/src/main/resources/tck-audit-cdi.xml,${basedir}/src/main/resources/tck-audit-mb.xml,${basedir}/src/main/resources/tck-audit-int.xml</compilerArgument>
                   </configuration>
                </plugin>



More information about the weld-commits mailing list