Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3D24410CC8 for ; Thu, 20 Mar 2014 21:15:50 +0000 (UTC) Received: (qmail 4840 invoked by uid 500); 20 Mar 2014 21:15:48 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 4737 invoked by uid 500); 20 Mar 2014 21:15:47 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 4630 invoked by uid 99); 20 Mar 2014 21:15:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Mar 2014 21:15:46 +0000 Date: Thu, 20 Mar 2014 21:15:46 +0000 (UTC) From: "Joe Bowser (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-5705) Add after-install hook for plugman MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-5705?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser updated CB-5705: --------------------------- Component/s: (was: Android) Plugman Summary: Add after-install hook for plugman (was: Android Library = Project) This isn't just an Android issue, it's an issue across all platforms that's= currently being discussed on the list. I would like this to be added so w= e can have pluggable webviews, but it belongs assigned to the plugman compo= nent.=20 > Add after-install hook for plugman > ---------------------------------- > > Key: CB-5705 > URL: https://issues.apache.org/jira/browse/CB-5705 > Project: Apache Cordova > Issue Type: Bug > Components: Plugman > Reporter: =D0=92=D1=8F=D1=87=D0=B5=D1=81=D0=BB=D0=B0=D0=B2 =D0= =A8=D0=B0=D0=B1=D0=B5=D0=BB=D1=8C=D0=BD=D0=B8=D0=BA > > Importing of Android Library Project into Android build from plugin dont = implemented. So i cant add some sdks into native plugin that use dependenci= es as android library project. > Right now i working on jumio plugin for cordova http://www.jumio.com/netv= erify/netverify-mobile/ > And jumio sdk require adding their android library project to android bui= ld. According to cordova plugin specs its not implemented. > More info about referencing android library projects to your project you = can get here http://developer.android.com/tools/projects/projects-cmdline.h= tml > To add a reference to a library project, navigate to the /tools/ dir= ectory and use this command: > android update project \ > --target \ > --path path/to/your/project > --library path/to/library_projectA > I already implement cordova hook that do this job for me on after platfor= m add, and all is brilliant but you have weak link in your build system. In= exec.js file your exec implementation fail and stop build due to buffer ov= erflow. Error is "Error: stdout maxBuffer exceeded". All that should be don= e is adding maxBuffer: 800*1024 option to exec call, also 800 can be replac= ed on any other big number. How can i contribute with this and other fixes = to cordova? I saw your repository on github and even forked it. So if i sen= d you pull requests with fixes do you include them in next releases? -- This message was sent by Atlassian JIRA (v6.2#6252)