Skip to content

Build in Windows Produces Invalid Digest for Download #16

Description

@wcneller

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions