Re: config.xml as a build artifact for less suffering and easier upgrades

2013-09-16 Thread Jeffrey Heifetz
So I believe this pull request is ready to go, however I have yet to get any feedback on the request itself. Can anyone familiar with the other platforms volunteer to test this with them? Is this a question of presentation, should I close the github pull request in favour of the cordova review

Re: phonegap build doesn't preserve symlink paths

2013-09-16 Thread Shazron
Lindsey, always file an issue. Thanks :) On Mon, Sep 16, 2013 at 10:26 AM, Lindsey Simon els...@gmail.com wrote: In my project/www I symlink my js/css/img directories to another directory in my tree (where my server deploys from). When I run `phonegap build android` the symlinks get copied

Re: phonegap build doesn't preserve symlink paths

2013-09-16 Thread Andrew Grieve
Bug filed: https://issues.apache.org/jira/browse/CB-4828 Thanks Lindsey. On Mon, Sep 16, 2013 at 2:17 PM, Shazron shaz...@gmail.com wrote: Lindsey, always file an issue. Thanks :) On Mon, Sep 16, 2013 at 10:26 AM, Lindsey Simon els...@gmail.com wrote: In my project/www I symlink my

Re: 3.1 Release

2013-09-16 Thread Joe Bowser
So, what's happening with this release? On Tue, Sep 10, 2013 at 12:20 PM, Andrew Grieve agri...@chromium.org wrote: Sure! New plan: Monday 16th - Create release branches tag RC of all repos Tuesday 17th - Draft Release Blog Post (digest of changelogs) Monday 20th - Tag 3.1.0 for all repos

Re: 3.1 Release

2013-09-16 Thread Andrew Grieve
Looks like no one volunteered for release master, so I'll do so for this one. First up is creating the release bug and branching JS / Spec. I'll get on it and report back! :) On Mon, Sep 16, 2013 at 2:57 PM, Joe Bowser bows...@gmail.com wrote: So, what's happening with this release? On Tue,

Re: config.xml as a build artifact for less suffering and easier upgrades

2013-09-16 Thread Michal Mocny
We don't get email notified (or, at least I don't) of github pull requests, but we do get emails for review-board (or at least the assignee does?). Either way, if you post a link you'll likely get better luck with a review quicker next time, sorry that we missed it. I can't peek until

Re: 3.1 Release

2013-09-16 Thread Andrew Grieve
Release Bug: https://issues.apache.org/jira/browse/CB-4830 I've done the first task (tagging JS). The release bug may not have all of the platforms that it should. Wasn't sure if win 8 or ffos should be in the list. If so, please add them :) On Mon, Sep 16, 2013 at 3:26 PM, purplecabbage

Re: phonegap build doesn't preserve symlink paths

2013-09-16 Thread Michal Mocny
Creating symlinks to absolute paths might be sufficient to fix your issue right now. -Michal On Mon, Sep 16, 2013 at 12:44 PM, Lindsey Simon lsi...@commoner.com wrote: Ok cool thanks fellas - I didn't know if this was a bug or if maybe I was just doing it wrong.. On Mon, Sep 16, 2013 at

Re: phonegap build doesn't preserve symlink paths

2013-09-16 Thread Lindsey Simon
Ok cool thanks fellas - I didn't know if this was a bug or if maybe I was just doing it wrong.. On Mon, Sep 16, 2013 at 12:03 PM, Andrew Grieve agri...@chromium.orgwrote: Bug filed: https://issues.apache.org/jira/browse/CB-4828 Thanks Lindsey. On Mon, Sep 16, 2013 at 2:17 PM, Shazron

phonegap build doesn't preserve symlink paths

2013-09-16 Thread Lindsey Simon
In my project/www I symlink my js/css/img directories to another directory in my tree (where my server deploys from). When I run `phonegap build android` the symlinks get copied to platforms/android/assets/www/css but the path is no longer valid. Anyone else experience this? Should I file a bug?

Re: config.xml as a build artifact for less suffering and easier upgrades

2013-09-16 Thread Andrew Grieve
We do get emails for some pull requests, but some repos aren't set up to email and looks like CLI is one of them. Think you need to file an INFRA ticket to fix it :(. I'm liking reviewboard more than github for reviews since it lets you review your comments without sending an email for each and

Re: 3.1 Release

2013-09-16 Thread Andrew Grieve
Also - FYI - I updated the coho command today to update the VERSION file on repo master branches to be 3.2.0-dev. On Mon, Sep 16, 2013 at 4:08 PM, Andrew Grieve agri...@chromium.org wrote: Release Bug: https://issues.apache.org/jira/browse/CB-4830 I've done the first task (tagging JS).

Rumour mill: is apache-github integration going to improve?

2013-09-16 Thread Michal Mocny
I heard somewhere, can't remember from who, that its possible apache repos in the future will be hosted directly on github (or maybe just that mirroring will happen without noticeable delay and in both directions?), and so we can move to actually accepting pull requests from github. Is that true?

Re: config.xml as a build artifact for less suffering and easier upgrades

2013-09-16 Thread Michal Mocny
I've emailed github about that in the past. Hopefully they can address it, since their review system is far superior for all other reasons. On Mon, Sep 16, 2013 at 1:16 PM, Andrew Grieve agri...@chromium.org wrote: We do get emails for some pull requests, but some repos aren't set up to

Re: Rumour mill: is apache-github integration going to improve?

2013-09-16 Thread Joe Bowser
Based on what I know about The Apache Way, direct hosting on GitHub will never happen. BTW, Whenever there is something that I don't like about the way we have to do things, I blame the Apache Way for it. I would love if there was better mirroring for pull requests from GitHub. That being said,

Re: 3.1 Release

2013-09-16 Thread Joe Bowser
You set the version on the 3.1.x branch to 3.2.x-dev. I tried following the steps on the wiki, and coho still fails horribly on this end. I'm going to keep tagging the old fashioned way with git. We should try and keep use of coho only for what we have problems with (managing multiple plugin

Re: 3.1 Release

2013-09-16 Thread Jesse
I am working for Win8 inclusion. Can we skip the dash in the version number? 3.2.0-dev is problematic for now, I can create issues to support it, but I expect at least some things will break. 3.2.0dev works great for me. @purplecabbage risingj.com On Mon, Sep 16, 2013 at 1:09 PM, Andrew Grieve

Re: phonegap build doesn't preserve symlink paths

2013-09-16 Thread Lindsey Simon
On Mon, Sep 16, 2013 at 1:09 PM, Michal Mocny mmo...@chromium.org wrote: Creating symlinks to absolute paths might be sufficient to fix your issue right now. Good idea, that totally worked for now. On Mon, Sep 16, 2013 at 12:44 PM, Lindsey Simon lsi...@commoner.com wrote: Ok cool