GayaBalan / ivybeans

Automatically exported from code.google.com/p/ivybeans
0 stars 0 forks source link

Enhancement: Store computed classpaths in build to improve performance #91

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Resolving consumes significant amount of time in a complex project setup. 
Caching the computed classpaths in the build directory can save time during 
development (e.g. Debug->Apply code changes).

With the attached patch, the classpath is only calculated when ivy.xml or 
ivysettings.xml have changed or when the project was cleaned.

Original issue reported on code.google.com by florian....@3kraft.com on 3 May 2011 at 2:14

Attachments: