You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Trustin Lee <tr...@gmail.com> on 2006/12/19 02:28:21 UTC

Compilation errors in apacheds-core (trunks)

Hi,

apacheds-core in trunks gives me three compilation errors:

/home/trustin/workspace/checkout/asf/directory/apacheds/core/src/main/java/org/apache/directory/server/core/schema/bootstrap/SystemSyntaxCheckerProducer.java:[92,43]
cannot find symbol
symbol  : variable INSTANCE
location: class
org.apache.directory.shared.ldap.schema.syntax.BinarySyntaxChecker

/home/trustin/workspace/checkout/asf/directory/apacheds/core/src/main/java/org/apache/directory/server/core/schema/bootstrap/ApachemetaSyntaxCheckerProducer.java:[62,62]
cannot find symbol
symbol  : variable DEFAULT_OID
location: class
org.apache.directory.shared.ldap.schema.syntax.NumericOidSyntaxChecker

/home/trustin/workspace/checkout/asf/directory/apacheds/core/src/main/java/org/apache/directory/server/core/schema/bootstrap/ApachemetaSyntaxCheckerProducer.java:[65,67]
cannot find symbol
symbol  : variable DEFAULT_OID
location: class
org.apache.directory.shared.ldap.schema.syntax.ObjectClassTypeSyntaxChecker

Seems like someone didn't check in the changes made in shared-ldap?

Trustin
-- 
what we call human nature is actually human habit
--
http://gleamynode.net/
--
PGP key fingerprints:
* E167 E6AF E73A CBCE EE41  4A29 544D DE48 FE95 4E7E
* B693 628E 6047 4F8F CFA4  455E 1C62 A7DC 0255 ECA6

Re: Compilation errors in apacheds-core (trunks)

Posted by Trustin Lee <tr...@gmail.com>.
On 12/19/06, Emmanuel Lecharny <el...@gmail.com> wrote:
>
> Trustin Lee a écrit :
>
> > Hi,
> >
> > apacheds-core in trunks gives me three compilation errors:
>
> <snip/>
>
> > Seems like someone didn't check in the changes made in shared-ldap?
>
> Someone = me :(
>
> Ok, it has been fixed as soon as I was back home, 8 hours ago. I had to
> do an ultra fast commit before leaving office and I missed those error.
> Really sorry for the errors...


NP :)  Everybody makes a mistake.

Trustin
-- 
what we call human nature is actually human habit
--
http://gleamynode.net/
--
PGP key fingerprints:
* E167 E6AF E73A CBCE EE41  4A29 544D DE48 FE95 4E7E
* B693 628E 6047 4F8F CFA4  455E 1C62 A7DC 0255 ECA6

Re: Compilation errors in apacheds-core (trunks)

Posted by Emmanuel Lecharny <el...@gmail.com>.
Trustin Lee a écrit :

> Hi,
>
> apacheds-core in trunks gives me three compilation errors:

<snip/>

> Seems like someone didn't check in the changes made in shared-ldap?

Someone = me :(

Ok, it has been fixed as soon as I was back home, 8 hours ago. I had to 
do an ultra fast commit before leaving office and I missed those error. 
Really sorry for the errors...

>
> Trustin