See 
<https://builds.apache.org/job/dir-studio-ui-tests-in-docker/239/display/redirect?page=changes>

Changes:

[mail] Delete JNDI connection provider and provider selection from UI

[mail] Migrate createEntry to LDAP API

[mail] Migrate deleteEntry to LDAP API

[mail] Migrate renameEntry to LDAP API

[mail] Verify not remaining jobs running after test

[mail] Migrate modifyEntry to LDAP API

[mail] Migrate search results to LDAP API

[mail] Relax check for open connections after test

[mail] Remove NamingEnumeration interface

[mail] Make entry schema aware

[mail] Remove class hierarchy

[mail] Migrate JNDI exceptions

[mail] Migrate more usages of JNDI to LDAP API. Also fixes DIRSTUDIO-1160.

[mail] Add tests: LDIF with changetypes, use unicode characters.

[mail] Fix copy entry and add tests

[mail] DIRSTUDIO-1205: Improve TLS handshake error handling

[mail] GTK flag no longer needed

[mail] Switch to common lang3 and collections4

[mail] Fix schema load from ApacheDS and add more schema editor tests

[mail] Remove sysout

[mail] Improve certificate validation, reuse classifier from LDAP API. Speed up

[mail] Add missing license headers

[mail] Fix flaky test

[mail] Apply hack to load org.apache.directory.api.ldap.extras.codec bundle at

[mail] Temp change to fix compile error

[mail] Add  tests for several controls (ManageDsaIT, Subentries, Simple Paged

[mail] Migrate search response controls from JNDI to LDAP API

[mail] Upgrade to ehcache 3

[mail] Migrate search request controls from JNDI to LDAP API

[mail] More tests and fixes

[mail] Migrate add/delete/modify/moddn request controls from JNDI to LDAP API

[mail] Update to latest API and Server master. Replace ehcache with Caffeine.

[mail] Move keyboard layout init

[mail] DIRSTUDIO-1222: Update to Eclipse 2019-03

[mail] Update for server master changes and mina 2.1.2

[elecharny] Updated the scm part

[elecharny] Updated dependencies to work with the latest version of the LDAP API

[mail] Use released version

[mail] Fix build, use LDAP API snapshot

------------------------------------------
[...truncated 2.23 MB...]
        at 
org.apache.directory.server.factory.ServerAnnotationProcessor.createLdapServer(ServerAnnotationProcessor.java:351)
        at 
org.apache.directory.server.core.integ.FrameworkRunner.run(FrameworkRunner.java:139)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
        at 
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
        at 
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
        at 
org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108)
        at 
org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592)
        at 
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
        at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
        at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
        at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
        at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:661)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1476)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1449)
Caused by: java.lang.NullPointerException
        at 
org.apache.directory.server.ldap.handlers.ssl.LdapsInitializer.init(LdapsInitializer.java:69)
        ... 35 more
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.307 s - in 
org.apache.directory.studio.test.integration.core.SchemaTest
testDefaultSchema(org.apache.directory.studio.test.integration.core.SchemaTest) 
 Time elapsed: 0.097 s
Running 
org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest
org.apache.directory.api.ldap.model.exception.LdapException: ERR_683 Failed to 
create a SSL context.
        at 
org.apache.directory.server.ldap.handlers.ssl.LdapsInitializer.init(LdapsInitializer.java:74)
        at 
org.apache.directory.server.ldap.LdapServer.start(LdapServer.java:456)
        at 
org.apache.directory.server.factory.ServerAnnotationProcessor.createLdapServer(ServerAnnotationProcessor.java:328)
        at 
org.apache.directory.server.factory.ServerAnnotationProcessor.createLdapServer(ServerAnnotationProcessor.java:351)
        at 
org.apache.directory.server.core.integ.FrameworkRunner.run(FrameworkRunner.java:139)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
        at 
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
        at 
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
        at 
org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108)
        at 
org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592)
        at 
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
        at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
        at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
        at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
        at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:661)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1476)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1449)
Caused by: java.lang.NullPointerException
        at 
org.apache.directory.server.ldap.handlers.ssl.LdapsInitializer.init(LdapsInitializer.java:69)
        ... 35 more
Tests run: 24, Failures: 21, Errors: 0, Skipped: 0, Time elapsed: 43.843 s <<< 
FAILURE! - in 
org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest
testInitializeAttributesRunnable(org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest)
  Time elapsed: 0.918 s
testConcurrentUseAndCloseOfConnection(org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest)
  Time elapsed: 0.881 s
testSearchContinuationFollowParent(org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest)
  Time elapsed: 0.575 s  <<< FAILURE!
java.lang.AssertionError
        at 
org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest.testSearchContinuationFollowParent(DirectoryApiConnectionWrapperTest.java:73)

testDeleteFollowsReferral_DirectReferral(org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest)
  Time elapsed: 0.766 s  <<< FAILURE!
java.lang.AssertionError

testDeleteFollowsReferral_IntermediateReferral(org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest)
  Time elapsed: 3.875 s  <<< FAILURE!
java.lang.AssertionError

testSearchContinuation_Follow_ReferralToParent(org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest)
  Time elapsed: 0.683 s  <<< FAILURE!
java.lang.AssertionError

testBind(org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest)
  Time elapsed: 0.6 s  <<< FAILURE!
java.lang.AssertionError

testAddFollowsReferral_ReferralLoop(org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest)
  Time elapsed: 0.59 s  <<< FAILURE!
java.lang.AssertionError

testModifyFollowsReferral_DirectReferral(org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest)
  Time elapsed: 0.651 s  <<< FAILURE!
java.lang.AssertionError

testAddFollowsReferral_IntermediateReferral(org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest)
  Time elapsed: 0.617 s  <<< FAILURE!
java.lang.AssertionError

testModifyFollowsReferral_IntermediateReferral(org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest)
  Time elapsed: 0.79 s  <<< FAILURE!
java.lang.AssertionError

testDeleteFollowsReferral_ReferralLoop(org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest)
  Time elapsed: 0.801 s  <<< FAILURE!
java.lang.AssertionError

testSearchContinuation_Follow_ReferralLoop(org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest)
  Time elapsed: 0.558 s  <<< FAILURE!
java.lang.AssertionError

testSearchContinuationFollowManually(org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest)
  Time elapsed: 0.704 s  <<< FAILURE!
java.lang.AssertionError

testConnectFailures(org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest)
  Time elapsed: 0.73 s
testSearchContinuationIgnore(org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest)
  Time elapsed: 0.559 s  <<< FAILURE!
java.lang.AssertionError

testConnect(org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest)
  Time elapsed: 0.602 s  <<< FAILURE!
java.lang.AssertionError

testAddFollowsReferral_DirectReferral(org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest)
  Time elapsed: 0.622 s  <<< FAILURE!
java.lang.AssertionError

testModifyFollowsReferral_ReferralLoop(org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest)
  Time elapsed: 0.803 s  <<< FAILURE!
java.lang.AssertionError

testSearchContinuation_Follow_IntermediateReferral(org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest)
  Time elapsed: 0.627 s  <<< FAILURE!
java.lang.AssertionError

testBindFailures(org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest)
  Time elapsed: 0.599 s  <<< FAILURE!
java.lang.AssertionError

testSearchBinaryAttributes(org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest)
  Time elapsed: 0.666 s  <<< FAILURE!
java.lang.AssertionError

testSearch(org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest)
  Time elapsed: 0.609 s  <<< FAILURE!
java.lang.AssertionError

testSearchContinuation_Follow_DirectReferral(org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest)
  Time elapsed: 0.583 s  <<< FAILURE!
java.lang.AssertionError


Results:

Failures: 
  
DirectoryApiConnectionWrapperTest>ConnectionWrapperTestBase.testAddFollowsReferral_DirectReferral:478->ConnectionWrapperTestBase.getConnectionWrapper:683
  
DirectoryApiConnectionWrapperTest>ConnectionWrapperTestBase.testAddFollowsReferral_IntermediateReferral:496->ConnectionWrapperTestBase.getConnectionWrapper:683
  
DirectoryApiConnectionWrapperTest>ConnectionWrapperTestBase.testAddFollowsReferral_ReferralLoop:513->ConnectionWrapperTestBase.getConnectionWrapper:683
  DirectoryApiConnectionWrapperTest>ConnectionWrapperTestBase.testBind:243
  
DirectoryApiConnectionWrapperTest>ConnectionWrapperTestBase.testBindFailures:273
  DirectoryApiConnectionWrapperTest>ConnectionWrapperTestBase.testConnect:175
  
DirectoryApiConnectionWrapperTest>ConnectionWrapperTestBase.testDeleteFollowsReferral_DirectReferral:610->ConnectionWrapperTestBase.getConnectionWrapper:683
  
DirectoryApiConnectionWrapperTest>ConnectionWrapperTestBase.testDeleteFollowsReferral_IntermediateReferral:631->ConnectionWrapperTestBase.getConnectionWrapper:683
  
DirectoryApiConnectionWrapperTest>ConnectionWrapperTestBase.testDeleteFollowsReferral_ReferralLoop:652->ConnectionWrapperTestBase.getConnectionWrapper:683
  
DirectoryApiConnectionWrapperTest>ConnectionWrapperTestBase.testModifyFollowsReferral_DirectReferral:538->ConnectionWrapperTestBase.getConnectionWrapper:683
  
DirectoryApiConnectionWrapperTest>ConnectionWrapperTestBase.testModifyFollowsReferral_IntermediateReferral:563->ConnectionWrapperTestBase.getConnectionWrapper:683
  
DirectoryApiConnectionWrapperTest>ConnectionWrapperTestBase.testModifyFollowsReferral_ReferralLoop:588->ConnectionWrapperTestBase.getConnectionWrapper:683
  
DirectoryApiConnectionWrapperTest>ConnectionWrapperTestBase.testSearch:299->ConnectionWrapperTestBase.getConnectionWrapper:683
  
DirectoryApiConnectionWrapperTest>ConnectionWrapperTestBase.testSearchBinaryAttributes:319->ConnectionWrapperTestBase.getConnectionWrapper:683
  
DirectoryApiConnectionWrapperTest>ConnectionWrapperTestBase.testSearchContinuationFollowManually:418->ConnectionWrapperTestBase.getConnectionWrapper:683
  
DirectoryApiConnectionWrapperTest.testSearchContinuationFollowParent:73->ConnectionWrapperTestBase.getConnectionWrapper:683
  
DirectoryApiConnectionWrapperTest>ConnectionWrapperTestBase.testSearchContinuationIgnore:442->ConnectionWrapperTestBase.getConnectionWrapper:683
  
DirectoryApiConnectionWrapperTest>ConnectionWrapperTestBase.testSearchContinuation_Follow_DirectReferral:339->ConnectionWrapperTestBase.getConnectionWrapper:683
  
DirectoryApiConnectionWrapperTest>ConnectionWrapperTestBase.testSearchContinuation_Follow_IntermediateReferral:359->ConnectionWrapperTestBase.getConnectionWrapper:683
  
DirectoryApiConnectionWrapperTest>ConnectionWrapperTestBase.testSearchContinuation_Follow_ReferralLoop:399->ConnectionWrapperTestBase.getConnectionWrapper:683
  
DirectoryApiConnectionWrapperTest>ConnectionWrapperTestBase.testSearchContinuation_Follow_ReferralToParent:379->ConnectionWrapperTestBase.getConnectionWrapper:683

