You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Sebastian Zillessen (JIRA)" <ji...@apache.org> on 2013/10/11 09:56:41 UTC

[jira] [Comment Edited] (CB-5023) www folder empty when using CLI create

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

Sebastian Zillessen edited comment on CB-5023 at 10/11/13 7:54 AM:
-------------------------------------------------------------------

````
cordova -v
3.1.0-0.1.0
````

````
cordova create TestNew --verbose
Creating a new cordova project with name "HelloCordova" and id "io.cordova.hellocordova" at location "/Users/sebastianzillessen/Spitzeljagd_Entwicklung/2.0/prototypes/TestNew"
Using stock cordova hello-world application.
cordova library for "www" already exists. No need to download. Continuing.
Copying stock Cordova www assets into "/Users/sebastianzillessen/Spitzeljagd_Entwicklung/2.0/prototypes/TestNew/www"
$ cd TestNew/
$ ls
merges		platforms	plugins		www
$ cd www/
$ ls
config.xml
````


was (Author: sebastianzillessen):
```
cordova -v
3.1.0-0.1.0
```

```

cordova create TestNew --verbose
Creating a new cordova project with name "HelloCordova" and id "io.cordova.hellocordova" at location "/Users/sebastianzillessen/Spitzeljagd_Entwicklung/2.0/prototypes/TestNew"
Using stock cordova hello-world application.
cordova library for "www" already exists. No need to download. Continuing.
Copying stock Cordova www assets into "/Users/sebastianzillessen/Spitzeljagd_Entwicklung/2.0/prototypes/TestNew/www"
$ cd TestNew/
$ ls
merges		platforms	plugins		www
$ cd www/
$ ls
config.xml
```

> www folder empty when using CLI create
> --------------------------------------
>
>                 Key: CB-5023
>                 URL: https://issues.apache.org/jira/browse/CB-5023
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 3.1.0
>         Environment: Mac OSX 10.8.5
>            Reporter: Sebastian Zillessen
>
> When I create a new cordova project with
> {code}
> cordova create -d MyTest de.sebastianzillessen.mytest MapTest
> Creating a new cordova project with name "MapTest" and id "de.sebastianzillessen.mytest" at location "/Users/sebastianzillessen/Spitzeljagd_Entwicklung/2.0/prototypes/MyTest"
> Using stock cordova hello-world application.
> cordova library for "www" already exists. No need to download. Continuing.
> Copying stock Cordova www assets into "/Users/sebastianzillessen/Spitzeljagd_Entwicklung/2.0/prototypes/MyTest/www"
> {code}
> the CLI creates the project but the complete `www`-folder is empty.
> The folder did not exists before.
> I installed cordova with
> {code}
> npm install -g cordova
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)