Return-Path: Delivered-To: apmail-incubator-directory-dev-archive@www.apache.org Received: (qmail 31347 invoked from network); 8 Feb 2005 03:13:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Feb 2005 03:13:39 -0000 Received: (qmail 6299 invoked by uid 500); 8 Feb 2005 03:13:38 -0000 Delivered-To: apmail-incubator-directory-dev-archive@incubator.apache.org Received: (qmail 6259 invoked by uid 500); 8 Feb 2005 03:13:38 -0000 Mailing-List: contact directory-dev-help@incubator.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 directory-dev@incubator.apache.org Received: (qmail 6245 invoked by uid 99); 8 Feb 2005 03:13:38 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=FROM_ENDS_IN_NUMS,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of aok123@bellsouth.net designates 205.152.59.71 as permitted sender) Received: from imf23aec.mail.bellsouth.net (HELO imf23aec.mail.bellsouth.net) (205.152.59.71) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 07 Feb 2005 19:13:38 -0800 Received: from [172.16.1.7] ([65.80.200.112]) by imf23aec.mail.bellsouth.net (InterMail vM.5.01.06.11 201-253-122-130-111-20040605) with ESMTP id <20050208031335.IZHI2276.imf23aec.mail.bellsouth.net@[172.16.1.7]> for ; Mon, 7 Feb 2005 22:13:35 -0500 Message-ID: <42082E5F.8010804@bellsouth.net> Date: Mon, 07 Feb 2005 22:13:35 -0500 From: Alex Karasulu User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: Some build problems... References: <24854788.1107825557038.JavaMail.www@wwinf0803> In-Reply-To: <24854788.1107825557038.JavaMail.www@wwinf0803> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Emmanuel LECHARNY wrote: >Hi, > >I just tried a script to set up my env, which extract the latest version into a brand new directory, the laucnh a maven multiproject to create eclipse .project & .classpath > >I got some error messages like those one. Any clue ? (the mavenizing project [xxx] are produced by the script) > > > Ohhhh boy. Looks like some crazy *#%^Q(#. You need to let maven do its thing with dependency resolution and just picking how to conduct a multiproject install. I will personally walk you through setting up a project with IDEA. Or Enrique can walk you through one for Eclipse. This making your own scripts thingy without groking maven can become a problem ... Perhaps I just need to bite the bullet here and make a top level maven project that compiles the whole directory? Hmmm. I will if I have to but let's do this one peice at a time keeping it simple. See if you can make asn1 build and compile. Then put that into the ide of choice. >mavenizing project [apacheds] >mavenizing project [asn1] >mavenizing project [authx] > >BUILD FAILED >File...... /home/elecharny/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly >Element... maven:reactor >Line...... 217 >Column.... 9 >The build cannot continue because of the following unsatisfied dependency: > >authx-api-0.2-SNAPSHOT.jar > >mavenizing project [ldap] >mavenizing project [naming] > >BUILD FAILED >File...... /home/elecharny/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly >Element... maven:reactor >Line...... 217 >Column.... 9 >The build cannot continue because of the following unsatisfied dependency: > >naming-core-0.9-dev.jar > >mavenizing project [network/apseda] >mavenizing project [network/mina] >mavenizing project [network/sedang] >The build cannot continue because of the following unsatisfied dependency: > >protocol-api-1.0-SNAPSHOT.jar (try downloading from http://incubator.apache.org/directory/subprojects/protocol-api/) > >mavenizing project [protocols/changepw] > >BUILD FAILED >File...... /home/elecharny/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly >Element... maven:reactor >Line...... 217 >Column.... 9 >The build cannot continue because of the following unsatisfied dependency: > >changepw-core-0.4-SNAPSHOT.jar > >mavenizing project [protocols/dhcp] > >BUILD FAILED >File...... /home/elecharny/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly >Element... maven:reactor >Line...... 217 >Column.... 9 >The build cannot continue because of the following unsatisfied dependency: > >dhcp-core-0.1-SNAPSHOT.jar > >mavenizing project [protocols/dns] > >BUILD FAILED >File...... /home/elecharny/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly >Element... maven:reactor >Line...... 217 >Column.... 9 >The build cannot continue because of the following unsatisfied dependency: > >dns-core-0.1-SNAPSHOT.jar > >mavenizing project [protocols/kerberos] >mavenizing project [protocols/ntp] > >BUILD FAILED >File...... /home/elecharny/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly >Element... maven:reactor >Line...... 217 >Column.... 9 >The build cannot continue because of the following unsatisfied dependency: > >ntp-core-0.4-SNAPSHOT.jar > >mavenizing project [sandbox] > >BUILD FAILED >File...... /home/elecharny/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly >Element... maven:reactor >Line...... 63 >Column.... 9 >Error reading XML or initializing >mavenizing project [sitedocs] > > > > Dude this is getting crazy. Let's work small and you can work your way up. Might take a lil bit but its easier than this I assure you. I will email you the directory project's license for idea. Go into the asn1 trunk and do a: maven idea:multiproject Then open idea and just open the asn1.ipr that the idea plugin creates. This should work if it does not let's keep trouble shooting. Alex