I believe there is an issue with nested resources. I have a section like:
<resource>
<path>src/main/resources</path>
<includes>
<include>com/**/*</include>
<include>icons/**/*</include>
</includes>
</resource>
The plugin builds the correct directory structure, but the digest and getdown.txt include entries like:
icons\UDI.png = ..MD5..
Note the backslash, instead of a forward slash like the jar entries:
lib/commons-logging.jar = ..MD5..
When running the stub, all of the elements with the backslash indicate they are missing (because address https://server/getdown-location/icons%5CUDI.png is missing, while icons/UDI.png is there).
Am I missing a flag that will force Linux [web] path separators or is this a result of building on Windows and deploying on a Linux web-server?
I believe there is an issue with nested resources. I have a section like:
The plugin builds the correct directory structure, but the digest and getdown.txt include entries like:
icons\UDI.png = ..MD5..Note the backslash, instead of a forward slash like the jar entries:
lib/commons-logging.jar = ..MD5..When running the stub, all of the elements with the backslash indicate they are missing (because address https://server/getdown-location/icons%5CUDI.png is missing, while icons/UDI.png is there).
Am I missing a flag that will force Linux [web] path separators or is this a result of building on Windows and deploying on a Linux web-server?