Skip to content

Instantly share code, notes, and snippets.

@djsauble
Created March 17, 2015 21:26
Show Gist options
  • Save djsauble/2297d8f89676e63afe38 to your computer and use it in GitHub Desktop.
Save djsauble/2297d8f89676e63afe38 to your computer and use it in GitHub Desktop.
Error building Nexus Pro (master)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 57.638s
[INFO] Finished at: Tue Mar 17 14:23:06 PDT 2015
[INFO] Final Memory: 109M/496M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project nexus-ldap-plugin: Compilation failure: Compilation failure:
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapITSupport.java:[22,8] 1. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapITSupport.java (at line 22)
[ERROR] import org.sonatype.sisu.litmus.testsupport.ldap.LdapServer;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.sonatype.sisu.litmus.testsupport.ldap cannot be resolved
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapITSupport.java:[32,7] 2. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapITSupport.java (at line 32)
[ERROR] final LdapServer ldapServer)
[ERROR] ^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapITSupport.java:[52,53] 3. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapITSupport.java (at line 52)
[ERROR] env.put(Context.PROVIDER_URL, "ldap://localhost:" + ldapServers.get("default").getPort() + "/o=sonatype");
[ERROR] ^^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/ConnectionBlackListTest.java:[26,8] 4. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/ConnectionBlackListTest.java (at line 26)
[ERROR] import org.sonatype.sisu.litmus.testsupport.ldap.LdapServer;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.sonatype.sisu.litmus.testsupport.ldap cannot be resolved
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/ConnectionBlackListTest.java:[41,7] 5. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/ConnectionBlackListTest.java (at line 41)
[ERROR] final LdapServer ldapServer)
[ERROR] ^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/LdapSchemaTestSupport.java:[26,8] 6. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/LdapSchemaTestSupport.java (at line 26)
[ERROR] import org.sonatype.sisu.litmus.testsupport.ldap.LdapServer;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.sonatype.sisu.litmus.testsupport.ldap cannot be resolved
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/LdapSchemaTestSupport.java:[49,7] 7. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/LdapSchemaTestSupport.java (at line 49)
[ERROR] final LdapServer ldapServer)
[ERROR] ^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/NestedUsersLdapSchemaIT.java:[18,8] 8. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/NestedUsersLdapSchemaIT.java (at line 18)
[ERROR] import org.sonatype.sisu.litmus.testsupport.ldap.LdapServer;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.sonatype.sisu.litmus.testsupport.ldap cannot be resolved
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/NestedUsersLdapSchemaIT.java:[25,7] 9. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/NestedUsersLdapSchemaIT.java (at line 25)
[ERROR] final LdapServer ldapServer)
[ERROR] ^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/UserHasGroupLdapSchemaIT.java:[17,8] 10. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/UserHasGroupLdapSchemaIT.java (at line 17)
[ERROR] import org.sonatype.sisu.litmus.testsupport.ldap.LdapServer;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.sonatype.sisu.litmus.testsupport.ldap cannot be resolved
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/UserHasGroupLdapSchemaIT.java:[24,7] 11. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/UserHasGroupLdapSchemaIT.java (at line 24)
[ERROR] final LdapServer ldapServer)
[ERROR] ^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java:[32,8] 12. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java (at line 32)
[ERROR] import org.sonatype.sisu.litmus.testsupport.ldap.LdapServer;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.sonatype.sisu.litmus.testsupport.ldap cannot be resolved
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java:[54,33] 13. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java (at line 54)
[ERROR] protected LinkedHashMap<String, LdapServer> ldapServers = Maps.newLinkedHashMap();
[ERROR] ^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java:[54,64] 14. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java (at line 54)
[ERROR] protected LinkedHashMap<String, LdapServer> ldapServers = Maps.newLinkedHashMap();
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The method newLinkedHashMap() from the type Maps refers to the missing type LdapServer
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java:[103,1] 15. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java (at line 103)
[ERROR] ldapServers.put(name, createLdapServer(name));
[ERROR] ^^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java:[103,23] 16. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java (at line 103)
[ERROR] ldapServers.put(name, createLdapServer(name));
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The method createLdapServer(String) from the type LdapTestSupport refers to the missing type LdapServer
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java:[107,11] 17. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java (at line 107)
[ERROR] protected LdapServer createLdapServer(final String name) {
[ERROR] ^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java:[108,12] 18. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java (at line 108)
[ERROR] return new LdapServer(util.createTempDir(), portRegistry);
[ERROR] ^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java:[113,7] 19. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java (at line 113)
[ERROR] final LdapServer ldapServer = ldapServers.get(name);
[ERROR] ^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java:[113,31] 20. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java (at line 113)
[ERROR] final LdapServer ldapServer = ldapServers.get(name);
[ERROR] ^^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java:[128,15] 21. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java (at line 128)
[ERROR] checkArgument(ldapServers.containsKey(name), "Unknown LDAP Server %s", name);
[ERROR] ^^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java:[129,7] 22. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java (at line 129)
[ERROR] final LdapServer ldapServer = ldapServers.get(name);
[ERROR] ^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java:[129,31] 23. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java (at line 129)
[ERROR] final LdapServer ldapServer = ldapServers.get(name);
[ERROR] ^^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java:[142,15] 24. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java (at line 142)
[ERROR] checkArgument(ldapServers.containsKey(name), "Unknown LDAP Server %s", name);
[ERROR] ^^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java:[143,7] 25. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java (at line 143)
[ERROR] final LdapServer ldapServer = ldapServers.get(name);
[ERROR] ^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java:[143,31] 26. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java (at line 143)
[ERROR] final LdapServer ldapServer = ldapServers.get(name);
[ERROR] ^^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java:[157,7] 27. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java (at line 157)
[ERROR] final LdapServer ldapServer = ldapServers.get(name);
[ERROR] ^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java:[157,31] 28. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java (at line 157)
[ERROR] final LdapServer ldapServer = ldapServers.get(name);
[ERROR] ^^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java:[168,20] 29. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java (at line 168)
[ERROR] for (Entry<String, LdapServer> entry : ldapServers.entrySet()) {
[ERROR] ^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java:[168,40] 30. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java (at line 168)
[ERROR] for (Entry<String, LdapServer> entry : ldapServers.entrySet()) {
[ERROR] ^^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java:[180,7] 31. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/LdapTestSupport.java (at line 180)
[ERROR] final LdapServer ldapServer)
[ERROR] ^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/NestedGroupsLdapSchemaIT.java:[17,8] 32. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/NestedGroupsLdapSchemaIT.java (at line 17)
[ERROR] import org.sonatype.sisu.litmus.testsupport.ldap.LdapServer;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.sonatype.sisu.litmus.testsupport.ldap cannot be resolved
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/NestedGroupsLdapSchemaIT.java:[24,7] 33. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/NestedGroupsLdapSchemaIT.java (at line 24)
[ERROR] final LdapServer ldapServer)
[ERROR] ^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/DynaGroupMissingSchemaIT.java:[17,8] 34. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/DynaGroupMissingSchemaIT.java (at line 17)
[ERROR] import org.sonatype.sisu.litmus.testsupport.ldap.LdapServer;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.sonatype.sisu.litmus.testsupport.ldap cannot be resolved
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/DynaGroupMissingSchemaIT.java:[24,7] 35. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/DynaGroupMissingSchemaIT.java (at line 24)
[ERROR] final LdapServer ldapServer)
[ERROR] ^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/DigestMd5AuthLdapSchemaIT.java:[17,8] 36. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/DigestMd5AuthLdapSchemaIT.java (at line 17)
[ERROR] import org.sonatype.sisu.litmus.testsupport.ldap.LdapServer;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.sonatype.sisu.litmus.testsupport.ldap cannot be resolved
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/DigestMd5AuthLdapSchemaIT.java:[23,11] 37. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/DigestMd5AuthLdapSchemaIT.java (at line 23)
[ERROR] protected LdapServer createLdapServer(String name) {
[ERROR] ^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/DigestMd5AuthLdapSchemaIT.java:[24,1] 38. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/DigestMd5AuthLdapSchemaIT.java (at line 24)
[ERROR] LdapServer ldapServer = super.createLdapServer(name);
[ERROR] ^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/DigestMd5AuthLdapSchemaIT.java:[24,31] 39. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/DigestMd5AuthLdapSchemaIT.java (at line 24)
[ERROR] LdapServer ldapServer = super.createLdapServer(name);
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The method createLdapServer(String) from the type LdapTestSupport refers to the missing type LdapServer
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/DigestMd5AuthLdapSchemaIT.java:[31,7] 40. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/DigestMd5AuthLdapSchemaIT.java (at line 31)
[ERROR] final LdapServer ldapServer)
[ERROR] ^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/DynamicNoUserBaseDnLdapSchemaIT.java:[17,8] 41. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/DynamicNoUserBaseDnLdapSchemaIT.java (at line 17)
[ERROR] import org.sonatype.sisu.litmus.testsupport.ldap.LdapServer;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.sonatype.sisu.litmus.testsupport.ldap cannot be resolved
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/DynamicNoUserBaseDnLdapSchemaIT.java:[24,7] 42. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/DynamicNoUserBaseDnLdapSchemaIT.java (at line 24)
[ERROR] final LdapServer ldapServer)
[ERROR] ^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/NestedGroupsNoGroupDNLdapSchemaIT.java:[17,8] 43. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/NestedGroupsNoGroupDNLdapSchemaIT.java (at line 17)
[ERROR] import org.sonatype.sisu.litmus.testsupport.ldap.LdapServer;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.sonatype.sisu.litmus.testsupport.ldap cannot be resolved
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/NestedGroupsNoGroupDNLdapSchemaIT.java:[24,7] 44. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/NestedGroupsNoGroupDNLdapSchemaIT.java (at line 24)
[ERROR] final LdapServer ldapServer)
[ERROR] ^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/CramMd5AuthLdapSchemaIT.java:[17,8] 45. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/CramMd5AuthLdapSchemaIT.java (at line 17)
[ERROR] import org.sonatype.sisu.litmus.testsupport.ldap.LdapServer;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.sonatype.sisu.litmus.testsupport.ldap cannot be resolved
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/CramMd5AuthLdapSchemaIT.java:[23,11] 46. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/CramMd5AuthLdapSchemaIT.java (at line 23)
[ERROR] protected LdapServer createLdapServer(String name) {
[ERROR] ^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/CramMd5AuthLdapSchemaIT.java:[24,1] 47. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/CramMd5AuthLdapSchemaIT.java (at line 24)
[ERROR] LdapServer ldapServer = super.createLdapServer(name);
[ERROR] ^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/CramMd5AuthLdapSchemaIT.java:[24,31] 48. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/CramMd5AuthLdapSchemaIT.java (at line 24)
[ERROR] LdapServer ldapServer = super.createLdapServer(name);
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The method createLdapServer(String) from the type LdapTestSupport refers to the missing type LdapServer
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/CramMd5AuthLdapSchemaIT.java:[31,7] 49. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/CramMd5AuthLdapSchemaIT.java (at line 31)
[ERROR] final LdapServer ldapServer)
[ERROR] ^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/NestedUsersDnGroupLdapSchemaIT.java:[18,8] 50. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/NestedUsersDnGroupLdapSchemaIT.java (at line 18)
[ERROR] import org.sonatype.sisu.litmus.testsupport.ldap.LdapServer;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.sonatype.sisu.litmus.testsupport.ldap cannot be resolved
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/NestedUsersDnGroupLdapSchemaIT.java:[25,7] 51. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/NestedUsersDnGroupLdapSchemaIT.java (at line 25)
[ERROR] final LdapServer ldapServer)
[ERROR] ^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/SimpleLdapSchemaIT.java:[17,8] 52. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/SimpleLdapSchemaIT.java (at line 17)
[ERROR] import org.sonatype.sisu.litmus.testsupport.ldap.LdapServer;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.sonatype.sisu.litmus.testsupport.ldap cannot be resolved
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/SimpleLdapSchemaIT.java:[24,7] 53. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/SimpleLdapSchemaIT.java (at line 24)
[ERROR] final LdapServer ldapServer)
[ERROR] ^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/EncryptedPassSchemaIT.java:[18,8] 54. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/EncryptedPassSchemaIT.java (at line 18)
[ERROR] import org.sonatype.sisu.litmus.testsupport.ldap.LdapServer;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.sonatype.sisu.litmus.testsupport.ldap cannot be resolved
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/EncryptedPassSchemaIT.java:[30,7] 55. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/internal/realms/EncryptedPassSchemaIT.java (at line 30)
[ERROR] final LdapServer ldapServer)
[ERROR] ^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/LdapUserManagerIT.java:[35,8] 56. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/LdapUserManagerIT.java (at line 35)
[ERROR] import org.sonatype.sisu.litmus.testsupport.ldap.LdapServer;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.sonatype.sisu.litmus.testsupport.ldap cannot be resolved
[ERROR]
[ERROR] /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/LdapUserManagerIT.java:[89,7] 57. ERROR in /Users/danielsauble/Projects/work/nexus-oss/plugins/security/nexus-ldap-plugin/src/test/java/org/sonatype/nexus/ldap/LdapUserManagerIT.java (at line 89)
[ERROR] final LdapServer ldapServer)
[ERROR] ^^^^^^^^^^
[ERROR] LdapServer cannot be resolved to a type
[ERROR]
[ERROR] Found 57 errors and 0 warnings.
[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 :nexus-ldap-plugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment