After playing around with this for a while, I finally got eclipse to report no errors. Here are the steps I took (on windows xp): 1. Installed Maven 2. Downloaded the source from subversion 3. Installed the "cactus" plugin for maven 4. from directory/apacheds/trunk I ran "maven eclipse". This created an eclipse project 5. From inside eclipse I imported an existing project. This created a project called "directory" 6. I created the source folders for core, main and shared. 7. I added the following jars to my project: MAVEN_REPO/directory-shared/jars/ldap-common-0.9-SNAPSHOT.jar MAVEN_REPO/directory-shared/jars/apache-ldapber-provider-0.9-SNAPSHOT.jar MAVEN_REPO/regexp/jars/regexp-1.2.jar MAVEN_REPO/junit/jars/junit-3.8.1.jar MAVEN_REPO/jdbm/jars/jdbm-0.20-dev.jar MAVEN_REPO/commons-io/jars/commons-io-1.0.jar MAVEN_REPO/antlr/jars/antlr-2.7.2.jar MAVEN_REPO/ant/jars/ant-1.6.jar MAVEN_REPO/directory-network/jars/mina-0.7-SNAPSHOT.jar MAVEN_REPO/directory-protocols/jars/ldap-protocol-0.9-SNAPSHOT.jar This has the advantage of only using 1 source repository and is easier to setup if you only plan on working on a certain part. I'm still having this issue with starting apacheds on windows XP, but i'll look into it a bit more. marc --- Emmanuel Lecharny wrote: > Hi, > > I have added a wiki page : > http://wiki.apache.org/directory/IdeHome > > Hope it helps ! > > On Sun, 2005-05-01 at 10:43 -0700, Marc Boorshtein > wrote: > > Same boat...trying to develop apacheds using > eclipse. > > I haven't made too much progress. Is this maven > > plugin the one that came with maven? > > > > marc > > > > --- Carlos Trigoso > > wrote: > > > Hi! > > > > > > I am new to the list. In order to learn I have > > > decided to develop either a > > > graphical user interface, or a scripting > framework > > > for LDAP administration > > > on top of ApacheDS. > > > > > > This will be Eclipse-based (as sadly this is the > > > only development platform I > > > know...) > > > > > > Has anybody in the list used Eclipse for > ApacheDS > > > development? If yes, could > > > I have some help with the necessary steps to > import > > > the source code as an > > > Eclipse project? I am having trouble > understanding > > > all the dependencies of > > > the code... and what components/libraries I > should > > > have in the environment. > > > > > > I recently installed the Mevenide Eclipse plugin > (a > > > Maven plugin)... perhaps > > > this will help me to handle the ApacheDS project > and > > > do the builds... but I > > > am pretty unsure about this. Any advice would be > > > greatly appreciated. > > > > > > Thank you for your help in advance! > > > > > > Carlos Trigoso > > > 12 Harrow Court > > > Bath Road > > > Reading > > > United Kingdom > > > > > > > > > -----Original Message----- > > > From: Alex Karasulu > [mailto:aok123@bellsouth.net] > > > Sent: 01 May 2005 15:38 > > > To: Apache Directory Developers List > > > Subject: Re: [kerberos] Adding kerberos to main > > > > > > Alex Karasulu wrote: > > > > > > > Enrique, > > > > > > > > The KerberosProtocolProvider constructor takes > a > > > KdcConfiguration and > > > > a PrincipalStore argument. I was adding > support > > > for the Kerberos > > > > service to the executable. This is to get he > 0.9 > > > release out with > > > > Kerberos. I was wondering what implementation > of > > > PrincipalStore you > > > > were using. I basically got stuck when I was > > > instantiating > > > > KerberosProtocolProvider. > > > > > > Ok I just found PrincipalStoreImpl ... looks > really > > > really thin (few > > > lines). Is this sufficient? What pattern > (Command > > > pattern?) did you > > > use with this ContextOperation? > > > > > > > > > > > > > > > BTW while going through the code I noticed a > few > > > things and had some > > > > concerns regarding our upcoming release. > > > > > > > > > > > > There is barely any documentation in most of > the > > > Kerberos code. > > > > Primarily referring to javadocs and a user > guide. > > > If we are releasing > > > > Kerberos we need some documentation. In > general > > > (this goes for me > > > > too) this project has to do a better job at > > > getting Javadocs done. > > > > Furthermoe we need some sort of user guide > similar > > > to the one for the > > > > ldap portion of apacheds. Here's what I'm > > > referring to exactly: > > > > > > > > > > > > > > > > > > http://directory.apache.org/subprojects/apacheds/users/index.html > > > > > > > > > > > > I was asking myself how our users will be able > to > > > figure out a means > > > > to configure the kerberos server. There > really > > > is no guide at this > > > > point and we're about to announce that we have > a > > > Kerberos server for > > > > them inside ApacheDS. At a bare minimum > before we > > > release we need to > > > > describe all the different environment > options. > > > WDYT? > > > > > > > > Thanks, > > > > Alex > > > > > > > > > > > > > > > > > > > > > > > > > > > > >