GitHub user strille opened a pull request:

    https://github.com/apache/cordova-lib/pull/33

    Fixed windows8 platform build error when www (or one of its sub folders) 
contains .svn folders.

    .svn folders are now ignored when adding file references to the jsproj file 
(They are already correctly ignored when copying the www folder, so referencing 
them in the jsproj file breaks the build since the svn files cannot be found in 
www).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/strille/cordova-lib master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-lib/pull/33.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #33
    
----
commit 50eb8dfb739dbb0c09da6778c34a62da5b750ce6
Author: strille <stri...@strille.net>
Date:   2014-06-18T13:10:16Z

    folder_contents() now ignores .svn folders
    
    .svn folders should not be referenced in the jsproj file. They are already 
correctly ignored when copying the www folder, and this causes the build to 
fail (since the jsproj references files that cannot be found in www).

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to