casid / jte-intellij

IntelliJ plugin for jte template files.
https://github.com/casid/jte
Apache License 2.0
23 stars 5 forks source link

JSP-to-Jte Converter fails when classes using JspToJteConverter are used in multiple modules #40

Closed Huppys closed 2 months ago

Huppys commented 11 months ago

I am attempting to migrate a JSP template to JTE. Within my IntelliJ project, there are two modules, each containing a class that extends the JspToJteConverter.

During the execution of the conversion process, the converter class within the first project is located; however, the template is located in the second module.

Connected to #12.

Huppys commented 11 months ago

As a workaround, I temporarily deactivate the module whose converter I don't want to be used by the IntelliJ plugin. That way I can convert the desired template.

casid commented 11 months ago

Thank you for reporting and helping with the fix. I'm going to release a new plugin version soon.