By removing this newly added test (appeared only in 1.4 and not in 1.3) ant clean all-tests now works for me in the 1.4 branch.
I don't really understand how this one test was causing the odd behavior I was seeing (certain jws files stopped working) but it did.
Perhaps the person who added it could revisit this - in the meantime its more important that the build works again.
Working on getting the trunk to the same level next....
-Doug
| [EMAIL PROTECTED]
02/08/2006 08:49 AM |
|
Author: dug
Date: Wed Feb 8 05:49:24 2006
New Revision: 375961
URL: http://svn.apache.org/viewcvs?rev=375961&view=rev
Log:
Remove a bad test - it causes the all-tests to fail
Removed:
webservices/axis/branches/AXIS_1_4_FINAL/test/wsdl/faults2/
Modified:
webservices/axis/branches/AXIS_1_4_FINAL/junit-exclude-tests.txt
Modified: webservices/axis/branches/AXIS_1_4_FINAL/junit-exclude-tests.txt
URL: http://svn.apache.org/viewcvs/webservices/axis/branches/AXIS_1_4_FINAL/junit-exclude-tests.txt?rev=375961&r1=375960&r2=375961&view=diff
==============================================================================
--- webservices/axis/branches/AXIS_1_4_FINAL/junit-exclude-tests.txt (original)
+++ webservices/axis/branches/AXIS_1_4_FINAL/junit-exclude-tests.txt Wed Feb 8 05:49:24 2006
@@ -4,3 +4,4 @@
**/test/wsdl/literal/*.*
#**/test/wsdl/query/QueryTestServiceTestCase.*
**/test/wsdl/query/FileGenWrappedTestCase.*
+**/test/wsdl/uddiv2/InquiryServiceTestCase.*
