OpenLiberty / ci.ant

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

Removing .xml from loose app files when verifying app started in logs #110

Closed mattbsox closed 5 years ago

mattbsox commented 5 years ago

Removing .xml from loose app file names in getFileName(). The deployTask was trying to find app.war in the start message rather than app and was timing out when app.war.xml was deployed.