Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 60827 invoked from network); 14 Nov 2007 16:19:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2007 16:19:01 -0000 Received: (qmail 65688 invoked by uid 500); 14 Nov 2007 16:18:49 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 65642 invoked by uid 500); 14 Nov 2007 16:18:49 -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 65633 invoked by uid 99); 14 Nov 2007 16:18:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2007 08:18:48 -0800 X-ASF-Spam-Status: No, hits=4.0 required=10.0 tests=DNS_FROM_OPENWHOIS,FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2007 16:18:52 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IsKwi-000396-AF for ivy-user@incubator.apache.org; Wed, 14 Nov 2007 08:18:32 -0800 Message-ID: <13750146.post@talk.nabble.com> Date: Wed, 14 Nov 2007 08:18:32 -0800 (PST) From: bojke2000 To: ivy-user@incubator.apache.org Subject: Re: ivy-retrieve && class.path In-Reply-To: <13749944.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: bojke2000@yahoo.com References: <13749944.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org I resolved it putting "path id="class.path" stuff into a new task. Thanks bojke2000 wrote: > > Hi > It seems that ant resolves and creates class.path/classpath before the > Ivy-retrieve retrieved jars. > Any idea? > > > > > > useOrigin="true" /> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > srcdir="${src.dir}"> > > > > [ivy-configure] :: Ivy 2.0.0-alpha2-incubating - 20070712142751 :: > http://incubator.apache.org/ivy/ :: > [ivy-configure] ivy:configure is deprecated, please use the data type > ivy:settings instead > [ivy-resolve] :: loading settings :: file = > /ironside/u5/bzivkov/work/research/fnx/Ivy/ivysettings.xml > [ivy-resolve] WARNING: problem while setting JAXP validating property on > SAXParser... XML validation will not be done: Property: > http://java.sun.com/xml/jaxp/properties/schemaLanguage > [ivy-resolve] :: resolving dependencies :: [ fnx | FNXData | > working@stella.wayne.fnx.com ] > [ivy-resolve] confs: [util] > [ivy-resolve] found [ fnx | FNXUtility | 1.0 ] in local_repository > [ivy-resolve] [1.0] [ fnx | FNXUtility | latest.integration ] > [ivy-resolve] :: resolution report :: > > --------------------------------------------------------------------- > | | modules || artifacts > | > | conf | number| search|dwnlded|evicted|| > number|dwnlded| > > --------------------------------------------------------------------- > | util | 1 | 1 | 0 | 0 || 10 | 0 > | > > --------------------------------------------------------------------- > [ivy-retrieve] :: retrieving :: [ fnx | FNXData ] > [ivy-retrieve] confs: [util] > [ivy-retrieve] 10 artifacts copied > > prepare: > [delete] Deleting directory > /ironside/u5/bzivkov/work/research/fnx/FNXData/build > [mkdir] Created dir: > /ironside/u5/bzivkov/work/research/fnx/FNXData/build > [mkdir] Created dir: > /ironside/u5/bzivkov/work/research/fnx/FNXData/build/classes > [mkdir] Created dir: > /ironside/u5/bzivkov/work/research/fnx/FNXData/build/javadocs > > compile: > Warning: Reference class.path has not been set at runtime, but was found > during > build file parsing, attempting to resolve. Future versions of Ant may > support > referencing ids defined in non-executed targets. > > clean_classes: > [echo] Removing directory ../build/classes/com > [javac] Compiling 701 source files to > /ironside/u5/bzivkov/work/research/fnx/FNXData/build/classes > [javac] > /ironside/u5/bzivkov/work/research/fnx/FNXData/src/com/fnx/sierradata/DataInterface.java:25: > package com.fnx.util.datasearch does not exist > [javac] import com.fnx.util.datasearch.KeyedObject; > [javac] ^ > [javac] > /ironside/u5/bzivkov/work/research/fnx/FNXData/src/com/fnx/sierradata/DataInterface.java:32: > cannot resolve symbol > [javac] symbol : class KeyedObject > [javac] location: interface com.fnx.sierradata.DataInterface > [javac] public interface DataInterface extends KeyedObject { > [javac] ^ > [javac] > /ironside/u5/bzivkov/work/research/fnx/FNXData/src/com/fnx/sierradata/DataQueryObj.java:15: > package com.fnx.util.comm does not exist > [javac] import com.fnx.util.comm.RequestReplyObject; > [javac] ^ > [javac] > /ironside/u5/bzivkov/work/research/fnx/FNXData/src/com/fnx/sierradata/DataQueryObj.java:17: > cannot resolve symbol > [javac] symbol : class RequestReplyObject > [javac] location: class com.fnx.sierradata.DataQueryObj > [javac] public abstract class DataQueryObj extends RequestReplyObject > { > [javac] ^ > [javac] > /ironside/u5/bzivkov/work/research/fnx/FNXData/src/com/fnx/sierradata/ExchangableData.java:15: > package com.fnx.util.comm does not exist > [javac] import com.fnx.util.comm.CommunicationInterface; > [javac] ^ > [javac] > /ironside/u5/bzivkov/work/research/fnx/FNXData/src/com/fnx/sierradata/ExchangableData.java:26: > cannot resolve symbol > [javac] symbol : class CommunicationInterface > [javac] location: interface com.fnx.sierradata.ExchangableData > [javac] public interface ExchangableData extends > CommunicationInterface { > [javac] ^ > [javac] > /ironside/u5/bzivkov/work/research/fnx/FNXData/src/com/fnx/sierradata/JExchangableData.java:15: > package com.fnx.util.comm does not exist > [javac] import com.fnx.util.comm.JCommunicationInterface; > > -- View this message in context: http://www.nabble.com/ivy-retrieve----class.path-tf4806169.html#a13750146 Sent from the ivy-user mailing list archive at Nabble.com.