-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test do not run in IntelliJ #1065
Comments
Just mentioning it to let know I am looking into it because trying to work on anything else with this is just obnoxious. So far I found that removing |
Seems the issue comes from the categories filter in
The command according to the run configuration is |
I reproduced the problem in a simple project an reported to Idea team https://youtrack.jetbrains.com/issue/IDEA-282425 🤞 |
Thanks for picking this up. |
As local workarround just removing EDIT: mistery solved, when the output already exists no error is shown and I was testing in 2 different paths. |
I narrowed it down to missing dependencies introduced in asciidoctorj-diagram v2.2.0.
Adding them allows the distribution to convert the example successfully and explains why running from a Java app worked, since the dependencies where pulled automatically as transitives in the later. However, v2.5.2 of distribution contains asciidoctor-diagram 2.1.2 but I assume the fix from from plantuml itself- Now @robertpanzer, as a fix I'd suggest
If you agree, I can create the PR tomorrow. |
I just extracted the 2 modules recently for asciidoctorj-diagram 2.2. |
Is it necessary to handle them manually? I mean, why can't we just pull them as diagram's transitives? |
In general asciidoctor-diagram-plantuml and asciidoctor-diagram-ditaamini have their own release cycle, that's why they also have their own version numbering scheme. |
I see, I went back to the module descriptor and those are runtime decendencies, makes sense then 👍 |
Fixes #1065. Upgrade asciidoctorj-diagram
When trying to run a rest class or method directly from IntelliJ tests fail with
The text was updated successfully, but these errors were encountered: