Share a (E)MTL file using a JAR dependency [message #1844080] |
Tue, 31 August 2021 10:19  |
Eclipse User |
|
|
|
Hi,
I'm trying to put all my common stuff into a JAR. I have several Maven projects, let's say:
- acceleo-commons
- acceleo-project-1
In the first one I put:
- a customized MTL to EMTL compiler (using AcceleoCompilerHelper)
- a customized generator (using AbstractAcceleoGenerator)
In the second there is the model and the MTL files. This is working well.
Now I'd like to also share some utilities like a logger. I have the files "logger.mtl" and "Logger.java" in "acceleo-project-1" that I'd like to put into "acceleo-commons". I spent a lot of time with the debugger to understand how the dependencies are resolved but I didn't find any way to do that. Is this possible?
Regards,
David
|
|
|
|
Powered by
FUDForum. Page generated in 0.31956 seconds