Re: maven-ant-tasks-2.0.7 settings file read hangs at install-provider

2007-08-11 Thread Mykel Alvis
Hi Hervé, That's great (bad) news! :) I'll check it out as soon as possible, which is likely to be the day after tomorrow when I get back to the office. Once I can determine that this fix is working, I'll respond to the issue. Thanks a lot for your help! Mykel On 8/10/07, Hervé BOUTEMY <[EMAIL PR

Re: maven-ant-tasks-2.0.7 settings file read hangs at install-provider

2007-08-10 Thread Hervé BOUTEMY
Hi Mykel, Ok, I studied your case more deeply: you've just found a bug! :) For remote repositories defined in pom.xml, settings file is taken into account but not for remote repositories defined in build.xml... I filed a Jira issue, with a testcase and fix: http://jira.codehaus.org/browse/MANTT

Re: maven-ant-tasks-2.0.7 settings file read hangs at install-provider

2007-08-07 Thread Hervé BOUTEMY
ok, settings.xml has been read, but the task is hanging when trying to download wagon-provider-api from central http://repo1.maven.org/maven2 Do you have direct internet access, or through a proxy? If through a proxy, how was it configured in settings.xml? Did you try your configuration with full

Re: maven-ant-tasks-2.0.7 settings file read hangs at install-provider

2007-08-07 Thread Mykel Alvis
Hi Hervé, OK. I lied. It timed out after several minutes. I don't know why it would delay the 10 minutes it took before, but must recently it timed out in less than 4. The log was then: BUILD FAILED /home/mykel/workspace-tutorial/ExampleAntMavenProject/build.xml:32: Error downloading wagon pr

Re: maven-ant-tasks-2.0.7 settings file read hangs at install-provider

2007-08-07 Thread Hervé BOUTEMY
Hi Mykel, There is something weird happenning: I don't understand why reading a file would hang. FYI, it's working perfectly in a number of places. We'll have to find what is so special in your case. Can you get a thread dump when ant freezes? On Linux, it's: kill -SIGQUIT Hervé Le mardi 7 ao

maven-ant-tasks-2.0.7 settings file read hangs at install-provider

2007-08-07 Thread Mykel Alvis
Hi all, I'm trying to make an example ant project for one of our teams who currently uses ant to do their builds. Relevant sections of build.xml