Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 62130 invoked from network); 17 Dec 2006 12:39:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Dec 2006 12:39:34 -0000 Received: (qmail 96654 invoked by uid 500); 17 Dec 2006 12:39:42 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 96623 invoked by uid 500); 17 Dec 2006 12:39:41 -0000 Mailing-List: contact ivy-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@incubator.apache.org Delivered-To: mailing list ivy-user@incubator.apache.org Received: (qmail 96614 invoked by uid 99); 17 Dec 2006 12:39:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Dec 2006 04:39:41 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of xavier.hanin@gmail.com designates 64.233.182.185 as permitted sender) Received: from [64.233.182.185] (HELO nf-out-0910.google.com) (64.233.182.185) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Dec 2006 04:39:31 -0800 Received: by nf-out-0910.google.com with SMTP id a4so1688366nfc for ; Sun, 17 Dec 2006 04:39:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=foauv/av3G3tu/hYP+sgalS3KZ3XW8zYQ8Dxdfhfe19vEwqruk8Rezok8252MchReU+Zvcw/Il08hwazQSP2LCApeqrlLLQyjUPu0wS/7Xu2xggJys8jak0WbeR7wcZBTDdZsCIKXFuAXzOWAp8Dr3moFAl3tHeoSdO+o9hZy1g= Received: by 10.82.138.6 with SMTP id l6mr369399bud.1166359149520; Sun, 17 Dec 2006 04:39:09 -0800 (PST) Received: by 10.82.125.12 with HTTP; Sun, 17 Dec 2006 04:39:09 -0800 (PST) Message-ID: <635a05060612170439o1100d282wfa0cbd4ee1e0f6d@mail.gmail.com> Date: Sun, 17 Dec 2006 13:39:09 +0100 From: "Xavier Hanin" To: ivy-user@incubator.apache.org Subject: Re: IvyDE (1.2) does not support non-standard attributes in ivy.xml files when Eclipse runs from JRE 1.5? In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1222_15991969.1166359149497" References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_1222_15991969.1166359149497 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline The problem seems to be due to schema validation. When using extra attributes you should disable validation. Did you disable xml validation in Ivy? Xavier On 12/17/06, Ophir Bleiberg wrote: > > Hi, > It appears that when the default PC JRE (not JAVA_HOME, but rather > the 'java' executable in the path) is 1.5, then IvyDE 1.2 fails to resolve > ivy.xml files with additional non-standard attributes (we use 'kind' and > 'version', for example). > Everything works fine on PCs whose 'java -version' is 1.4. > On those with 1.5, resolving fails, and the following is printed > to the log: > !ENTRY org.jayasoft.ivyde.eclipse 4 4 2006-12-14 14:41:30.640 > !MESSAGE Impossible to resolve dependencies of [ personeta | CollectCall | > NONE ]: > unresolved dependency: [ personeta | CollectCallBillingCDR | > 4.0.1.0-build0 ]: java.text.ParseException: [xml parsing: > H:\personeta\ApplicationData\TappS-Dev\ivy-repository\integration\personeta\CollectCallBillingCDR\4.0.1.0-build0\ivys\ivy.xml:2:160: > cvc-complex-type.3.2.2: Attribute 'version' is not allowed to appear in > element 'info'. in > H:\personeta\ApplicationData\TappS-Dev\ivy-repository\integration\personeta\CollectCallBillingCDR\4.0.1.0-build0\ivys\ivy.xml > ] > > See IvyConsole for further details > > > Is this a known issue? Is there a target version for fixing this > problem? > > Thanks, > Ophir > > "Beware of the man who works hard to learn something, > learns it, and finds himself no wiser than before. He is full of > murderous resentment of people who are ignorant without having > come by their ignorance the hard way." > > > ------=_Part_1222_15991969.1166359149497--