NullPointerException during ResovleEngine.downloadArtifacts.
------------------------------------------------------------
Key: IVY-592
URL: https://issues.apache.org/jira/browse/IVY-592
Project: Ivy
Issue Type: Bug
Affects Versions: 2.0.0-alpha-2
Reporter: Ross Clewley
The following NPE occurs whilst resolving transitive configurations under
similar circumstances to IVY-590.
{{java.lang.NullPointerException
at
org.apache.ivy.core.resolve.ResolveEngine.downloadArtifacts(ResolveEngine.java:310)
at
org.apache.ivy.core.resolve.ResolveEngine.resolve(ResolveEngine.java:271)
at
org.apache.ivy.core.resolve.ResolveEngine.resolve(ResolveEngine.java:193)
at org.apache.ivy.Ivy.resolve(Ivy.java:256)
at org.apache.ivy.ant.IvyResolve.doExecute(IvyResolve.java:212)
at org.apache.ivy.ant.IvyTask.execute(IvyTask.java:281)}}
Just as in IVY-590, it's difficult to provide a minimal testcase. It occurs
whilst resolving transitive configurations. The order of the dependencies can
have an impact.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.