Skip to content

Improve package.xml with large project #6

@ghost

Description

I am working on a large project with lot of directories
and the package.xml becomes messy:

[fileinjavascript/initialization/SystemInitialization.st[/filein]
[filein]javascript/type/Extensions.st[/filein]
...
[filein]javascript/ast/Extensions.st[/filein]
[filein]javascript/ast/JSAstNode.st[/filein]
[filein]javascript/ast/JSFunction.st[/filein]
[filein]javascript/ast/JSParenthesis.st[/filein]
[filein]javascript/ast/literals/Extensions.st[/filein]
...

I propose to add a path tag with the full path, and why not adding tag for manipulating the path
like a parentDir tag or cd tag

[path]javascript/type/[/path]
[filein]Extensions.st[/filein]
...
[path]javascript/ast/[/path]
[filein]Extensions.st[/filein]
[filein]JSAstNode.st[/filein]
[filein]JSFunction.st[/filein]
[filein]JSParenthesis.st[/filein]
[cd]literals/[/cd]
[filein]Extensions.st[/filein]
...

What's your opinion about that?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions