Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 11825 invoked from network); 22 Apr 2005 14:52:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Apr 2005 14:52:34 -0000 Received: (qmail 66262 invoked by uid 500); 22 Apr 2005 14:52:58 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 66219 invoked by uid 500); 22 Apr 2005 14:52:58 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 66205 invoked by uid 99); 22 Apr 2005 14:52:58 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from idc0.floripa.com.br (HELO idc1.floripa.com.br) (66.98.164.97) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 22 Apr 2005 07:52:57 -0700 Received: (qmail 17979 invoked from network); 22 Apr 2005 14:52:31 -0000 Received: from unknown (HELO localhost) (64.246.36.36) by smtp.floripa.com.br with SMTP; 22 Apr 2005 14:52:28 -0000 Received: from 200.193.29.205 ([200.193.29.205]) by www.fastmail.com.br (IMP) with HTTP for ; Fri, 22 Apr 2005 11:52:21 -0300 Message-ID: <1114181541.42690fa58d5ad@www.fastmail.com.br> Date: Fri, 22 Apr 2005 11:52:21 -0300 From: danilo@floripa.com.br To: dev@directory.apache.org Subject: Command line java clients MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.4 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I am starting to look on Apache Directory now. I have a version from SNV running with success. I can browse the LDAP tree using a tool like Softerra LDAP Browser. But now I want to be able to add, modify users. As I am a java developer I want to do it with java tools, not OpenLDAP tools. So this page talk about what I need (http://directory.apache.org/subprojects/ldap/client.html). I can find the sources of this on the clients/ldap/trunk dir of the current snv version. But I can not make it compile right. If I execute a maven multiproject:install inside the clients/ldap/trunk directory the process looks fine and a clients/target/directory-clients-parent-.jar file is created but without classes inside it. Maybe this is just my mistake in the use o maven. This is the rigth way of build the command line java clients ? A pointer to a page explaining this is fine too. Danilo.