Hi,
Sorry for the delay !
I have tried your fix, but I still have the same problem.
I send you (in joined piece) the console output.
(For information, the ivy.jar file I tried from the trunk is named
D:/PUBLIC/dev/workspace/sofcommon/apache-ant-1.7.0/lib/org.apache.ivy_2.1.0.jar)
Thanks,
Jean-Christophe.
Le 21/05/2010 00:04, Maarten Coene a écrit :
I might have found a possible issue in the code.
I've committed a potential fix in SVN trunk, could you give it a try?
thanks,
Maarten
----- Original Message ----
From: Maarten Coene<[email protected]>
To: [email protected]
Sent: Thu, May 20, 2010 10:59:17 PM
Subject: Re: Proxy Authentication Problem
What is the console output when running Ivy trunk version in verbose (ant -v)
mode?
Maarten
----- Original Message ----
From: Sarda Jean-Christophe<[email protected]>
To: [email protected]
Sent: Thu, May 20, 2010 9:50:27 AM
Subject: Proxy Authentication Problem
Hi all,
I have a problem with the proxy authentication.
The retrieve task works fine with the 2.1.0 rc1 version, but does not work with
the 2.1.0 final version (and with the trunk version)
I am behind a proxy which need authentication.
I set the proxy configuration in my build file like that :
<setproxy proxyhost="myProxyHost" proxyport="myPortNumber"
proxyuser="myLogin" proxypassword="myPassword"/>
With the 2.1.0 final version, I have some logs like that :
....
[ivy:retrieve] INFO: Basic authentication scheme selected
[ivy:retrieve] INFO: No credentials available for BASIC 'Identification
proxy'@myProxyHost:myPortNumber
.....
[ivy:retrieve] Your proxy requires authentication.
...
It works fine on 2.1.0 rc1, is there a known regression ?
regards,
Jean-Christophe
Apache Ant version 1.7.0 compiled on December 13 2006
Buildfile: build.xml
Detected Java version: 1.6 in: C:\Program Files\Java\jre1.6.0_06
Detected OS: Windows XP
parsing buildfile D:\PUBLIC\dev\workspace\BuildOnSofCommon\build.xml with URI =
file:/D:/PUBLIC/dev/workspace/BuildOnSofCommon/build.xml
Project base dir set to: D:\PUBLIC\dev\workspace\BuildOnSofCommon
[antlib:org.apache.tools.ant] Could not load definitions from resource
org/apache/tools/ant/antlib.xml. It could not be found.
[property] Loading Environment env.
Importing file d:\PUBLIC\dev\workspace\sofcommon\build_project_ivy.xml from
D:\PUBLIC\dev\workspace\BuildOnSofCommon\build.xml
parsing buildfile d:\PUBLIC\dev\workspace\sofcommon\build_project_ivy.xml with
URI = file:/d:/PUBLIC/dev/workspace/sofcommon/build_project_ivy.xml
Override ignored for property "basedir"
Property "env.WEB_DEPLOY" has not been set
[property] Loading
d:\PUBLIC\dev\workspace\sofcommon\conf\ivysettings.properties
dropping
d:\PUBLIC\dev\workspace\sofcommon\apache-ant-1.7.0\lib\ivy-2.0.0-rc2.jar from
path as it doesn't exist
dropping
d:\PUBLIC\dev\workspace\sofcommon\apache-ant1.7.0\lib\commons-codec-1.2.jar
from path as it doesn't exist
parsing buildfile
jar:file:/D:/PUBLIC/dev/workspace/sofcommon/apache-ant-1.7.0/lib/org.apache.ivy_2.1.0.jar!/org/apache/ivy/ant/antlib.xml
with URI =
jar:file:/D:/PUBLIC/dev/workspace/sofcommon/apache-ant-1.7.0/lib/org.apache.ivy_2.1.0.jar!/org/apache/ivy/ant/antlib.xml
parsing buildfile
jar:file:/D:/PUBLIC/dev/workspace/sofcommon/apache-ant-1.7.0/lib/org.apache.ivy_2.1.0.jar!/org/apache/ivy/ant/antlib.xml
with URI =
jar:file:/D:/PUBLIC/dev/workspace/sofcommon/apache-ant-1.7.0/lib/org.apache.ivy_2.1.0.jar!/org/apache/ivy/ant/antlib.xml
[macrodef] creating macro createManifestFile
Property "project-name" has not been set
[macrodef] creating macro createFileName
Property "module" has not been set
Property "revision" has not been set
[macrodef] creating macro createPom
[macrodef] creating macro publishProject
[macrodef] creating macro validateApi
[property] Loading
d:\PUBLIC\dev\workspace\sofcommon\conf\ivysettings.properties
Override ignored for property "ivy.nexus.public.artifact.root"
Override ignored for property "ivy.nexus.sandbox.artifact.root"
Override ignored for property "ivy.nexus.username"
Override ignored for property "ivy.nexus.schtroumpf.artifact.root"
Override ignored for property "repository.dir"
Override ignored for property "ivy.nexus.realm"
Override ignored for property "ivy.nexus.password"
Override ignored for property "ivy.nexus.snapshot.artifact.root"
Override ignored for property "src"
Build sequence for target(s) `localcompile' is [resolveproxy,
setLocalClasspath, setCompilationClasspath, setTestingClasspath, init, resolve,
compile, localcompile]
Complete build sequence is [resolveproxy, setLocalClasspath,
setCompilationClasspath, setTestingClasspath, init, resolve, compile,
localcompile, test, testint, testperf, validate, common.init,
setDocapiClasspath, doctests, makepom, manifestProps, jar, dist,
common.ivyreport, --jspc, common.ensure-test-name, docapi, common.distdocs,
webdeployonly, jarComplete, distComplete, publish, testsci, docapicomplete,
common.rundocapi, prepareForWar, waronly, war, common.webdeploy, svnrevision,
--jspcompile, common.jspbuild, common.clean, distsrc, common.publish,
common.makepom, common.findbugs, common.checkapi, common.--jspc,
common.docapicomplete, common.jarComplete, common.setTestingClasspath,
distdocs, common.dist, common.testsci, common.run, common.distsrc, metrics,
common.svnrevision, common.war, common.setCompilationClasspath,
common.testperf, ensure-test-name, jspbuild, common.webdeployonly, clean,
common.validate, common.doctests, common.distComplete, common.metrics,
findbugs, runtest, checkapi, common.docapi, ivyreport, common.resolve, run,
webdeploy, common.testint, common.prepareForWar, common.jar,
common.setLocalClasspath, common.runtest, common.manifestProps, common.compile,
rundocapi, common.--jspcompile, common.waronly, common.test,
common.setDocapiClasspath, ]
resolveproxy:
[echo] ivy dir : d:\PUBLIC\dev\workspace\sofcommon/conf
Property "ivy.repository.dir" has not been set
[echo] repository dir : ${ivy.repository.dir}
[setproxy] Setting proxy to proxy.bip.fr:1000
setLocalClasspath:
setCompilationClasspath:
setTestingClasspath:
init:
[echo] loading module/revision from ivy.xml file
[xmlproperty] Loading D:\PUBLIC\dev\workspace\BuildOnSofCommon\ivy.xml
[echo] version is set to 2.1.0-Ivy
[echo] project-name is set to TestingPhi-Ivy
[echo] ${sofcommon}=d:\PUBLIC\dev\workspace\sofcommon
[echo] Environment values
[echo] ${project-name}=TestingPhi-Ivy
[echo] ${src}=D:\PUBLIC\dev\workspace\BuildOnSofCommon/src
[echo] ${conf}=D:\PUBLIC\dev\workspace\BuildOnSofCommon/conf
[echo] ${build}=D:\PUBLIC\dev\workspace\BuildOnSofCommon/build
[echo] ${dist}=D:\PUBLIC\dev\workspace\BuildOnSofCommon/dist
[echo] ${lib}=D:\PUBLIC\dev\workspace\BuildOnSofCommon/lib
[echo] ${doc}=D:\PUBLIC\dev\workspace\BuildOnSofCommon/docs
[echo] ${api}=D:\PUBLIC\dev\workspace\BuildOnSofCommon/docs/api
[echo] ${deploy}=D:\PUBLIC\dev\workspace\BuildOnSofCommon/lib
[echo] ${release}=D:\PUBLIC\dev\workspace\BuildOnSofCommon/dist/release
[echo] ${tmp}=D:\PUBLIC\dev\workspace\BuildOnSofCommon/temp
[echo] ${report}=D:\PUBLIC\dev\workspace\BuildOnSofCommon/reports
[echo] ${logs}=D:\PUBLIC\dev\workspace\BuildOnSofCommon/logs
[mkdir] Skipping D:\PUBLIC\dev\workspace\BuildOnSofCommon\build because it
already exists.
[mkdir] Skipping D:\PUBLIC\dev\workspace\BuildOnSofCommon\build\meta-inf
because it already exists.
[mkdir] Skipping D:\PUBLIC\dev\workspace\BuildOnSofCommon\dist because it
already exists.
[mkdir] Skipping D:\PUBLIC\dev\workspace\BuildOnSofCommon\docs because it
already exists.
[mkdir] Skipping D:\PUBLIC\dev\workspace\BuildOnSofCommon\lib because it
already exists.
[mkdir] Skipping D:\PUBLIC\dev\workspace\BuildOnSofCommon\reports because
it already exists.
[mkdir] Skipping D:\PUBLIC\dev\workspace\BuildOnSofCommon\logs because it
already exists.
[echo] COMPILE classpath is
D:\PUBLIC\dev\workspace\BuildOnSofCommon\lib\commons-math-2.0.jar;D:\PUBLIC\dev\workspace\BuildOnSofCommon\lib\commons-math-2.1-javadoc.jar;D:\PUBLIC\dev\workspace\BuildOnSofCommon\lib\commons-math-2.1-sources.jar;D:\PUBLIC\dev\workspace\BuildOnSofCommon\lib\commons-math-2.1.jar
[echo] TESTING classpath is
D:\PUBLIC\dev\workspace\BuildOnSofCommon\build;D:\PUBLIC\dev\workspace\BuildOnSofCommon\conf;D:\PUBLIC\dev\workspace\BuildOnSofCommon\lib;D:\PUBLIC\dev\workspace\BuildOnSofCommon\lib\commons-math-2.0.jar;D:\PUBLIC\dev\workspace\BuildOnSofCommon\lib\commons-math-2.1-javadoc.jar;D:\PUBLIC\dev\workspace\BuildOnSofCommon\lib\commons-math-2.1-sources.jar;D:\PUBLIC\dev\workspace\BuildOnSofCommon\lib\commons-math-2.1.jar
[available] Found: ivy.xml
resolve:
[ivy:retrieve] Loading
jar:file:/D:/PUBLIC/dev/workspace/sofcommon/apache-ant-1.7.0/lib/org.apache.ivy_2.1.0.jar!/org/apache/ivy/core/settings/ivy.properties
[ivy:retrieve] :: Ivy 2.2.x-local-20100525101517 - 20100525101517 ::
http://ant.apache.org/ivy/ ::
[ivy:retrieve] jakarta commons httpclient detected: using it for http
downloading
[ivy:retrieve] proxy configured: host=proxy.bip.fr port=1000 user=sardajc
[ivy:retrieve] :: loading settings :: file =
d:\PUBLIC\dev\workspace\sofcommon\conf\ivysettings.xml
[ivy:retrieve] no default ivy user dir defined: set to D:\Documents and
Settings\sardajc\.ivy2
[ivy:retrieve] loading properties:
d:\PUBLIC\dev\workspace\sofcommon\conf/ivysettings.properties
[ivy:retrieve] no default cache defined: set to D:\Documents and
Settings\sardajc\.ivy2\cache
[ivy:retrieve] settings loaded (62ms)
[ivy:retrieve] default cache: D:\Documents and Settings\sardajc\.ivy2\cache
[ivy:retrieve] default resolver: chained
[ivy:retrieve] -- 6 resolvers:
[ivy:retrieve] projects [file]
[ivy:retrieve] schtroumpf [ibiblio]
[ivy:retrieve] snapshot [ibiblio]
[ivy:retrieve] sandbox [ibiblio]
[ivy:retrieve] public [ibiblio]
[ivy:retrieve] chained [chain] [projects, schtroumpf, public, snapshot,
sandbox]
[ivy:retrieve] no resolved descriptor found: launching default resolve
Overriding previous definition of property "ivy.version"
[ivy:retrieve] using ivy parser to parse
file:/D:/PUBLIC/dev/workspace/BuildOnSofCommon/ivy.xml
[ivy:retrieve] :: resolving dependencies ::
schtroumpf.tutu.workshop#TestingPhi-Ivy;2.1.0-Ivy
[ivy:retrieve] confs: [default]
[ivy:retrieve] validate = true
[ivy:retrieve] refresh = false
[ivy:retrieve] resolving dependencies for configuration 'default'
[ivy:retrieve] == resolving dependencies for
schtroumpf.tutu.workshop#TestingPhi-Ivy;2.1.0-Ivy [default]
[ivy:retrieve] == resolving dependencies
schtroumpf.tutu.workshop#TestingPhi-Ivy;2.1.0-Ivy->commons-math#commons-math;2.0
[default->*]
[ivy:retrieve] chained: Checking cache for: dependency:
commons-math#commons-math;2.0 {*=[*]}
[ivy:retrieve] tried D:\Documents and
Settings\sardajc/.ivy2/repository/commons-math-2.0.xml
[ivy:retrieve] tried D:\Documents and
Settings\sardajc/.ivy2/repository/commons-math-2.0.jar
[ivy:retrieve] projects: no ivy file nor artifact found for
commons-math#commons-math;2.0
[ivy:retrieve] tried
http://schtroumpf.toto.titi.int/nexus/content/groups/schtroumpf/commons-math/commons-math/2.0/commons-math-2.0.pom
[ivy:retrieve] tried
http://schtroumpf.toto.titi.int/nexus/content/groups/schtroumpf/commons-math/commons-math/2.0/commons-math-2.0.jar
[ivy:retrieve] 25 mai 2010 10:31:04
org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
[ivy:retrieve] INFO: Basic authentication scheme selected
[ivy:retrieve] 25 mai 2010 10:31:04
org.apache.commons.httpclient.HttpMethodDirector processProxyAuthChallenge
[ivy:retrieve] INFO: No credentials available for BASIC 'Identification
proxy'@proxy.bip.fr:1000
[ivy:retrieve] WARN: Your proxy requires authentication.
[ivy:retrieve] schtroumpf: no ivy file nor artifact found for
commons-math#commons-math;2.0
[ivy:retrieve] tried
http://schtroumpf.toto.titi.int/nexus/content/groups/public/commons-math/commons-math/2.0/commons-math-2.0.pom
[ivy:retrieve] 25 mai 2010 10:31:04
org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
[ivy:retrieve] INFO: Basic authentication scheme selected
[ivy:retrieve] 25 mai 2010 10:31:04
org.apache.commons.httpclient.HttpMethodDirector processProxyAuthChallenge
[ivy:retrieve] INFO: No credentials available for BASIC 'Identification
proxy'@proxy.bip.fr:1000
[ivy:retrieve] WARN: Your proxy requires authentication.
[ivy:retrieve] tried
http://schtroumpf.toto.titi.int/nexus/content/groups/public/commons-math/commons-math/2.0/commons-math-2.0.jar
[ivy:retrieve] 25 mai 2010 10:31:04
org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
[ivy:retrieve] INFO: Basic authentication scheme selected
[ivy:retrieve] 25 mai 2010 10:31:04
org.apache.commons.httpclient.HttpMethodDirector processProxyAuthChallenge
[ivy:retrieve] INFO: No credentials available for BASIC 'Identification
proxy'@proxy.bip.fr:1000
[ivy:retrieve] WARN: Your proxy requires authentication.
[ivy:retrieve] public: no ivy file nor artifact found for
commons-math#commons-math;2.0
[ivy:retrieve] tried
http://schtroumpf.toto.titi.int/nexus/content/groups/public-snapshots/commons-math/commons-math/2.0/commons-math-2.0.pom
[ivy:retrieve] 25 mai 2010 10:31:04
org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
[ivy:retrieve] INFO: Basic authentication scheme selected
[ivy:retrieve] 25 mai 2010 10:31:04
org.apache.commons.httpclient.HttpMethodDirector processProxyAuthChallenge
[ivy:retrieve] INFO: No credentials available for BASIC 'Identification
proxy'@proxy.bip.fr:1000
[ivy:retrieve] WARN: Your proxy requires authentication.
[ivy:retrieve] tried
http://schtroumpf.toto.titi.int/nexus/content/groups/public-snapshots/commons-math/commons-math/2.0/commons-math-2.0.jar
[ivy:retrieve] 25 mai 2010 10:31:04
org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
[ivy:retrieve] INFO: Basic authentication scheme selected
[ivy:retrieve] 25 mai 2010 10:31:04
org.apache.commons.httpclient.HttpMethodDirector processProxyAuthChallenge
[ivy:retrieve] INFO: No credentials available for BASIC 'Identification
proxy'@proxy.bip.fr:1000
[ivy:retrieve] WARN: Your proxy requires authentication.
[ivy:retrieve] snapshot: no ivy file nor artifact found for
commons-math#commons-math;2.0
[ivy:retrieve] tried
http://schtroumpf.toto.titi.int/nexus/content/repositories/schtroumpf-sandbox/commons-math/commons-math/2.0/commons-math-2.0.pom
[ivy:retrieve] 25 mai 2010 10:31:04
org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
[ivy:retrieve] INFO: Basic authentication scheme selected
[ivy:retrieve] 25 mai 2010 10:31:04
org.apache.commons.httpclient.HttpMethodDirector processProxyAuthChallenge
[ivy:retrieve] INFO: No credentials available for BASIC 'Identification
proxy'@proxy.bip.fr:1000
[ivy:retrieve] WARN: Your proxy requires authentication.
[ivy:retrieve] tried
http://schtroumpf.toto.titi.int/nexus/content/repositories/schtroumpf-sandbox/commons-math/commons-math/2.0/commons-math-2.0.jar
[ivy:retrieve] 25 mai 2010 10:31:04
org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
[ivy:retrieve] INFO: Basic authentication scheme selected
[ivy:retrieve] 25 mai 2010 10:31:04
org.apache.commons.httpclient.HttpMethodDirector processProxyAuthChallenge
[ivy:retrieve] INFO: No credentials available for BASIC 'Identification
proxy'@proxy.bip.fr:1000
[ivy:retrieve] WARN: Your proxy requires authentication.
[ivy:retrieve] sandbox: no ivy file nor artifact found for
commons-math#commons-math;2.0
[ivy:retrieve] WARN: module not found: commons-math#commons-math;2.0
[ivy:retrieve] WARN: ==== projects: tried
[ivy:retrieve] WARN: D:\Documents and
Settings\sardajc/.ivy2/repository/commons-math-2.0.xml
[ivy:retrieve] WARN: -- artifact
commons-math#commons-math;2.0!commons-math.jar:
[ivy:retrieve] WARN: D:\Documents and
Settings\sardajc/.ivy2/repository/commons-math-2.0.jar
[ivy:retrieve] WARN: ==== schtroumpf: tried
[ivy:retrieve] WARN:
http://schtroumpf.toto.titi.int/nexus/content/groups/schtroumpf/commons-math/commons-math/2.0/commons-math-2.0.pom
[ivy:retrieve] WARN: -- artifact
commons-math#commons-math;2.0!commons-math.jar:
[ivy:retrieve] WARN:
http://schtroumpf.toto.titi.int/nexus/content/groups/schtroumpf/commons-math/commons-math/2.0/commons-math-2.0.jar
[ivy:retrieve] WARN: ==== public: tried
[ivy:retrieve] WARN:
http://schtroumpf.toto.titi.int/nexus/content/groups/public/commons-math/commons-math/2.0/commons-math-2.0.pom
[ivy:retrieve] WARN: -- artifact
commons-math#commons-math;2.0!commons-math.jar:
[ivy:retrieve] WARN:
http://schtroumpf.toto.titi.int/nexus/content/groups/public/commons-math/commons-math/2.0/commons-math-2.0.jar
[ivy:retrieve] WARN: ==== snapshot: tried
[ivy:retrieve] WARN:
http://schtroumpf.toto.titi.int/nexus/content/groups/public-snapshots/commons-math/commons-math/2.0/commons-math-2.0.pom
[ivy:retrieve] WARN: -- artifact
commons-math#commons-math;2.0!commons-math.jar:
[ivy:retrieve] WARN:
http://schtroumpf.toto.titi.int/nexus/content/groups/public-snapshots/commons-math/commons-math/2.0/commons-math-2.0.jar
[ivy:retrieve] WARN: ==== sandbox: tried
[ivy:retrieve] WARN:
http://schtroumpf.toto.titi.int/nexus/content/repositories/schtroumpf-sandbox/commons-math/commons-math/2.0/commons-math-2.0.pom
[ivy:retrieve] WARN: -- artifact
commons-math#commons-math;2.0!commons-math.jar:
[ivy:retrieve] WARN:
http://schtroumpf.toto.titi.int/nexus/content/repositories/schtroumpf-sandbox/commons-math/commons-math/2.0/commons-math-2.0.jar
[ivy:retrieve] resolved ivy file produced in D:\Documents and
Settings\sardajc\.ivy2\cache\resolved-schtroumpf.tutu.workshop-TestingPhi-Ivy-2.1.0-Ivy.xml
[ivy:retrieve] :: downloading artifacts ::
[ivy:retrieve] :: resolution report :: resolve 156ms :: artifacts dl 0ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 1 | 0 | 0 | 0 || 0 | 0 |
---------------------------------------------------------------------
[ivy:retrieve] WARN: ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] WARN: :: UNRESOLVED DEPENDENCIES ::
[ivy:retrieve] WARN: ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] WARN: :: commons-math#commons-math;2.0: not found
[ivy:retrieve] WARN: ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] report for schtroumpf.tutu.workshop#TestingPhi-Ivy;2.1.0-Ivy
default produced in D:\Documents and
Settings\sardajc\.ivy2\cache\schtroumpf.tutu.workshop-TestingPhi-Ivy-default.xml
[ivy:retrieve] resolve done (156ms resolve - 0ms download)
[ivy:retrieve]
[ivy:retrieve] :: problems summary ::
[ivy:retrieve] :::: WARNINGS
[ivy:retrieve] Your proxy requires authentication.
[ivy:retrieve] Your proxy requires authentication.
[ivy:retrieve] Your proxy requires authentication.
[ivy:retrieve] Your proxy requires authentication.
[ivy:retrieve] Your proxy requires authentication.
[ivy:retrieve] Your proxy requires authentication.
[ivy:retrieve] Your proxy requires authentication.
[ivy:retrieve] module not found: commons-math#commons-math;2.0
[ivy:retrieve] ==== projects: tried
[ivy:retrieve] D:\Documents and
Settings\sardajc/.ivy2/repository/commons-math-2.0.xml
[ivy:retrieve] -- artifact commons-math#commons-math;2.0!commons-math.jar:
[ivy:retrieve] D:\Documents and
Settings\sardajc/.ivy2/repository/commons-math-2.0.jar
[ivy:retrieve] ==== schtroumpf: tried
[ivy:retrieve]
http://schtroumpf.toto.titi.int/nexus/content/groups/schtroumpf/commons-math/commons-math/2.0/commons-math-2.0.pom
[ivy:retrieve] -- artifact commons-math#commons-math;2.0!commons-math.jar:
[ivy:retrieve]
http://schtroumpf.toto.titi.int/nexus/content/groups/schtroumpf/commons-math/commons-math/2.0/commons-math-2.0.jar
[ivy:retrieve] ==== public: tried
[ivy:retrieve]
http://schtroumpf.toto.titi.int/nexus/content/groups/public/commons-math/commons-math/2.0/commons-math-2.0.pom
[ivy:retrieve] -- artifact commons-math#commons-math;2.0!commons-math.jar:
[ivy:retrieve]
http://schtroumpf.toto.titi.int/nexus/content/groups/public/commons-math/commons-math/2.0/commons-math-2.0.jar
[ivy:retrieve] ==== snapshot: tried
[ivy:retrieve]
http://schtroumpf.toto.titi.int/nexus/content/groups/public-snapshots/commons-math/commons-math/2.0/commons-math-2.0.pom
[ivy:retrieve] -- artifact commons-math#commons-math;2.0!commons-math.jar:
[ivy:retrieve]
http://schtroumpf.toto.titi.int/nexus/content/groups/public-snapshots/commons-math/commons-math/2.0/commons-math-2.0.jar
[ivy:retrieve] ==== sandbox: tried
[ivy:retrieve]
http://schtroumpf.toto.titi.int/nexus/content/repositories/schtroumpf-sandbox/commons-math/commons-math/2.0/commons-math-2.0.pom
[ivy:retrieve] -- artifact commons-math#commons-math;2.0!commons-math.jar:
[ivy:retrieve]
http://schtroumpf.toto.titi.int/nexus/content/repositories/schtroumpf-sandbox/commons-math/commons-math/2.0/commons-math-2.0.jar
[ivy:retrieve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] :: UNRESOLVED DEPENDENCIES ::
[ivy:retrieve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] :: commons-math#commons-math;2.0: not found
[ivy:retrieve] ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve]
[ivy:retrieve]
[ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
BUILD FAILED
d:\PUBLIC\dev\workspace\sofcommon\build_project_ivy.xml:235: impossible to
resolve dependencies:
resolve failed - see output for details
at org.apache.ivy.ant.IvyResolve.doExecute(IvyResolve.java:318)
at org.apache.ivy.ant.IvyTask.execute(IvyTask.java:277)
at
org.apache.ivy.ant.IvyPostResolveTask.ensureResolved(IvyPostResolveTask.java:217)
at
org.apache.ivy.ant.IvyPostResolveTask.prepareAndCheck(IvyPostResolveTask.java:164)
at org.apache.ivy.ant.IvyRetrieve.doExecute(IvyRetrieve.java:57)
at org.apache.ivy.ant.IvyTask.execute(IvyTask.java:277)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:357)
at org.apache.tools.ant.Target.performTasks(Target.java:385)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
at org.apache.tools.ant.Main.runBuild(Main.java:698)
at org.apache.tools.ant.Main.startAnt(Main.java:199)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
Caused by: resolve failed - see output for details
at org.apache.ivy.ant.IvyResolve.doExecute(IvyResolve.java:251)
... 21 more
--- Nested Exception ---
resolve failed - see output for details
at org.apache.ivy.ant.IvyResolve.doExecute(IvyResolve.java:251)
at org.apache.ivy.ant.IvyTask.execute(IvyTask.java:277)
at
org.apache.ivy.ant.IvyPostResolveTask.ensureResolved(IvyPostResolveTask.java:217)
at
org.apache.ivy.ant.IvyPostResolveTask.prepareAndCheck(IvyPostResolveTask.java:164)
at org.apache.ivy.ant.IvyRetrieve.doExecute(IvyRetrieve.java:57)
at org.apache.ivy.ant.IvyTask.execute(IvyTask.java:277)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:357)
at org.apache.tools.ant.Target.performTasks(Target.java:385)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
at org.apache.tools.ant.Main.runBuild(Main.java:698)
at org.apache.tools.ant.Main.startAnt(Main.java:199)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
Total time: 1 second