You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Emmanuel Lecharny <el...@gmail.com> on 2005/10/11 15:47:31 UTC

Re: ApacheDS build broken (2)

Ok, I just have to deploy the ApacheDS core jar subproject in order to
fix the problem. I'll do it tonite (CEST)

Sorry again for the inconvenience.

PS: I just can't do it from office...

On Tue, 2005-10-11 at 17:21 +1000, Norbet Reilly wrote:
> I have been building the head for a while, but after a "maven
> multiproject:clean" my "maven multiproject:install" now breaks with
> following error:
> 
> 
> build:end:
> 
> build:start:
> 
> multiproject:install-callback:
>     [echo] Running jar:install for ApacheDS Main
> jar:jar:
> javaapp:prereq:
> 
> java:prepare-filesystem:
> 
> java:compile:
>     [echo] Compiling to
> d:\src\reference\apacheds\apacheds\trunk\main/target/cla              
>                                                 sses
> 
> java:jar-resources:
> 
> test:prepare-filesystem:
> 
> test:test-resources:
> 
> test:compile:
>     [javac] Compiling 9 source files to
> D:\src\reference\apacheds\apacheds\trunk                              
>                                 \main\target\test-classes
> D:\src\reference\apacheds\apacheds\trunk\main\src\test\org\apache\ldap\server\jn
>                                                              
> di\ServerContextFactoryTest.java:33: cannot resolve symbol
> symbol  : class AbstractAdminTestCase
> location: package server
> import org.apache.ldap.server.AbstractAdminTestCase;
>                               ^
> 
> I gather either ServerContextFactoryTest.java or
> AbstractAdminTestCase.java have moved between core and main, but I'm
> afraid I don't know enough about maven to know how to fix the problem.
> 
> Thanks
> ---------------------------------------------------------------------------------------
> Wanadoo vous informe que cet  e-mail a ete controle par l'anti-virus mail. 
> Aucun virus connu a ce jour par nos services n'a ete detecte.
> 
> 
> 


Re: ApacheDS build broken (2)

Posted by Alex Karasulu <ao...@bellsouth.net>.
Emmanuel Lecharny wrote:

>Ok, I just have to deploy the ApacheDS core jar subproject in order to
>fix the problem. I'll do it tonite (CEST)
>
>  
>
Ok if you moved the file back I can update the jars in the repository.

>Sorry again for the inconvenience.
>  
>
Np mistakes happen.

>On Tue, 2005-10-11 at 17:21 +1000, Norbet Reilly wrote:
>  
>
>>di\ServerContextFactoryTest.java:33: cannot resolve symbol
>>symbol  : class AbstractAdminTestCase
>>location: package server
>>import org.apache.ldap.server.AbstractAdminTestCase;
>>                              ^
>>
>>I gather either ServerContextFactoryTest.java or
>>AbstractAdminTestCase.java have moved between core and main, but I'm
>>afraid I don't know enough about maven to know how to fix the problem.
>>    
>>
Alex