You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Vladimir Kotikov (JIRA)" <ji...@apache.org> on 2014/05/27 10:39:02 UTC

[jira] [Comment Edited] (CB-6699) Cordova-cli / plugman add tag for each entry in www dir to windows8 / wp8 .jsproj files

    [ https://issues.apache.org/jira/browse/CB-6699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14009496#comment-14009496 ] 

Vladimir Kotikov edited comment on CB-6699 at 5/27/14 8:38 AM:
---------------------------------------------------------------

I've tried to reproduce this:
# create new empty project, add windows8 platform.
# replace all content elements pointing to files in ww with single <Content Include="www\**" />
# open project in VS2012
# delete index.html file from www inside VS
# save and unload project then load project again
I see that VS reorders <itemGroup> that contains files from www and insert <Content> entry for each file. But project still looks/works fine.
I've tried to delete file outside VS. After reloading project it also looks ok an works fine.

So I don't see any issues with this.


was (Author: vladimir.kotikov):
I've tried to reproduce this:
# create new empty project, add windows8 platform.
# replace all content elements pointing to files in ww with single <Content Include="www\**" />
# open project in VS2012
# delete index.html file from www inside VS
# save and unload project then load project again
I see that VS reorders <itemGroup> that contains files from www and insert <Content> entry for each file. But project still looks/works fine.
I've tried to delete file outside VS. After reloading project it also looks ok an works fine.
_I don't see any issues with this._

> Cordova-cli / plugman add <Content> tag for each entry in www dir to windows8 / wp8 .jsproj files
> -------------------------------------------------------------------------------------------------
>
>                 Key: CB-6699
>                 URL: https://issues.apache.org/jira/browse/CB-6699
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: CLI, Plugman, Windows 8, WP8
>            Reporter: Vladimir Kotikov
>            Assignee: Jesse MacFadyen
>              Labels: cli, cordova-lib, windows8, wp8
>
> Every time, when you trigger `cordova prepare/build` or `plugman install/uninstall/prepare` (this also `include cordova plugin add/rm`), cordova removes all references to www/* files from .jsproj file and then adds tags like {noformat}
>   <ItemGroup>
>     <Content Include="www\index.html" />
>   </ItemGroup>
> {noformat}
> to .jsproj file.
> *Proposal:* We can use one entry like {noformat}
>   <ItemGroup>
>     <Content Include="www\**" />
>   </ItemGroup>
> {noformat} for all files in www folder including static assets and plugins' .js modules (like described [here|http://msdn.microsoft.com/en-us/library/ms171454.aspx])



--
This message was sent by Atlassian JIRA
(v6.2#6252)