Re: [jira] [Commented] (CB-3560) Use mirror system for downloads

2013-06-10 Thread Brian M Dube
Thank you. I've attached a patch to the issue. https://issues.apache.org/jira/browse/CB-3560 On 06/10/2013 07:50 AM, Marcel Kinard wrote: Follow the links here: http://wiki.apache.org/cordova/UpdatingTheWebsite -- Marcel Kinard On Jun 9, 2013, at 7:42 PM, "Brian M Dube (JIR

Website work

2013-07-18 Thread Brian M Dube
When updating the site, please consider CB-3560 as it pertains to ASF policy. https://issues.apache.org/jira/browse/CB-3560

[CLI,Android] Removing FileTransfer plugin fails with ENOENT

2013-08-03 Thread Brian M Dube
I can't tell which piece of the puzzle to massage to make this work. See output below. The path plugman is attempting to unlink is not where the plugin code is installed. Adding and removing the geolocation plugin works for me so I tried to find the difference between the two plugin.xml files.

Re: [CLI,Android] Removing FileTransfer plugin fails with ENOENT

2013-08-03 Thread Brian M Dube
rms/android/src/org/**apac he/cordova/core/**FileTransfer.java $ cordova -d plugin rm org.apache.cordova.core.file-**transfer Other times it is easier to delete the contents of the plugin directory and re-install all the plugins On Sat, Aug 3, 2013 at 3:05 PM, Brian M Dube wrote: I can't

Re: Status of the 2.9.x branch?

2013-08-07 Thread Brian M Dube
On 07/30/2013 04:13 PM, Joe Bowser wrote: Hey Apparently Cordova 2.9.x doesn't build with Android 4.3. Joe Right now 2.9.x doesn't build for me at all. See missing import below. I assume it was java.util.Locale that was intended in commit 654d489c0. Brian --- a/framework/src/org/apache/

Re: Android Cordova FileTransfer.upload generates 503 errors with some web servers.

2012-12-05 Thread Brian M Dube
On 10/30/2012 07:53 AM, Simon MacDonald wrote: > I would have loved to have used the Apache HttpClient package but we are > trying to stay away from external dependencies. Apache HttpClient is available to applications as part of the Android platform, isn't it? Perhaps I've misunderstood. org.apa

Re: Who runs http://cordova-filetransfer.jitsu.com

2012-12-13 Thread Brian M Dube
On 12/13/2012 11:43 AM, Filip Maj wrote: > Why don't we get Apache INFRA to set up a simple instance like this for > us? This way it's not tied to any one person. I can ask INFRA about it. I think a project VM (FreeBSD jail [1]) could work well for this. Projects have root access on such virtual s

Re: Can we talk about large features before they arrive in master?

2013-01-21 Thread Brian M Dube
On 01/21/2013 01:24 PM, Joe Bowser wrote: > On Mon, Jan 21, 2013 at 1:06 PM, Andrew Grieve wrote: >> As for code reviews: >> >> I'd certainly be interested in more code-reviews. I think it's really >> useful to get feedback on changes. The only time when it becomes a burden >> is when turn-around

[jira] [Created] (CB-1959) No-argument result of bin/create has problematic names

2012-12-02 Thread Brian M Dube (JIRA)
Brian M Dube created CB-1959: Summary: No-argument result of bin/create has problematic names Key: CB-1959 URL: https://issues.apache.org/jira/browse/CB-1959 Project: Apache Cordova Issue Type

[jira] [Commented] (CB-1959) No-argument result of bin/create has problematic names

2012-12-02 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/CB-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13508370#comment-13508370 ] Brian M Dube commented on CB-1959: -- [https://github.com/apache/cordova-android/pu

[jira] [Commented] (CB-2093) NullPointerException when attaching image from Gallery that contains spaces in the path

2012-12-20 Thread Brian M Dube (JIRA)
[ https://issues.apache.org/jira/browse/CB-2093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13537640#comment-13537640 ] Brian M Dube commented on CB-2093: -- I created a minimal test app to attempt to repro