-
Bug
-
Resolution: Done
-
Major
-
2.19.0.Final
-
None
In the following script I can create an enum in the package .model using the '' symbol, but in the jpa-new-field I can't. It throws an exception :
java-new-enum --named UserRole --targetPackage ~.model ; java-new-enum-const USER ; java-new-enum-const ADMIN ; jpa-new-entity --named User ; jpa-new-field --named UserRole --type ~.model.UserRole ;
- is related to
-
FORGE-2466 Cannot use '~' in most of the command parameters
- Closed
- relates to
-
FORGE-2463 Cannot use ~ with java-new-package and createPackageInfo parameter
- Closed