On 12/13/05, Jeff Lansing <[EMAIL PROTECTED]> wrote:
> Ok, the script works on Windows as advertised.
>
> Now what I think I'm supposed to do is to cd into directory/apacheds/trunk
> and run maven.
apacheds is a multi part project. So you should invoke maven as:
maven multiproject:install
("install" will build a jar in your repository for you.)
> When I do that I get a compile error:
>
> ...
> [echo] Compiling to
> C:\apacheds\directory\apacheds\trunk\core/target/classes
> [javac] Compiling 410 source files to
> C:\apacheds\directory\apacheds\trunk\core\target\classes
> C:\apacheds\directory\apacheds\trunk\core\src\main\java\org\apache\ldap\serv
> er\jndi\ServerContext.java:573: cannot find symbol
> symbol : variable EMPTY_LDAP_NAME
> location: class org.apache.ldap.common.name.LdapName
> return lookup( LdapName.EMPTY_LDAP_NAME );
> ^
> 1 error
>
> BUILD FAILED
>
> What am I missing?
>
> Jeff
>
>
>
--
Ersin