Skip to content

regression in createPackage method #68

Closed
@fdewinne

Description

@fdewinne

After updating my zs-client to the last version, the package is no more created with the same structure.

Here is my deployment.xml:

<package xmlns="http://www.zend.com/server/deployment-descriptor/1.0" version="1.0">
    <type>application</type>
    <appdir/>
    <docroot>public</docroot>
    <scriptsdir>scripts</scriptsdir>
</package>

and my deployment.properties:

appdir.includes = config,\
        data,\
        module,\
        public,\
        vendor,\
        build.properties,\
        build.xml,\
        composer.json,\
        composer.lock,\
        init_autoloader.php,\
        README.md
scriptsdir.includes = scripts/deph.php,\
        scripts/ZendDevOps,\
        scripts/pre_activate.php,\
        scripts/post_activate.php

With the last version, the folder scripts/ZendDevOps is moved to scripts/scripts/ZendDevOps but the file scripts/deph.php don't move. Previously, the folder scripts/ZendDevOps kept the same path too

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions