Bernd Fondermann wrote:
Emmanuel Lecharny wrote:
After a svn up, I have another error :

...
-------------------------------------------------------------------------------

Test set: org.apache.vysper.stanzasession.StanzaSessionTestCase
-------------------------------------------------------------------------------

Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.288
sec <<< FAILURE!
testHandshake(org.apache.vysper.stanzasession.StanzaSessionTestCase) Time elapsed: 1.269 sec <<< FAILURE!
junit.framework.AssertionFailedError
       at junit.framework.Assert.fail(Assert.java:47)
       at junit.framework.Assert.assertTrue(Assert.java:20)
       at junit.framework.Assert.assertNotNull(Assert.java:217)
       at junit.framework.Assert.assertNotNull(Assert.java:210)
       at
org.apache.vysper.stanzasession.StanzaSessionTestCase.testHandshake(StanzaSessionTestCase.java:78)

I ran with -D maven.test.skip

  Bernd
Ok, got the same error.

Running mvn clean install -Dmaven.skip.test does not generate the vysper-core-1.0.0-SNAPSHOT.test-jar file.

You have to run this instead :

mvn clean install -Dmaven.test.skip.exec=true

Go fish ...

PS : see http://jira.codehaus.org/browse/MJAR-90

--
--
cordialement, regards,
Emmanuel Lécharny
www.iktek.com
directory.apache.org


Reply via email to