IvyDE does not onour the "validate" Attribute in a ivysetting file
------------------------------------------------------------------

                 Key: IVYDE-96
                 URL: https://issues.apache.org/jira/browse/IVYDE-96
             Project: IvyDE
          Issue Type: Bug
    Affects Versions: 1.2.0
            Reporter: Martin Eigenbrodt


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())*);






-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to