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:05:58 UTC

Build failed in Hudson: dir-studio-jdk16-win » Apache Directory Studio Connection Core #135

See <https://hudson.apache.org/hudson/job/dir-studio-jdk16-win/org.apache.directory.studio$connection.core/135/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, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting C:\hudson\hudson-slave\workspace\dir-studio-jdk16-win\trunk\plugins\connection.core\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 C:\hudson\hudson-slave\workspace\dir-studio-jdk16-win\trunk\plugins\connection.core\target\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] \hudson\hudson-slave\workspace\dir-studio-jdk16-win\trunk\plugins\connection.core\src\main\java\org\apache\directory\studio\connection\core\io\api\DirectoryApiConnectionWrapper.java:[57,53] cannot find symbol
symbol  : class ModifyDnRequestImpl
location: package org.apache.directory.shared.ldap.model.message
[ERROR] \hudson\hudson-slave\workspace\dir-studio-jdk16-win\trunk\plugins\connection.core\src\main\java\org\apache\directory\studio\connection\core\io\api\DirectoryApiConnectionWrapper.java:[60,53] cannot find symbol
symbol  : class ModifyRequestImpl
location: package org.apache.directory.shared.ldap.model.message
[ERROR] \hudson\hudson-slave\workspace\dir-studio-jdk16-win\trunk\plugins\connection.core\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] \hudson\hudson-slave\workspace\dir-studio-jdk16-win\trunk\plugins\connection.core\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 disabled - not archiving C:\hudson\hudson-slave\workspace\dir-studio-jdk16-win\trunk\plugins\connection.core\pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

\hudson\hudson-slave\workspace\dir-studio-jdk16-win\trunk\plugins\connection.core\src\main\java\org\apache\directory\studio\connection\core\io\api\DirectoryApiConnectionWrapper.java:[57,53] cannot find symbol
symbol  : class ModifyDnRequestImpl
location: package org.apache.directory.shared.ldap.model.message
\hudson\hudson-slave\workspace\dir-studio-jdk16-win\trunk\plugins\connection.core\src\main\java\org\apache\directory\studio\connection\core\io\api\DirectoryApiConnectionWrapper.java:[60,53] cannot find symbol
symbol  : class ModifyRequestImpl
location: package org.apache.directory.shared.ldap.model.message
\hudson\hudson-slave\workspace\dir-studio-jdk16-win\trunk\plugins\connection.core\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();
\hudson\hudson-slave\workspace\dir-studio-jdk16-win\trunk\plugins\connection.core\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: 1 minute 4 seconds
[INFO] Finished at: Tue Jan 25 04:05:54 GMT 2011
[INFO] Final Memory: 162M/301M
[INFO] ------------------------------------------------------------------------


Hudson build is back to normal : dir-studio-jdk16-win » Apache Directory Studio Connection Core #136

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/dir-studio-jdk16-win/org.apache.directory.studio$connection.core/136/changes>