zend-patterns / ZendServerSDK

Pure ZF2 CLI for zpk creation and webapi client.
BSD 3-Clause "New" or "Revised" License
22 stars 17 forks source link

Updated $allowedExtensions array #13

Closed pleckey closed 10 years ago

pleckey commented 10 years ago

The previous array excluded the deployment.properties and deployment.xml files from being included in the phar when built, which resulted in the following error when running the initZpk (or createZpk) command from the command line:

The application has thrown an exception!

ErrorException copy(phar:///Users/pleckey/Development/Projects/laravel-starter/zs-client.phar/module/Client/src/Client/Service/../../../config/zpk/deployment.properties): failed to open stream: phar error: "module/Client/config/zpk/deployment.properties" is not a file in phar "/Users/pleckey/Development/Projects/laravel-starter/zs-client.phar"