You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Stefan Zoerner <st...@labeo.de> on 2007/12/19 20:15:21 UTC

Compile issues building bigbang branch

Hi all!

I have problems building the bigbang branch, see below.
Some tests fail to compile. Any idea?

Thanks in advance,
     Stefan



[INFO] Compiling 5 source files to D:\Daten\Apache\Directory 
Server\subversion\apacheds\bigbang-with-dependencies\apacheds\core-entry\target\test-classes
[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------
[INFO] Compilation failure

D:\Daten\Apache\Directory 
Server\subversion\apacheds\bigbang-with-dependencies\a
pacheds\core-entry\src\test\java\org\apache\directory\server\core\entry\DefaultServerEntryTest.java:[31,52] 
cannot find symbol
symbol  : class ApacheSchema
location: package org.apache.directory.server.schema.bootstrap

D:\Daten\Apache\Directory 
Server\subversion\apacheds\bigbang-with-dependencies\a
pacheds\core-entry\src\test\java\org\apache\directory\server\core\entry\DefaultServerEntryTest.java:[32,52] 
cannot find symbol
symbol  : class ApachemetaSchema
location: package org.apache.directory.server.schema.bootstrap


Re: Compile issues building bigbang branch

Posted by Alex Karasulu <ak...@apache.org>.
Looks like either an import or a pom dependency might be missing.  I'm on a
fresh new machine right now and so I don't have a good setup at this point
but once I do I will look at it.

FYI I think we need a test scope dependency in the core-entry module and
this problem goes away.

Alex

On Dec 19, 2007 2:15 PM, Stefan Zoerner <st...@labeo.de> wrote:

> Hi all!
>
> I have problems building the bigbang branch, see below.
> Some tests fail to compile. Any idea?
>
> Thanks in advance,
>     Stefan
>
>
>
> [INFO] Compiling 5 source files to D:\Daten\Apache\Directory
>
> Server\subversion\apacheds\bigbang-with-dependencies\apacheds\core-entry\target\test-classes
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
>
> D:\Daten\Apache\Directory
> Server\subversion\apacheds\bigbang-with-dependencies\a
>
> pacheds\core-entry\src\test\java\org\apache\directory\server\core\entry\DefaultServerEntryTest.java:[31,52]
> cannot find symbol
> symbol  : class ApacheSchema
> location: package org.apache.directory.server.schema.bootstrap
>
> D:\Daten\Apache\Directory
> Server\subversion\apacheds\bigbang-with-dependencies\a
>
> pacheds\core-entry\src\test\java\org\apache\directory\server\core\entry\DefaultServerEntryTest.java:[32,52]
> cannot find symbol
> symbol  : class ApachemetaSchema
> location: package org.apache.directory.server.schema.bootstrap
>
>