OpenLiberty / ci.ant

Ant tasks for managing Liberty profile server instances #devops
Apache License 2.0
8 stars 36 forks source link

Adding fix for bad archive path with spaces during package #95

Closed mattbsox closed 5 years ago

mattbsox commented 5 years ago

Packaging on 19.0.0.2 and 19.0.0.3 failed when spaces were included in an archive name.

e.g. .../path with spaces/...

Escaped the spaces before we returned the archive parameter to the command that was using it.