On Thu, Sep 10, 2009 at 05:18, Fernando Padilla<[email protected]> wrote: > I just tried to do a normal build, and I suppose it runs tests by default: > > ... > [INFO] Compilation failure > /Users/fern/work/vysper/server/extensions/xep0045-muc/src/test/java/org/apache/vysper/xmpp/modules/extension/xep0045_muc/AbstractServerInfoDiscoTestCase.java:[48,4] > method does not override or implement a method from a supertype > > > > Anyone want to review and fix it?
Somebody will look into this soon, unless you'll fix it first :-) Meanwhile you can skip the tests like this: mvn -Dmaven.test.skip ... Bernd
