You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Pierre-Arnaud Marcelot <pa...@marcelot.net> on 2009/10/19 14:36:13 UTC

Fwd: installing Apache DS from source

Hi Alexey,
Forwarding your conversation on the dev list...

I'll answer on that thread.

Pierre-Arnaud

---------- Forwarded message ----------
From: Alexey Ivanov <ne...@bk.ru>
Date: 2009/10/19
Subject: installing Apache DS from source
To: pa@marcelot.net


Very stupid question:
After i've made
# mvn clean install
where i can find installed version of apache directory server? And how to
run it?

PS. Sorry again for such questions, i'm just not that familiar with java =(

Re: Re[2]: installing Apache DS from source

Posted by Pierre-Arnaud Marcelot <pa...@marcelot.net>.
Alexey,
Please, make sure to reply on the mailing list, rather than on my personnal
email.

There should be a distribution waiting in the 'target/distributions'
directory.

Our maven build detect which build is appropriate for your OS and
architecture (if supported by Apache Directory Studio).
You can, if needed, build for a particular OS and architecture using one of
the following profiles:

   - for Mac OS X using -Pmacosx
   - for Windows using -Pwin32
   - for Linux (PPC/GTK 2) using -Plinux-ppc
   - for Linux (x86/GTK 2) using -Plinux-x86
   - for Linux (x86_64/GTK 2) using -Plinux-x86_64

Pierre-Arnaud

2009/10/19 Alexey Ivanov <ne...@bk.ru>

> I need only Apache Directory Studio just to modify some values in our
> OpenLDAP site.
>
> Yes I've used second manual for building studio.
> I've checked out http://svn.apache.org/repos/asf/directory/studio/trunk
> but after mvn install  i can't find anything looking like executable, so
> what should i run to start Apache Directory Studio?
>
>
>
>

Re: installing Apache DS from source

Posted by Pierre-Arnaud Marcelot <pa...@marcelot.net>.
> ---------- Forwarded message ----------
> From: Alexey Ivanov <ne...@bk.ru>
> Date: 2009/10/19
> Subject: installing Apache DS from source
> To: pa@marcelot.net
>
>
> Very stupid question:
> After i've made
> # mvn clean install
> where i can find installed version of apache directory server? And how to
> run it?
>

It depends on the SVN repo you used for you checkout. Which one was it ?

FYI, here are some helpful webpages that will help you build Apache
Directory Server and Studio.

Building the Server >>
http://directory.apache.org/apacheds/1.5/02-building-trunks.html
Building the Studio >> http://directory.apache.org/studio/building.html

Hope this helps,
Pierre-Arnaud