Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.2.0
-
None
Description
Parsing of ivy files that use custom attributes fail although validate is set to false in the used ivyconfiguration/setting.
The Solutions is to change the two occurences of new ResolveOption in IvyResolveJob (Line 227, 240): add setValidate(ivy.getSettings().doValidate())
ResolveReport r = ivy.resolve(md, new ResolveOptions()
.setConfs((String[]) conf.confs
.toArray(new String[conf.confs.size()])).setValidate(ivy.getSettings().doValidate()));