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
When we change checkstyle-extensions.jar we see that this file is locked by a Java process, that's why I think "Copy libraries from project directory" functionality isn't working.
Are there any ideas?
How can I debug this functionality myself?
Operation system: Windows
Project path: C:\Users\remal\project
The text was updated successfully, but these errors were encountered:
The copy libraries feature only deals with the module classpath, which is basically the libraries your application uses.
If you also want your third-party Checkstyle addons outside the project, you must simply place them outside the project. 😄
No current plans myself, given I don't have a Windows machine to test on, nor much inclination to work on this. But it should be easy enough in principle if someone wants to submit a PR.
We have a custom
checkstyle-extensions.jar
at the root of our project.Our
.idea/checkstyle-idea.xml
:When we change
checkstyle-extensions.jar
we see that this file is locked by a Java process, that's why I think "Copy libraries from project directory" functionality isn't working.Are there any ideas?
How can I debug this functionality myself?
Operation system: Windows
Project path:
C:\Users\remal\project
The text was updated successfully, but these errors were encountered: