From users-return-436-apmail-directory-users-archive=directory.apache.org@directory.apache.org Fri May 11 06:08:07 2007 Return-Path: Delivered-To: apmail-directory-users-archive@www.apache.org Received: (qmail 23206 invoked from network); 11 May 2007 06:08:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 May 2007 06:08:07 -0000 Received: (qmail 16167 invoked by uid 500); 11 May 2007 06:08:13 -0000 Delivered-To: apmail-directory-users-archive@directory.apache.org Received: (qmail 16137 invoked by uid 500); 11 May 2007 06:08:13 -0000 Mailing-List: contact users-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@directory.apache.org Delivered-To: mailing list users@directory.apache.org Received: (qmail 16125 invoked by uid 99); 11 May 2007 06:08:13 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 May 2007 23:08:13 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [212.27.42.35] (HELO smtp5-g19.free.fr) (212.27.42.35) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 May 2007 23:08:06 -0700 Received: from [192.168.0.1] (vol75-3-82-66-216-176.fbx.proxad.net [82.66.216.176]) by smtp5-g19.free.fr (Postfix) with ESMTP id 33D6E43D58 for ; Fri, 11 May 2007 08:07:45 +0200 (CEST) Message-ID: <46440830.9060507@apache.org> Date: Fri, 11 May 2007 08:07:44 +0200 From: Emmanuel Lecharny User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050923) X-Accept-Language: fr, en MIME-Version: 1.0 To: users@directory.apache.org Subject: Re: [ApacheDS] mvn package command failed for the car.schema References: <489705.12869.qm@web58202.mail.re3.yahoo.com> In-Reply-To: <489705.12869.qm@web58202.mail.re3.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Jo Jeeka a écrit : >I am getting most of the way through the tutorial >(http://directory.apache.org/apacheds/1.0/custom-schema.html) >for adding my own schema and I ran the mvn package >command (as stated under "Compiling, and running tests >on the exampe car.schema" heading. > >Looks like another (I had to compile >AttributeAndTypes.java w/o StringBuilder) 1.5 >incompatability for me (my whole project is 1.4.2 and >isn't going to 1.5 anytime soon because we are having >trouble upgrading to the Weblogic that supports 1.5). > > Hi Jo, Sorry for that, but this StringBuilder issue has been fixed in trunk, which will become 1.0.2 soon (we really have to release it in the next few days). Could you check out the trunk, and work from it ? I think the problem you have will simply be solved... Emmanuel >Now on the mvn package command for the car.schema (not >even at dealing with my own schema yet) I get the >following: > >urls[8] = file:/C:/Documents and >Settings/JoJ/.m2/repository/antlr/antlr/2.7.6/antlr-2.7.6.jar >urls[9] = file:/C:/Documents and >Settings/JoJ/.m2/repository/org/apache/directory/shared/shared-asn1/0.9.6/shared-asn >1-0.9.6.jar >Number of imports: 4 >import: org.codehaus.classworlds.Entry@4891bb28 >import: org.codehaus.classworlds.Entry@f8e44ca4 >import: org.codehaus.classworlds.Entry@c51bc9e7 >import: org.codehaus.classworlds.Entry@bece5185 > > >this realm = plexus.core >urls[0] = >file:/C:/maven-2.0.6/bin/../lib/maven-core-2.0.6-uber.jar >Number of imports: 4 >import: org.codehaus.classworlds.Entry@4891bb28 >import: org.codehaus.classworlds.Entry@f8e44ca4 >import: org.codehaus.classworlds.Entry@c51bc9e7 >import: org.codehaus.classworlds.Entry@bece5185 >----------------------------------------------------- >[ERROR] BUILD ERROR >[INFO] >------------------------------------------------------------------------ >[INFO] Internal error in the plugin manager executing >goal >'org.apache.directory.server:apacheds-core-plugin:1.5.0:gener >ate': Unable to find the mojo >'org.apache.directory.server:apacheds-core-plugin:1.5.0:generate' >in the plugin 'org.apach >e.directory.server:apacheds-core-plugin' >org/apache/directory/server/core/tools/schema/DirectorySchemaToolMojo >(Unsupported major.minor version 49.0) > > > > >Does that mean I need an older version of Maven (or >need to compile Maven myself)? Or is the version >incompatability in code from ApacheDS? > > > > > >__________________________________________________ >Do You Yahoo!? >Tired of spam? Yahoo! Mail has the best spam protection around >http://mail.yahoo.com > > >