GayaBalan / ivybeans

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

Use URLClassLoader to load ivy itself #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Create a URLClassLoader and load ivy jars dynamically as it is proposed in 

http://code.google.com/p/ivybeans/issues/detail?id=66&Summary#c5

http://netbeans.org/projects/www/lists/nbdev/archive/2010-08/message/35

Original issue reported on code.google.com by laurent....@gmail.com on 23 Aug 2010 at 1:25

GoogleCodeExporter commented 9 years ago
It turns out that our own classloader is not the right tactic. Issue 66 has 
been fixed using Ivy's classpath extension mechanism.

Original comment by bruce.ch...@gmail.com on 1 Sep 2010 at 2:37