|
Home > Archive > Apache Directory Project > December 2006 > Compilation errors in apacheds-core (trunks)
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Compilation errors in apacheds-core (trunks)
|
|
| Trustin Lee 2006-12-19, 1:11 am |
| 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
| |
| Emmanuel Lecharny 2006-12-19, 7:11 am |
| 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
| |
| Trustin Lee 2006-12-19, 7:11 am |
| On 12/19/06, Emmanuel Lecharny <elecharny-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>
> Trustin Lee a écrit :
>
>
> <snip/>
>
>
> 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
|
|
|
|
|