siom79 / japicmp

Comparison of two versions of a jar archive
https://siom79.github.io/japicmp
Apache License 2.0
712 stars 107 forks source link

fails build: <reportSet>'s <path> on Windows generates invalid report output filename #235

Closed jeffjensen closed 5 years ago

jeffjensen commented 5 years ago

Using 0.14.0, this config on Windows:

<file>
  <path>${project.build.directory}/${project.artifactId}-${project.version}.${project.packaging}</path>
</file>

Results in this output file path and name which is in error with the drive letters and pathing:

D:\(path)\target\site\(group)_(artifact)_(oldVersion)D:\(path)\target\(artifact)-(newVersion).(packaging)_output.html

siom79 commented 5 years ago

Fixed with #236.