[
https://issues.apache.org/jira/browse/CB-10992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15229859#comment-15229859
]
Vladimir Kotikov commented on CB-10992:
---------------------------------------
This is strange but i still can't reproduce this. The sample that you sent has
the same structure as i used for testing, so i'm out of ideas why this happens
on your machine but not on mine.
[~jweber], I'm closing this because i couldn't reproduce this and you confirmed
that this is no more seen using latest cordova.
> cordova prepare uses www/config.xml from parent
> -----------------------------------------------
>
> Key: CB-10992
> URL: https://issues.apache.org/jira/browse/CB-10992
> Project: Apache Cordova
> Issue Type: Bug
> Affects Versions: 6.0.0
> Reporter: Jacob Weber
> Assignee: Vladimir Kotikov
> Priority: Minor
> Labels: cannot-reproduce, triaged
> Attachments: sample.zip
>
>
> If you run "cordova prepare" from your project's root, but the parent
> directory has a www/config.xml file, it will try to use that file instead,
> and fail.
> Create a cordova project in {{/home/username/CordovaTest}}. Add to
> {{/home/username/CordovaTest/config.xml}}:
> {code}
> <engine name="ios" spec="~4.1.0" />
> <engine name="android" spec="~5.1.1" />
> {code}
> Then create an empty {{/home/username/www/config.xml}} file.
> Finally run:
> {code}
> cd /home/username/CordovaTest
> cordova prepare
> {code}
> You'll get an error, as it tries to read the parent directory's config file.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]