]
George Gastaldi updated FORGE-1751:
-----------------------------------
Fix Version/s: 2.15.2.Final
(was: 2.x Future)
Support Wildcards for package and class names
---------------------------------------------
Key: FORGE-1751
URL:
https://issues.jboss.org/browse/FORGE-1751
Project: Forge
Issue Type: Feature Request
Components: UI - Shell
Affects Versions: 2.4.1.Final
Reporter: George Gastaldi
Priority: Critical
Fix For: 2.15.2.Final
In Forge 1.x it was possible to do something like:
{code}
scaffold-x from ~.model.Customer
scaffold-x from ~.model.*
{code}
That would replace the ~ character with the top level package name.
This is needed for scripting purposes and also very used.