Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 49358 invoked from network); 1 Sep 2010 12:04:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Sep 2010 12:04:24 -0000 Received: (qmail 7881 invoked by uid 500); 1 Sep 2010 12:04:23 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 7679 invoked by uid 500); 1 Sep 2010 12:04:21 -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 7672 invoked by uid 99); 1 Sep 2010 12:04:20 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Sep 2010 12:04:20 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.214.178] (HELO mail-iw0-f178.google.com) (209.85.214.178) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Sep 2010 12:03:57 +0000 Received: by iwn35 with SMTP id 35so8244796iwn.37 for ; Wed, 01 Sep 2010 05:03:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.59.13 with SMTP id j13mr8579843ibh.77.1283342616610; Wed, 01 Sep 2010 05:03:36 -0700 (PDT) Sender: mail@stefan-seelmann.de Received: by 10.231.13.73 with HTTP; Wed, 1 Sep 2010 05:03:36 -0700 (PDT) In-Reply-To: References: Date: Wed, 1 Sep 2010 14:03:36 +0200 X-Google-Sender-Auth: N8fAUx0DoqT7nIOB-XUPkyfOh9I Message-ID: Subject: Re: Compiling Studio From: Stefan Seelmann To: Apache Directory Developers List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi Juan, we reorganized the project layout and build lately and it is now necessary to build the trunk using mvn clean install -Pstudio-full the first time. Subsequent builds don't require the activation of that profile. We changed this to speed up the subsequent builds. However this caused problems several times, maybe we should consider to revert this change. Kind Regards, Stefan 2010/9/1 Juan Asensio S=C3=A1nchez : > Hi > > I am trying to translate and compile Studio to Spanish. The first problem= I > have, is about compiling the source just after the checkout from SVN. I h= ve > done these steps: > > svn co http://svn.apache.org/repos/asf/directory/studio/trunk > apacheds-studio > cd apacheds-studio > mvn clean install > > After download lots of dependencies, i get this error: > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > Downloading: > http://repo1.maven.org/maven2/org/apache/directory/studio/org.apache.comm= ons.lang/2.3/org.apache.commons.lang-2.3.jar > [INFO] Unable to find resource > 'org.apache.directory.studio:org.apache.commons.lang:jar:2.3' in reposito= ry > central (http://repo1.maven.org/maven2) > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve dependencies for one or more projects in the > reactor. Reason: Missing: > ---------- > 1) org.apache.directory.studio:org.apache.commons.lang:jar:2.3 > > =C2=A0 Try downloading the file manually from the project website. > > =C2=A0 Then, install it using the command: > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 mvn install:install-file -DgroupId=3Dorg.a= pache.directory.studio > -DartifactId=3Dorg.apache.commons.lang -Dversion=3D2.3 -Dpackaging=3Djar > -Dfile=3D/path/to/file > > =C2=A0 Alternatively, if you host your own repository you can deploy the = file > there: > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 mvn deploy:deploy-file -DgroupId=3Dorg.apa= che.directory.studio > -DartifactId=3Dorg.apache.commons.lang -Dversion=3D2.3 -Dpackaging=3Djar > -Dfile=3D/path/to/file -Durl=3D[url] -DrepositoryId=3D[id] > > =C2=A0 Path to dependency: > =C2=A0 =C2=A0=C2=A0=C2=A0 1) org.apache.directory.studio:common.core:jar:= 2.0.0-SNAPSHOT > =C2=A0 =C2=A0=C2=A0=C2=A0 2) org.apache.directory.studio:org.apache.commo= ns.lang:jar:2.3 > > ---------- > 1 required artifact is missing. > > for artifact: > =C2=A0 org.apache.directory.studio:common.core:jar:2.0.0-SNAPSHOT > > from the specified remote repositories: > =C2=A0 apache.snapshots (http://repository.apache.org/snapshots), > =C2=A0 central (http://repo1.maven.org/maven2) > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > I have checked if > http://repo1.maven.org/maven2/org/apache/directory/studio/org.apache.comm= ons.lang/2.3/org.apache.commons.lang-2.3.jar > exists, but it doesn't, so I think some pom.xml is invalid. What should I= do > next? (I am not a good developer, I just will use this for translate and > compile to test the translation). > > Regards. > >