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 want to use the skipClient. Based on issue #10 it should be supported.
When I use it like that (with for all)
and when I import it with jhipster import-jdl jhipster-jdl.jh I get the following error:
The JDL is being parsed.
error: Error message:
NoViableAltException: Expecting: one of these possible Token sequences:
1. ['@']
2. ['entity']
3. [COMMENT, 'entity']
4. ['relationship']
5. ['enum']
6. ['dto']
7. ['paginate']
8. ['service']
9. [COMMENT]
10. ['microservice']
11. ['search']
12. ['skipClient']
13. ['skipServer']
14. ['angularSuffix']
15. ['noFluentMethod']
16. ['filter']
17. ['clientRootFolder']
18. ['application']
19. [NAME]
but found: 'all'
at line: 10, column: 16
So I tried like that:
and in that case it works but there is a warning message in the studio.
Here is my jhipster version:
Executing jhipster:info
Options: from-cli: true
Welcome to the JHipster Information Sub-Generator
##### **JHipster Version(s)**
Hello,
I want to use the skipClient. Based on issue #10 it should be supported.
When I use it like that (with for all)
and when I import it with
jhipster import-jdl jhipster-jdl.jh
I get the following error:So I tried like that:
and in that case it works but there is a warning message in the studio.
Here is my jhipster version:
/home/djay
└── [email protected]
Let me know if you need something else.
The text was updated successfully, but these errors were encountered: