You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@directory.apache.org by Apache Hudson Server <hu...@hudson.apache.org> on 2011/01/25 05:08:16 UTC

Build failed in Hudson: dir-studio-jdk15-ubuntu-deploy » Apache Directory Studio Connection Core #164

See <https://hudson.apache.org/hudson/job/dir-studio-jdk15-ubuntu-deploy/org.apache.directory.studio$connection.core/164/changes>

Changes:

[akarasulu] added encoding decorator to decouple ModifyRequestImpl

[akarasulu] added encoding decorator to decouple ModifyDnRequestImpl

[akarasulu] added encoding decorator to decouple IntermediateResponseImpl

[akarasulu] no decorator needed for DeleteRequestImpl

[akarasulu] Shared refactoring ...

  o added AddRequestDecorator and removed Encodeable interface
  o decoupled AddRequestImpl from codec code, and moved to model
  o modified LdapEncoder to handle decorators

[pamarcelot] Fixed broken dependencies due to the recent refactoring of Shared.

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Directory Studio Connection Core
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting <https://hudson.apache.org/hudson/job/dir-studio-jdk15-ubuntu-deploy/org.apache.directory.studio$connection.core/ws/target>
[INFO] [remote-resources:process {execution: default}]
[INFO] snapshot org.apache.directory.studio:ldifparser:2.0.0-SNAPSHOT: checking for updates from studio.repository
[INFO] snapshot org.apache.directory.studio:ldifparser:2.0.0-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 5 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [studio:prepare-jar-package {execution: default}]
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 57 source files to <https://hudson.apache.org/hudson/job/dir-studio-jdk15-ubuntu-deploy/org.apache.directory.studio$connection.core/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://hudson.apache.org/hudson/job/dir-studio-jdk15-ubuntu-deploy/org.apache.directory.studio$connection.core/ws/src/main/java/org/apache/directory/studio/connection/core/io/api/DirectoryApiConnectionWrapper.java>:[57,54] cannot find symbol
symbol  : class ModifyDnRequestImpl
location: package org.apache.directory.shared.ldap.model.message
[ERROR] <https://hudson.apache.org/hudson/job/dir-studio-jdk15-ubuntu-deploy/org.apache.directory.studio$connection.core/ws/src/main/java/org/apache/directory/studio/connection/core/io/api/DirectoryApiConnectionWrapper.java>:[60,54] cannot find symbol
symbol  : class ModifyRequestImpl
location: package org.apache.directory.shared.ldap.model.message
[ERROR] <https://hudson.apache.org/hudson/job/dir-studio-jdk15-ubuntu-deploy/org.apache.directory.studio$connection.core/ws/src/main/java/org/apache/directory/studio/connection/core/io/api/DirectoryApiConnectionWrapper.java>:[599,48] cannot find symbol
symbol: class ModifyRequestImpl
                    ModifyRequest request = new ModifyRequestImpl();
[ERROR] <https://hudson.apache.org/hudson/job/dir-studio-jdk15-ubuntu-deploy/org.apache.directory.studio$connection.core/ws/src/main/java/org/apache/directory/studio/connection/core/io/api/DirectoryApiConnectionWrapper.java>:[732,50] cannot find symbol
symbol: class ModifyDnRequestImpl
                    ModifyDnRequest request = new ModifyDnRequestImpl();
[INFO] 4 errors 
[INFO] -------------------------------------------------------------
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/dir-studio-jdk15-ubuntu-deploy/org.apache.directory.studio$connection.core/ws/pom.xml> to /home/hudson/hudson/jobs/dir-studio-jdk15-ubuntu-deploy/modules/org.apache.directory.studio$connection.core/builds/2011-01-25_04-03-46/archive/org.apache.directory.studio/connection.core/2.0.0-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://hudson.apache.org/hudson/job/dir-studio-jdk15-ubuntu-deploy/org.apache.directory.studio$connection.core/ws/src/main/java/org/apache/directory/studio/connection/core/io/api/DirectoryApiConnectionWrapper.java>:[57,54] cannot find symbol
symbol  : class ModifyDnRequestImpl
location: package org.apache.directory.shared.ldap.model.message
<https://hudson.apache.org/hudson/job/dir-studio-jdk15-ubuntu-deploy/org.apache.directory.studio$connection.core/ws/src/main/java/org/apache/directory/studio/connection/core/io/api/DirectoryApiConnectionWrapper.java>:[60,54] cannot find symbol
symbol  : class ModifyRequestImpl
location: package org.apache.directory.shared.ldap.model.message
<https://hudson.apache.org/hudson/job/dir-studio-jdk15-ubuntu-deploy/org.apache.directory.studio$connection.core/ws/src/main/java/org/apache/directory/studio/connection/core/io/api/DirectoryApiConnectionWrapper.java>:[599,48] cannot find symbol
symbol: class ModifyRequestImpl
                    ModifyRequest request = new ModifyRequestImpl();
<https://hudson.apache.org/hudson/job/dir-studio-jdk15-ubuntu-deploy/org.apache.directory.studio$connection.core/ws/src/main/java/org/apache/directory/studio/connection/core/io/api/DirectoryApiConnectionWrapper.java>:[732,50] cannot find symbol
symbol: class ModifyDnRequestImpl
                    ModifyDnRequest request = new ModifyDnRequestImpl();

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 minutes 3 seconds
[INFO] Finished at: Mon Jan 24 20:08:15 GMT-08:00 2011
[INFO] Final Memory: 86M/152M
[INFO] ------------------------------------------------------------------------


Hudson build is back to normal : dir-studio-jdk15-ubuntu-deploy » Apache Directory Studio Connection Core #165

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/dir-studio-jdk15-ubuntu-deploy/org.apache.directory.studio$connection.core/165/>