-
Notifications
You must be signed in to change notification settings - Fork 137
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
Support modular test project #807
Comments
@jimliuxyz Thanks for reporting this. The root cause is that currently the test runner does not support module path yet. We will try to resolve this ASAP. |
Fixed in #836. This fix also relies on microsoft/java-debug#304 to get released. |
@jimliuxyz I ran into the same problem while recently testing a Gradle plugin I'm developing. The same test that works fine in Eclipse, results in a @jdneo Thank you so much for fixing this! Do you have a rough ETA for when we can expect the fix you implemented in #836 to be available? TIA 👍 |
Hi @lingocoder, the ETA could be before the end of this week. Hopefully I will release it around this Thursday. |
Hi jdneo, Thanks for the release! I was waiting for it with much excitement :) I'm having a hard time getting a test in this modular project to work in I just today upgraded vscode to
...and also updated Debugger for Java to Anything obvious jump out at you that I'm probably doing wrong? TIA. |
@lingocoder let me take a look and will respond to you later |
@lingocoder I does not meet the problem you have met. Maybe you can try to reload your window to try it again. But, I met another problem Besides, the project can run correctly in IntelliJ. |
The test always fails when using "module-info.java", but
mvn test
works fine. it took me hours to find the cause, seems no one has this problem, can anyone help me?github source
The text was updated successfully, but these errors were encountered: