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
Clone epublib master branch from github repository
Navigate to epublib folder
Navigate to epublib-core directory
Run 'mvn package' from shell
Note that there are 5 failing tests in the ResourcesLoaderTest class, all tests failing at line 166 and then 176. Appears to be an issue with verifying the expected array data (generated from IOUtil.toByteArray) against the actual array data. The maven package command fails as a result, meaning the latest version of this library can't be packaged for use in a project.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Note that there are 5 failing tests in the ResourcesLoaderTest class, all tests failing at line 166 and then 176. Appears to be an issue with verifying the expected array data (generated from IOUtil.toByteArray) against the actual array data. The maven package command fails as a result, meaning the latest version of this library can't be packaged for use in a project.
The text was updated successfully, but these errors were encountered: