Skip to content
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

Javaマルチプロジェクト時にJUnit annotationのpathが不正 #1

Open
akirakw opened this issue Jun 3, 2021 · 0 comments
Open

Comments

@akirakw
Copy link
Contributor

akirakw commented Jun 3, 2021

Javaマルチプロジェクト時にはJUnit annotationのpathはプロジェクトルートからの相対パスにする必要があるが、JUnitの実行結果のresult xmlファイルにはソースファイルに関する情報が含まれていないため、プロジェクトルートからの相対パスを取得することができない。

JUnitCheckerのinput junit_test_src_dir を経由することで、シングルプロジェクト時にはソース位置を固定で指定することでこの問題を解決しているが、マルチプロジェクトではプロジェクトごとにソース位置が変わるため、 junit_test_src_dir の指定ではこの問題は解決できない。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant