Hi,
providing the ADS version you are working on would save us some time
searching for it ...
Eugen Paraschiv wrote:
> My name is Eugen Paraschiv. I am trying to develop an application
> using Apache Directory (and Directory Studio); I am trying to find the
> JAR by hand (after I gave up trying to add it with maven), so that I
> can resolve the following dependencies:
>
> import org.apache.directory.server.core.configuration.Configuration;
> import
> org.apache.directory.server.core.configuration.MutableStartupConfiguration;
>
Those classes are in apacheds-core.jar
>
> I would appreciate any advice on how to either add the correct
> dependency with Maven (how to configure the maven repository to find
> it or however it's done)
Adding a dependency like :
<http://subclipse.tigris.org/update_1.4.x> <dependency>
<groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-core</artifactId>
<version>1.0.2</version>
</dependency>
in your pom.xml should do the trick.
--
--
cordialement, regards,
Emmanuel Lécharny
www.iktek.com
directory.apache.org
|