Problem retrieving Hibernate 3.2.1.ga

2009-02-03 Thread Kent Larsson
Hi, When I try to download Hibernate 3.2.1.ga using Ivy I get: [ivy:retrieve] :: [ivy:retrieve] :: FAILED DOWNLOADS:: [ivy:retrieve] :: ^ see resolution messages for details ^ :: [ivy:retrieve]

Problems with versions 1.7.1 bin and src

2009-02-03 Thread Luis Alberto Domínguez
Hello everybody, Today i get the last release for ant (1.7.1) and i have some problems with the execution of my build.xml. I'm trying to use the zip tag, but it crash with a NoSuchMethodException for FileUtils. Is there a problem with the repository? Best regards, Luis.

Re: exec and the input hanging problem

2009-02-03 Thread Stefan Bodewig
On 2009-02-03, John Mazzitelli mazzg...@comcast.net wrote: I can't seem to get the workaround of using inputstring to work. I can replicate this bug, even when using inputstring=, on both Ant 1.6.5 and Ant 1.7.1 - and I've seen this on both solaris and linux. Because this time it is the

Re: Problems with versions 1.7.1 bin and src

2009-02-03 Thread Stefan Bodewig
On 2009-02-03, Luis Alberto Domínguez ldoming...@integra.la wrote: Today i get the last release for ant (1.7.1) and i have some problems with the execution of my build.xml. I'm trying to use the zip tag, but it crash with a NoSuchMethodException for FileUtils. This sounds as if you had more

Getting NAMESPACE_ERR using echoxml

2009-02-03 Thread Jacopo Cappellato
Hi all, I am trying to run the following task: echoxml file=someFile.xml ofbiz-component name=${component-name} xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:noNamespaceSchemaLocation=http://ofbiz.apache.org/dtds/ofbiz-component.xsd

Re: Getting NAMESPACE_ERR using echoxml

2009-02-03 Thread Dominique Devienne
On Tue, Feb 3, 2009 at 11:05 AM, Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com wrote: I am trying to run the following task: echoxml file=someFile.xml ofbiz-component name=${component-name} xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: Problem retrieving Hibernate 3.2.1.ga

2009-02-03 Thread paul . newport
Try getting hibernat from here instead: http://www.springsource.com/repository/app/bundle/version/detail?name=com.springsource.org.hibernateversion=3.3.1.GA The Springsource repository is an excellent resource - all the jars are OSGI versions of normal jars, but 100% compatible.

Re: Issues upgrading from 1.4 to 2.0.0

2009-02-03 Thread Martin Eigenbrodt
Thanks! 2009/2/2 Maarten Coene maarten_co...@yahoo.com Martin, A (probably incomplete) list of incompatibilites are listed in the release notes: http://ant.apache.org/ivy/history/2.0.0/release-notes.html Maarten - Original Message From: Martin Eigenbrodt

Snapshot issue?!

2009-02-03 Thread Daniel Nielsen
Hi. I'm currently evaluating Ivy 2.0.0 for our dependency management. I like what I've seen so far, but now I've run into trouble. We use JSFUnit for our testcases and we use the snapshot versions. To make Ivy fetch these dependencies I have the following ivy settings: (the properties file

Debugging ivy code within an ant script

2009-02-03 Thread paul . newport
Is there any way to run an ant script within Eclipse and debug at the Java level an ivy publish task ? Target www.targetgroup.net Target is a trading name of Target Group Limited, registered in England and Wales No. 1208137 Registered office: Target House, Cowbridge Road East, Cardiff

Run Configurations Don't Resolve

2009-02-03 Thread oakridge
Hi, I am trying to run a testng class from my project in Eclipse, but when I try to add Ivy to the classpath in the Run dialog, none of my dependencies are visible. IOW, I cannot expand the ivy.xml file (like in the build path dialog) so I am assuming the plugin doesn't work in the run

newbie: why does log4j pull down all sorts of files?

2009-02-03 Thread eqe99
ive got a toy project and i added log4j which proceeded to break by trying to pull down some Sun jars. now putting aside the question of why the sun jars arent available (licensing?), i have tried to exclude the other confs explicitly in the ivy.xml to no avail. can someone tell me what my

Re: Snapshot issue?!

2009-02-03 Thread Maarten Coene
I think you've found a bug in Ivy. It seems to be caused by your java.net resolver. Could you try what happens if you add m2compatible=true and usepoms=true to this resolver? ibiblio name=java.net root=${java.net.repo} m2compatible=true usepoms=true