m-m-m / code

Library to parse, analyze, transform and generate code
Apache License 2.0
2 stars 3 forks source link

ability to build custom classpath #5

Closed hohwille closed 4 years ago

hohwille commented 5 years ago

We can already create a Java project from maven POM. However this currently relies on the context class loader. We should offer a way that this can also be used such that a custom ClassLoader is constructed from the POM project to load the bytecode from there.

hohwille commented 5 years ago

It also needs to be considered that we have to resolve all dependencies transitively for this. As this is quite greedy it will cause quite some performance overhead.

hohwille commented 4 years ago

This issue was already implemented and released with 1.0.0-beta4.

hohwille commented 4 years ago

See #27