Nightly build #310 for cordova has succeeded!

2017-04-11 Thread Apache Jenkins Server
Nightly build #310 for cordova has succeeded! The latest nightly has been published and you can try it out with 'npm i -g cordova@nightly' For details check build console at https://builds.apache.org/job/cordova-nightly/310/consoleFull - Jenkins for Apache Cordova -

Re: Publish to npm registry

2017-04-11 Thread Shazron
He didn't see this Steve, he's not subscribed, have to add him manually when you reply. On Tue, Apr 11, 2017 at 5:49 PM Steven Gill wrote: The gist of it is that we build an archive using npm pack (after verifying licenses and headers) , sign it with gpg, vote on it like apache wants us to and t

Re: Publish to npm registry

2017-04-11 Thread Niclas Hedhman
Ok, thanks. That's what I was looking for. On Wed, Apr 12, 2017 at 8:38 AM, Shazron wrote: > I apologize -- something must have got lost in translation "we are to > publish to npm registry, and are a little bit > uncertain of how to do it" was what I read (interpreted it technically). > > For a

Re: Publish to npm registry

2017-04-11 Thread Steven Gill
The gist of it is that we build an archive using npm pack (after verifying licenses and headers) , sign it with gpg, vote on it like apache wants us to and the publish it to npm. Slower release cycle then the normal open source development but we have caught issues our CI missed with releases durin

Re: Publish to npm registry

2017-04-11 Thread Shazron
I apologize -- something must have got lost in translation "we are to publish to npm registry, and are a little bit uncertain of how to do it" was what I read (interpreted it technically). For a cordova platform, we follow this procedure: https://github.com/apache/cordova-coho/blob/master/docs/pl

[GitHub] cordova-lib issue #541: Exit with exitCode:1 if a plugin could not be restor...

2017-04-11 Thread codecov-io
Github user codecov-io commented on the issue: https://github.com/apache/cordova-lib/pull/541 # [Codecov](https://codecov.io/gh/apache/cordova-lib/pull/541?src=pr&el=h1) Report > Merging [#541](https://codecov.io/gh/apache/cordova-lib/pull/541?src=pr&el=desc) into [master](https:

Re: Publish to npm registry

2017-04-11 Thread Niclas Hedhman
Well, thanks, but we know the practical bits of pushing to npm registry. I was looking for the process to comply with legal policy, http://www.apache.org/legal/release-policy#publication and practical details such as artifact must be part of a source release, tagged, reviewed, voted upon and so on.

Re: [DISCUSS] cordova-ios@4.4.0 release

2017-04-11 Thread Shazron
Anyone else need to wrap issues up for this release? https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=162 I'm finishing up https://issues.apache.org/jira/browse/CB-12514 and would like to prep a release after that. On Thu, Mar 2, 2017 at 9:27 AM, Kerri Shotts wrote: > Just FYI —

Re: Publish to npm registry

2017-04-11 Thread Shazron
Confusing, sorry: "If you are not logged in, it will tell you to login with your npm account" On Tue, Apr 11, 2017 at 5:22 PM, Shazron wrote: > Hi, > With this as the current working directory: https://github.com/ > apache/polygene-java/tree/develop/tools/generator-polygene > > Run > ``` > npm p

Re: Publish to npm registry

2017-04-11 Thread Shazron
Hi, With this as the current working directory: https://github.com/apache/polygene-java/tree/develop/tools/generator-polygene Run ``` npm publish ``` If you don't have an npm account while you are logged in, it will tell you to. More info: "npm publish --help" On Tue, Apr 11, 2017 at 5:07 PM, N

[GitHub] cordova-lib pull request #541: Exit with exitCode:1 if a plugin could not be...

2017-04-11 Thread purplecabbage
GitHub user purplecabbage opened a pull request: https://github.com/apache/cordova-lib/pull/541 Exit with exitCode:1 if a plugin could not be restored from config.xml ### Platforms affected lib ### What does this PR do? see description ### What tes

[GitHub] cordova-plugin-test-framework pull request #23: Fixing a few markdown render...

2017-04-11 Thread robrohan
GitHub user robrohan opened a pull request: https://github.com/apache/cordova-plugin-test-framework/pull/23 Fixing a few markdown rendering items A few headings didn't have white space above them (due to the anchor tags). Just added the white space so the file renders correctly

Publish to npm registry

2017-04-11 Thread Niclas Hedhman
Hi, In Apache Polygene, we are to publish to npm registry, and are a little bit uncertain of how to do it. Incubator pointed me to this community possibly having some experience. Do you have any links (Jiras, website, mail) on that topic that I could go through and not do the same mistakes that yo

[GitHub] cordova-ios pull request #301: CB-12617 : added engine strict for users with...

2017-04-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-ios/pull/301 --- 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

[GitHub] cordova-ios pull request #299: CB-11233 - Support installing frameworks into...

2017-04-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-ios/pull/299 --- 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

[GitHub] cordova-ios issue #299: CB-11233 - Support installing frameworks into "Embed...

2017-04-11 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-ios/pull/299 I think this PR is good to go, I will squash and merge it in shortly. --- 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 proj

[GitHub] cordova-ios issue #299: CB-11233 - Support installing frameworks into "Embed...

2017-04-11 Thread bhariharan
Github user bhariharan commented on the issue: https://github.com/apache/cordova-ios/pull/299 Looks like it's missing a required config file `bootconfig.json`. Looks like a runtime exception anyway, so I can take a look at that. --- If your project is set up for it, you can reply to

[GitHub] cordova-ios issue #299: CB-11233 - Support installing frameworks into "Embed...

2017-04-11 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-ios/pull/299 @bhariharan the log seemed to loop. here it is: ``` objc[5175]: Class CDVViewController is implemented in both /private/var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D

[GitHub] cordova-ios issue #299: CB-11233 - Support installing frameworks into "Embed...

2017-04-11 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-ios/pull/299 For others to test the `embed` attribute for framework tag, you need the latest `cordova-common` module in your Cordova CLI: ```bash git clone https://github.com/apache/cordova-lib.git /t

[GitHub] cordova-ios issue #299: CB-11233 - Support installing frameworks into "Embed...

2017-04-11 Thread bhariharan
Github user bhariharan commented on the issue: https://github.com/apache/cordova-ios/pull/299 Any idea what's missing from my plugin? Does it work there as well? --- 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 pro

[GitHub] cordova-ios issue #299: CB-11233 - Support installing frameworks into "Embed...

2017-04-11 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-ios/pull/299 Just tested with a simple framework I created, works ok: https://github.com/shazron/cordova-plugin-hello-world-framework --- If your project is set up for it, you can reply to this email and ha