opendj-doc-generated-ref
plug-in fails in opendj-server-legacy
on Windows machines with JDK8
#25
Labels
opendj-doc-generated-ref
plug-in fails in opendj-server-legacy
on Windows machines with JDK8
#25
Summary
It's currently not possible to build
master
on Windows machines, even if all dependencies are satisfied and PGP verification is being skipped, because theopendj-doc-generated-ref
plug-in fails to generate documentation.Affects Version
4.0.0-SNAPSHOT (at
4678646
)Environment
Steps
Within the
wrends
folder checked out tomaster
, run the following command:Expected
The build succeeds without any failures.
Actual
The build fails during the
opendj-doc-generated-ref
plug-in execution:Root Cause
It looks like the issue is that the plug-in is using
Paths.get()
withinloadPropertiesFromJar()
to assemble the path that's passed-in to the JAR file. On Windows machines, this is problematic because the method generates a path with backslashes instead of forward slashes, and the ZIP spec requires forward slashes.The text was updated successfully, but these errors were encountered: