Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom run configuration builder cannot create XML data with nested objects #16

Open
rodionmoiseev opened this issue Nov 12, 2015 · 0 comments

Comments

@rodionmoiseev
Copy link
Owner

For example the setting that is supposed to generate (note the nested elements in tasks node):

<configuration default="false" name="watch">
      <node-options />
      <gulpfile>$PROJECT_DIR$/cell/www/gulpfile.js</gulpfile>
      <tasks>
        <task>css</task>
        <task>js</task>
        <task>watch</task>
      </tasks>
      <arguments />
      <pass-parent-envs>true</pass-parent-envs>
      <envs />
      <method />
    </configuration>

actually generates:

    <configuration default="false" name="Watch" >
      <log_file path="$PROJECT_DIR$/services/cell/log/cell.log" />
      <node-options />
      <gulpfile>$PROJECT_DIR$/cell/www/gulpfile.js</gulpfile>
      <tasks />
      <arguments />
      <envs />
      <method />
    </configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant