From ivy-user-return-2104-apmail-incubator-ivy-user-archive=incubator.apache.org@incubator.apache.org Wed Dec 05 22:49:46 2007 Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 51184 invoked from network); 5 Dec 2007 22:49:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2007 22:49:46 -0000 Received: (qmail 30448 invoked by uid 500); 5 Dec 2007 22:49:34 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 30426 invoked by uid 500); 5 Dec 2007 22:49:34 -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 30417 invoked by uid 99); 5 Dec 2007 22:49:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 14:49:34 -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 (athena.apache.org: domain of esumerfd@gmail.com designates 64.233.162.228 as permitted sender) Received: from [64.233.162.228] (HELO nz-out-0506.google.com) (64.233.162.228) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 22:49:14 +0000 Received: by nz-out-0506.google.com with SMTP id o37so2860598nzf for ; Wed, 05 Dec 2007 14:49:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:x-google-sender-auth; bh=ZWj8+miG3UwbMJzFE8+3xqE7V58YloqJofkf4JmKDWE=; b=Jgci0IhYYiyuHX6BkkSvHLIFDKV70iNbse254G1/demYNGi9F+u9X6/N2JgnWDwe51ekI/lQmSXi1JqBH5Fe35GI0hjep4IJO7xkChJGUdI1+drRQxDVtpqFGGCjYfCoW+vLu18+F54H9p95uMTrS1t95lVlpznDvlU7NZ1pIwg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=VlzvcXL1rXWup9+YKZlL8eaYMtZM1TaLlF24WrkNqYaEWbY1hEykfxDtIQkxJC3qCBJPvnuyP7n3i/0cLottEWifw8SNAyX3v51acN3vfmtotn2WaHtif7JwZYsngWGEkiitoZQvziwDP/Pfu7CI3ZEdFOwjKjWS96XnE63C+yI= Received: by 10.142.48.14 with SMTP id v14mr1398061wfv.1196894956254; Wed, 05 Dec 2007 14:49:16 -0800 (PST) Received: by 10.70.54.4 with HTTP; Wed, 5 Dec 2007 14:49:16 -0800 (PST) Message-ID: <6a216ba20712051449s5ce3da06p6c89418dc27bebf1@mail.gmail.com> Date: Wed, 5 Dec 2007 17:49:16 -0500 From: "Edward Sumerfield" Reply-To: esumerfd@bitbashers.org Sender: esumerfd@gmail.com To: ivy-user@incubator.apache.org Subject: Spring 2.0.7 Packaging Problem MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2841_20794333.1196894956178" X-Google-Sender-Auth: 8147b1049bbba5ba X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_2841_20794333.1196894956178 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Ivy downloads the spring-core.jar version 2.0.7 which does not contain org.springframework.scripting.config.LangNamespaceHandler When I download from the spring site I get the scripting package in the single spring.jar. What is the best approach to dealing with these kinds of inconsistencies? Start with public repositories first and then bring them into the shared or build the shared repository as you go to ensure that you have what you want? If I am having to rely on building my dependency xml files myself I wonder how much I am saving using Ivy. I like the idea of being specific but the brute force method of including **/* is enticingly simple. -- Ed ------=_Part_2841_20794333.1196894956178--