IMO, this is *not* a suitable hack. I've updated the class to
compile and disabled the test. Though I could have just excluded the
src from being compiled too.
In the future... please don't add any _hacks_ like this.
And... your indent is still off. I would really appreciate it if you
could fix this for future commits.
Thanks,
--jason
On Mar 20, 2007, at 2:41 PM, [EMAIL PROTECTED] wrote:
Author: gawor
Date: Tue Mar 20 14:41:51 2007
New Revision: 520610
URL: http://svn.apache.org/viewvc?view=rev&rev=520610
Log:
a hack to disable axis2 tests
Modified:
geronimo/server/trunk/modules/geronimo-axis2/pom.xml
Modified: geronimo/server/trunk/modules/geronimo-axis2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/
geronimo-axis2/pom.xml?view=diff&rev=520610&r1=520609&r2=520610
======================================================================
========
--- geronimo/server/trunk/modules/geronimo-axis2/pom.xml (original)
+++ geronimo/server/trunk/modules/geronimo-axis2/pom.xml Tue Mar 20
14:41:51 2007
@@ -185,6 +185,9 @@
</dependencies>
<build>
+
+ <testSourceDirectory>src/test/javaa</testSourceDirectory>
+
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>