You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use the relocate feature to relocate generation to a different project. The destination path should be exaclty the path determined in the project, the input is selected out of.
Actual behavior
The file is relocated ignoring the prefix path defined by a template-scan.
Steps to reproduce (bug) / Use Case of feature request (enhancement)
Define a multi-module maven project
specify a template using a template scan
define a path prefix in the template scan
relocate the template to a different project by appending the path with ${cwd}
=> the prefix defined by the template scan is not used in the relocated path
Related/Dependent Issues
Implementation hints
Create a new entry for cobigen.properties
The text was updated successfully, but these errors were encountered:
Expected behavior
I would like to use the relocate feature to relocate generation to a different project. The destination path should be exaclty the path determined in the project, the input is selected out of.
Actual behavior
The file is relocated ignoring the prefix path defined by a template-scan.
Steps to reproduce (bug) / Use Case of feature request (enhancement)
${cwd}
=> the prefix defined by the template scan is not used in the relocated path
Related/Dependent Issues
Implementation hints
Create a new entry for cobigen.properties
The text was updated successfully, but these errors were encountered: