mirror of https://github.com/apache/ant-ivy
log which parser is used
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/trunk@484155 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a4d0b23009
commit
b6bd89ef5f
|
|
@ -705,6 +705,7 @@ public class Ivy implements TransferListener {
|
|||
|
||||
URLResource res = new URLResource(ivySource);
|
||||
ModuleDescriptorParser parser = ModuleDescriptorParserRegistry.getInstance().getParser(res);
|
||||
Message.verbose("using "+parser+" to parse "+ivySource);
|
||||
try {
|
||||
|
||||
ModuleDescriptor md = parser.parseDescriptor(this, ivySource, validate);
|
||||
|
|
|
|||
Loading…
Reference in New Issue