Re: ADB test failure

2009-08-24 Thread Samisa Abeysinghe
I get a wired error building adb-codegen. Can someone please advise? I am on Java 1.6 D:\svn\branches\axis2-1.6\modules\adb-codegen>mvn clean install -Dtest=false -DfailIfNoTests=false [INFO] Scanning for projects... [INFO] -

Re: ADB test failure

2009-08-21 Thread Amila Suriarachchi
yes, there was a commons-logging.properties file. thanks Andreas. Amila. On 8/21/09, Andreas Veithen wrote: > That is strange, because normally commons-logging should fall back to > JDK1.4 logging if log4j is not found. Maybe there is a > commons-logging.properties that slipped in somehow. Did

Re: ADB test failure

2009-08-21 Thread Andreas Veithen
That is strange, because normally commons-logging should fall back to JDK1.4 logging if log4j is not found. Maybe there is a commons-logging.properties that slipped in somehow. Did you test the build on a fresh working copy of Axis2? Andreas On Fri, Aug 21, 2009 at 12:04, Amila Suriarachchi wrote

Re: ADB test failure

2009-08-21 Thread Amila Suriarachchi
I could run all the tests sucessfully by adding log4j dependency to parent pom.xml. I am wondering why it is not the case otherwise. thanks, Amila. -- Amila Suriarachchi WSO2 Inc. blog: http://amilachinthaka.blogspot.com/

Re: ADB test failure

2009-08-21 Thread Amila Suriarachchi
I get rid of the first exception after building Axiom. But now getting this exception --- T E S T S --- Running org.apache.axis2.databinding.ADBSOAPModelBuilderTest Tests run: 5, Failures: 0, E

ADB test failure

2009-08-21 Thread Amila Suriarachchi
when I run the axis2-adb module with the tests I get it fail. --- T E S T S --- Running org.apache.axis2.databinding.ADBSOAPModelBuilderTest Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Ti