Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
2.0.0.beta1
-
None
-
None
-
None
Description
I have a project with several enabled configurations and a few disabled configurations, meaning that I do not want those artifacts downloaded by IvyDE (they are purely for packaging and developers in Eclipse don't need them). If I have retrieve after resolve turned on IvyDE starts throwing exceptions such as the text below.
Error while resolving dependencies for ivy.xml
problem during retrieve of organization#myprojectname: java.lang.IllegalStateException: Report file 'C:\Documents and Settings\username\.ivy2\cache\organization-myprojectname-disabledconfigname.xml' does not exist.
problem during retrieve of organization#myprojectname: java.lang.IllegalStateException: Report file 'C:\Documents and Settings\username\.ivy2\cache\organization- myprojectname-disabledconfigname.xml' does not exist.
- NOTE: I do not think this bug was evident in 2.0.0alpha 1.
Attachments
Issue Links
- duplicates
-
IVYDE-140 Retrieve after resolve task fails because of wrong resolve configuration.
- Resolved