•  
      request #11525 import project for single tracker rng error
    Infos
    #11525
    Benjamin Bouillot (ben.bouillot)
    2018-07-26 10:36
    2018-05-25 14:09
    11869
    Details
    import project for single tracker rng error
    How to repoduce
    export single tracker example:
    src/utils/php-launcher.sh src/utils/export_project_xml.php -p 103 -u admin -t 24 -o /tmp/archive.zip

    import it again:
    src/utils/php-launcher.sh src/utils/import_project_xml.php -u admin -i /usr/share/tuleap/archive/data.zip --automap=no-email,create:S -n import001
    info Nothing to do for admin
    info Start importing new project from archive /var/tmp/import_project_o6NaSR
    info Create project import001
    error XML: Line: 452 Column: 17 error element "artifacts" not allowed in this context line: <artifacts/>
    Import | Export
    All
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2018-07-26
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    Thomas Gerbet (tgerbet)2018-07-26 10:36
    The fix of export tool (gerrit #11480) has been integrated in Tuleap 10.3.99.39.


    @chewits: If you still encounter the issue, do not hesitate to comment here or to open an new issue.

    • Status changed from New to Closed
    • Connected artifacts
    • Close date set to 2018-07-26
    User avatar

    I see at least one issue with export: the <artifacts> tag is a child of <trackers> while it should be a child of <tracker> tag.

    v10.3.99.23