suken / UmlGeneratorTool

Java software development tool for Spring, JPA, class diagrams etc
12 stars 1 forks source link

ISSUE 4 - Cannot generate UML if select project has another eclipse project in classpath #2

Open suken opened 9 years ago

suken commented 9 years ago

The class and spring dependency diagrams cant be generated if the selected project has other projects in maven classpath container.

Because we are using URLClassLoader we cannot load classes from dependent projects. I am not sure if there is an alternate ClassLoader available for loading the classes from dependent projects.

I guess we can use Eclipse specific classloader and pass that to the UML generation utility as secondary classloader. Some spike is needed to solve this issue.