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/29 04:05:16 UTC

Build failed in Hudson: dir-shared-jdk16-win » Apache Directory Shared LDAP #162

See <https://hudson.apache.org/hudson/job/dir-shared-jdk16-win/org.apache.directory.shared$shared-ldap/162/changes>

Changes:

[akarasulu] cleaning up: formatting, spelling, dead code removal

[elecharny] Refactored the decorators :
o the Decorator interface has been created
o the computeLength() and encode() methods have been added to each message

[pamarcelot] Fixed typos.

[pamarcelot] Fixed a bug where the attribute type was not return correctly its syntax name (in case the embedded syntax object is null).

[elecharny] o Fixed the way we handled decorators in the LdapGrammar : we now create new decorators around plain messages all over the grammar.
o Did the same for LdapResultDecorators

------------------------------------------
[HUDSON] Archiving disabled - not archiving C:\hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\asn1-ber\pom.xml
[HUDSON] Archiving disabled - not archiving C:\hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\asn1-ber\target\shared-asn1-ber-0.9.20-SNAPSHOT.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Directory Shared LDAP 0.9.20-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ shared-ldap ---
[INFO] Deleting C:\hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\ldap\target
[INFO] 
[INFO] --- maven-antrun-plugin:1.5:run (default) @ shared-ldap ---
[INFO] No ant target defined - SKIPPED
[INFO] 
[INFO] --- antlr-maven-plugin:2.1:generate (default) @ shared-ldap ---
[INFO] Using Antlr grammar: C:\hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\ldap\src\main\antlr\ACIItem.g
ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005

[INFO] Using Antlr grammar: C:\hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\ldap\src\main\antlr\ACIItemChecker.g
ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005

[INFO] Using Antlr grammar: C:\hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\ldap\src\main\antlr\distinguishedName.g
ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005

[INFO] Using Antlr grammar: C:\hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\ldap\src\main\antlr\schema-extension.g
ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005

[INFO] Using Antlr grammar: C:\hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\ldap\src\main\antlr\schema-qdstring.g
ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005

[INFO] Using Antlr grammar: C:\hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\ldap\src\main\antlr\schema-value.g
ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005

[INFO] Using Antlr grammar: C:\hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\ldap\src\main\antlr\schema.g
ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005

[INFO] Using Antlr grammar: C:\hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\ldap\src\main\antlr\subtree-specification.g
ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005

[INFO] Using Antlr grammar: C:\hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\ldap\src\main\antlr\SubtreeSpecificationChecker.g
ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005

[INFO] Using Antlr grammar: C:\hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\ldap\src\main\antlr\TriggerSpecification.g
ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ shared-ldap ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ shared-ldap ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\ldap\src\main\resources
[INFO] Copying 10 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ shared-ldap ---
[INFO] Compiling 706 source files to C:\hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\ldap\target\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] \hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\ldap\src\main\java\org\apache\directory\shared\ldap\codec\decorators\MessageDecorator.java:[183,59] cannot find symbol
symbol  : method getDecorator(org.apache.directory.shared.ldap.model.message.Control)
location: class org.apache.directory.shared.ldap.codec.controls.ControlDecorator
[ERROR] \hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\ldap\src\main\java\org\apache\directory\shared\ldap\codec\decorators\LdapResultDecorator.java:[261,40] computeReferralLength(org.apache.directory.shared.ldap.model.message.Referral) has private access in org.apache.directory.shared.ldap.codec.LdapEncoder
[ERROR] \hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\ldap\src\main\java\org\apache\directory\shared\ldap\codec\decorators\LdapResultDecorator.java:[309,23] encodeReferral(java.nio.ByteBuffer,org.apache.directory.shared.ldap.model.message.Referral) has private access in org.apache.directory.shared.ldap.codec.LdapEncoder
[ERROR] \hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\ldap\src\main\java\org\apache\directory\shared\ldap\codec\decorators\SearchResultReferenceDecorator.java:[160,40] computeReferralLength(org.apache.directory.shared.ldap.model.message.Referral) has private access in org.apache.directory.shared.ldap.codec.LdapEncoder
[INFO] 4 errors 
[INFO] -------------------------------------------------------------
mojoFailed org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-compile)
projectFailed org.apache.directory.shared:shared-ldap:0.9.20-SNAPSHOT


Hudson build is back to stable : dir-shared-jdk16-win » Apache Directory Shared LDAP #164

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/dir-shared-jdk16-win/org.apache.directory.shared$shared-ldap/164/changes>



Hudson build is unstable: dir-shared-jdk16-win » Apache Directory Shared LDAP #163

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/dir-shared-jdk16-win/org.apache.directory.shared$shared-ldap/163/changes>