You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Pierre-Arnaud Marcelot <pa...@marcelot.net> on 2010/03/31 11:56:38 UTC

[Apache DS] Build failure on trunk

Hi guys,

I'm getting a build failure on trunk for Apache DS.

Is this normal? Is anyone aware of it?

Here's the maven output:
> MacBookPro:ApacheDS pajbam$ mvn clean install -Dmaven.test.skip
> [INFO] Scanning for projects...
> [INFO] Reactor build order: 
> [INFO]   Apache Directory Project
> [INFO]   Apache Directory Shared
> [-----SNIP-----]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building ApacheDS Core Integration
> [INFO]    task-segment: [clean, install]
> [INFO] ------------------------------------------------------------------------
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting /Users/pajbam/Development/Apache/ApacheDS/apacheds/core-integ/target
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 1 source file to /Users/pajbam/Development/Apache/ApacheDS/apacheds/core-integ/target/classes
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR : 
> [INFO] -------------------------------------------------------------
> [ERROR] /Users/pajbam/Development/Apache/ApacheDS/apacheds/core-integ/src/main/java/org/apache/directory/server/core/integ/IntegrationUtils.java:[384,36] org.apache.directory.ldap.client.api.LdapConnection is abstract; cannot be instantiated
> 
> [INFO] 1error
> [INFO] -------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Compilation failure
> /Users/pajbam/Development/Apache/ApacheDS/apacheds/core-integ/src/main/java/org/apache/directory/server/core/integ/IntegrationUtils.java:[384,36] org.apache.directory.ldap.client.api.LdapConnection is abstract; cannot be instantiated
> 
> 
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 2 minutes 37 seconds
> [INFO] Finished at: Wed Mar 31 11:56:00 CEST 2010
> [INFO] Final Memory: 116M/247M
> [INFO] ------------------------------------------------------------------------

Thanks,
Pierre-Arnaud

Re: [Apache DS] Build failure on trunk

Posted by Pierre-Arnaud Marcelot <pa...@marcelot.net>.
Indeed.

Thanks Kiran! :)

Regards,
Pierre-Arnaud


On 31 mars 2010, at 12:07, Kiran Ayyagari wrote:

> this should be fixed with this commit
> http://svn.apache.org/viewvc?rev=929452&view=rev
> 
> thanks Seelmann and Pierre-Arnaud
> 
> Kiran Ayyagari


Re: [Apache DS] Build failure on trunk

Posted by Kiran Ayyagari <ay...@gmail.com>.
this should be fixed with this commit
http://svn.apache.org/viewvc?rev=929452&view=rev

thanks Seelmann and Pierre-Arnaud

Kiran Ayyagari