Tests run: 25, Failures: 21, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Directory Studio Parent ..................... SUCCESS [  1.380 s]
[INFO] Apache Directory Studio Target Platform for Eclipse  SUCCESS [  0.178 s]
[INFO] Apache Directory Studio Plugins .................... SUCCESS [  0.825 s]
[INFO] Apache Directory Studio Common UI .................. SUCCESS [  2.843 s]
[INFO] Apache Directory Studio Common Core ................ SUCCESS [  0.271 s]
[INFO] Apache Directory Studio LDIF Parser ................ SUCCESS [  2.291 s]
[INFO] Apache Directory Studio Connection Core ............ SUCCESS [  1.011 s]
[INFO] Apache Directory Studio Connection UI .............. SUCCESS [  1.218 s]
[INFO] Apache Directory Studio LDAP Browser Core .......... SUCCESS [  3.936 s]
[INFO] Apache Directory Studio LDAP Browser Common ........ SUCCESS [  3.416 s]
[INFO] Apache Directory Studio Value Editors .............. SUCCESS [  1.812 s]
[INFO] Apache Directory Studio ACI Item Editor ............ SUCCESS [  0.787 s]
[INFO] Apache Directory Studio ApacheDS Configuration ..... SUCCESS [  0.966 s]
[INFO] Apache Directory Studio LDIF Editor ................ SUCCESS [  0.793 s]
[INFO] Apache Directory Studio LDAP Browser UI ............ SUCCESS [  1.818 s]
[INFO] Apache Directory Studio LDAP Servers ............... SUCCESS [  0.503 s]
[INFO] Apache Directory Studio ApacheDS LDAP Server Adapter SUCCESS [  4.379 s]
[INFO] Apache Directory Studio RCP ........................ SUCCESS [  0.463 s]
[INFO] Apache Directory Studio Schema Editor .............. SUCCESS [  3.273 s]
[INFO] Apache Directory Studio eDirectory ................. SUCCESS [  0.310 s]
[INFO] Apache Directory Studio OpenLDAP Common UI ......... SUCCESS [  1.694 s]
[INFO] Apache Directory Studio OpenLDAP Syncrepl .......... SUCCESS [  1.089 s]
[INFO] Apache Directory Studio OpenLDAP Configuration Editor SUCCESS [  2.620 s]
[INFO] Apache Directory Studio OpenLDAP ACL Configuration Editor SUCCESS [  
2.746 s]
[INFO] Apache Directory Studio Template Editor ............ SUCCESS [  2.405 s]
[INFO] Apache Directory Studio Combined Editor ............ SUCCESS [  0.503 s]
[INFO] Apache Directory Studio SLF4J to Eclipse Log Binding SUCCESS [  0.135 s]
[INFO] Apache Directory Studio Help Plugins ............... SUCCESS [  0.018 s]
[INFO] Apache Directory Studio Apache DS Help ............. SUCCESS [  5.421 s]
[INFO] Apache Directory Studio LDAP Browser Help .......... SUCCESS [ 17.692 s]
[INFO] Apache Directory Studio LDIF Editor Help ........... SUCCESS [  2.179 s]
[INFO] Apache Directory Studio RCP Help ................... SUCCESS [  1.599 s]
[INFO] Apache Directory Studio Schema Editor Help ......... SUCCESS [  2.157 s]
[INFO] Apache Directory Studio Feature Plugins ............ SUCCESS [  0.032 s]
[INFO] Apache Directory Studio ApacheDS Feature ........... SUCCESS [  0.185 s]
[INFO] Apache Directory Studio LDAP Browser Feature ....... SUCCESS [  0.150 s]
[INFO] Apache Directory Studio LDIF Editor Feature ........ SUCCESS [  0.118 s]
[INFO] Apache Directory Studio RCP Feature ................ SUCCESS [  0.238 s]
[INFO] Apache Directory Studio Schema Editor Feature ...... SUCCESS [  0.129 s]
[INFO] Apache Directory Studio OpenLDAP Feature ........... SUCCESS [  0.121 s]
[INFO] Apache Directory Studio National Language Support Feature SUCCESS [  
0.533 s]
[INFO] Apache Directory Studio Test Plugins ............... SUCCESS [  0.016 s]
[INFO] Apache Directory Studio Core Integration Tests ..... FAILURE [ 51.972 s]
[INFO] Apache Directory Studio UI Integration Tests ....... SKIPPED
[INFO] Apache Directory Studio P2 Repositories ............ SKIPPED
[INFO] Apache Directory Studio P2 Repository Dependencies . SKIPPED
[INFO] Apache Directory Studio P2 Repository Eclipse ...... SKIPPED
[INFO] Apache Directory Studio Product .................... SKIPPED
[INFO] Apache Directory Studio Installers ................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:34 min
[INFO] Finished at: 2019-06-14T20:01:24+00:00
[INFO] Final Memory: 308M/4045M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.eclipse.tycho:tycho-surefire-plugin:1.4.0:test (default-test) on project 
org.apache.directory.studio.test.integration.core: There are test failures.
[ERROR] 
[ERROR] Please refer to 
/home/hnelson/studio/tests/test.integration.core/target/surefire-reports for 
the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.apache.directory.studio.test.integration.core
Build step 'Execute shell' marked build as failure
Recording test results

Reply via email to