generator-jhipster: JDL App generation is broken, again
The new JDL app generation support is broken, below are the issues
- The parser expects, appType, DB and basename to be passed, which is not logical for app generation as it needs to be inferred from the app config
- The import-jdl sub gen expects a .yo-rc.json when generating applications, it should be skipped
- The
pathoption is not required and might cause issues(especially in JH online), it needs to be removed as we really don’t need it, and for microservices, we could always create folders from the current directory - When the app config is created it needs to call the app generator to create the actual source code as well
cc @MathieuAA
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 1
- Comments: 28 (28 by maintainers)
I’ve just released v3. Here are the done things/issues (you can see them in the coming PR):