Details
-
Bug
-
Resolution: Fixed
-
Critical
-
1.1.4
-
None
-
None
-
Migros project
-
-
Empty show more show less
Description
Folders ( - > packages) are generated for the migration scripts using the module name as package name. If the module names contain characters that are not allowed in groovy package names ('-' in our project) it is not possible to save fixed scripts or to run the scripts.
On saving:
startup failed:
script13504691834702018186941.groovy: 1: expecting EOF, found '-' @ line 1, column 15.
package Migros-common-templating.components
^
1 error
On executing
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: Script1.groovy: 1: unexpected token: - @ line 1, column 14. import Migros-updates.components.* ^ 1 error
Checklists
Acceptance criteria