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
java.lang.IllegalArgumentException: requirement failed: Source file 'D:\Projects\trunk\Projects\MSFITS_AZURE\MSFITS_AZURE\AzureScalaQueueService\QueueHandlerBL\target\streams\_global\assemblyOption\_global\streams\assembly\5181d4d9456869cffee25db7cf40862afd4b5731_eea687e8f56f58f889b68f00ac267b8f9e328876_da39a3ee5e6b4b0d3255bfef95601890afd80709\META-INF\license' is a directory.
#419
Closed
champion-054 opened this issue
Mar 11, 2021
· 7 comments
This is an issue that we are receiving while trying to assemble. The license directory is causing issues. Could you please suggest the solution for this. We have been breaking our heads for a long time now. None of the answers available help.
Thanks.
[error] stack trace is suppressed; run 'last assembly' for the full output
[error] (assembly) java.lang.IllegalArgumentException: requirement failed: Source file 'C:\Users\khujo\sbt-assembly-on-windows\target\streams\_global\assembly\_global\streams\assembly\919b9dff7940ba085b23a727d673b902a50cc84f_b039a2a0d771f071b57bae72e65222356693388e_da39a3ee5e6b4b0d3255bfef95601890afd80709\META-INF\license' is a directory.
[error] Total time: 4 s, completed 12.10.2022, 13:36:14
I was not able to reproduce the issue in WSL, so it's probably an issue with Windows only.
What if noticed so far is that you will need a dependency that has a /META-INF/license directory. After running clean the \target\streams\_global\assembly\_global\streams\assembly directory is still present and not empty as I would have expected. So maybe clean is unable to clean all the files produced during assembly. Hope that helps.
No description provided.
The text was updated successfully, but these errors were encountered: