I’m seeing 3 consistent failures on Android in the automated mobile-spec tests:
file.spec.4 (matches /^cdvfile:/) file.spec.9.5 (missing end slash) file.spec.52 (missing end slash) This is running on 4.4.2, 4.0.4, and 2.3.3. I installed “cordova@rc” and “plugman@rc” using “npm -g”, and version 1.1.0 of the file plugin got installed. On May 14, 2014, at 10:14 AM, Mike Billau <mike.bil...@gmail.com> wrote: > Having some slight issues with plugin dependencies. When I installed > /mobile-spec/plugin-dependencies, the CLI told me that "File-Transfer and > Media depends on File 1.0.1 but version 1.1.0 is installed." Which was > awesome. However, after removing file and adding it back with cordova > plugin add org.apache.cordova.file@1.0.1, the files were pulled down but I > had to manually insert some XML inside the config_munge object in > /plugins/android.json. (Upon another plugin rm, this xml is removed by the > tool, so I'm not sure why it has trouble adding the XML in the first > place.) There are a lot of related issues on JIRA, I'll investigate and see > if this behavior already has a ticket. > > Additionally, on Android, when I used file@1.0.1 (like the dependency note > in the CLI told me to) there were lots of failing spec tests (~100). When I > used file@1.1.0, there were far fewer failing tests. > Which version of File should be used? The latest, right? So it shouldn't be > telling me to use File@1.0.1 then.... > > Will continue testing today. > > > On Tue, May 13, 2014 at 11:20 PM, Maxim Ermilov <maxim.ermi...@canonical.com >> wrote: > >> No issues found for Cordova-Ubuntu >> >> Cheers, >> -Maxim >> >> >> On Wed, May 14, 2014 at 5:23 AM, Sergey Grebnov (Akvelon) < >> v-seg...@microsoft.com> wrote: >> >>> No issues found for Android, WP8, Windows8 platforms on Windows >>> >>> Tested platform add, build, prepare, run/emulate for the app w/ >>> whitespaces in the path and some tricky plugins. >>> >>> Thx! >>> Sergey >>> From: Steven Gill [mailto:stevengil...@gmail.com] >>> Sent: Tuesday, May 13, 2014 5:54 PM >>> To: dev@cordova.apache.org >>> Cc: Sergey Grebnov (Akvelon) >>> Subject: Re: 3.5.0 RC is ready to be tested >>> >>> Thanks guys! >>> >>> Looks like everything got merged in. >>> >>> Uploaded new zips to https://dist.apache.org/repos/dist/dev/cordova/ >>> >>> New cordova-cli rc is available at `npm install cordova@rc`. This one >>> should have a proper reference to the newest cordova-lib. >>> >>> For platforms that have been retagged (firefoxos, windows, wp8, >>> blackberry), make sure to delete the cached version on your machines at >>> /Users/YOURUSERNAME/.cordova/lib/PLATFORM before testing. >>> >>> Take a look and let me know if you guys find any more issues. I >> appreciate >>> you all taking time to test! >>> >>> Cheers, >>> -Steve >>> >>> >>> >>> On Tue, May 13, 2014 at 3:12 PM, Rodrigo Silveira <rsilve...@mozilla.com >>> <mailto:rsilve...@mozilla.com>> wrote: >>> The command cordova help was throwing a module not found exception. I >>> submitted a pull request to fix it: >>> https://github.com/apache/cordova-cli/pull/175 >>> >>> ----- Original Message ----- >>> From: "Steven Gill" <stevengil...@gmail.com<mailto: >> stevengil...@gmail.com >>>>> >>> To: dev@cordova.apache.org<mailto:dev@cordova.apache.org> >>> Cc: "Sergey Grebnov (Akvelon)" <v-seg...@microsoft.com<mailto: >>> v-seg...@microsoft.com>> >>> Sent: Tuesday, May 13, 2014 2:26:41 PM >>> Subject: RE: 3.5.0 RC is ready to be tested >>> >>> Welcome Joel! >>> >>> Thanks for the heads up. >>> On May 13, 2014 2:16 PM, "Joel Kucera" <joe...@microsoft.com<mailto: >>> joe...@microsoft.com>> wrote: >>> >>>> Hello, we found some issues with the WP8 and Windows8 platforms with >>>> 3.5.0RC today. >>>> >>>> There was a change in build.js for the WP8 platform where exec_verbose >>> can >>>> return undefined and cause the build to fail. And on Windows8 there is >>> some >>>> new splashscreen support that isn't working when <preference >>>> name="SplashScreen" value="screen" /> is in config.xml >>>> >>>> Sergey is investigating further and actively look into fixes for these >>>> issues. We wanted to raise awareness of these issues and we'd really >> like >>>> to get the fixes pulled and have the RC retagged when fixes are >>> available. >>>> >>>> Sergey and I can provide more details if needed and keep people up to >>> date. >>>> >>>> Thank you, >>>> Joel Kucera >>>> >>>> (I don't know if it's customary to do introductions here, but I'm an >> SDET >>>> at Microsoft on the team that's been working on the Cordova support in >>>> Visual Studio, so, Hi everyone, it's great to be able to be part of the >>>> community.). >>>> >>>> -----Original Message----- >>>> From: Rodrigo Silveira [mailto:rsilve...@mozilla.com<mailto: >>> rsilve...@mozilla.com>] >>>> Sent: Tuesday, May 13, 2014 12:50 PM >>>> To: dev@cordova.apache.org<mailto:dev@cordova.apache.org> >>>> Subject: Re: 3.5.0 RC is ready to be tested >>>> >>>> The fix for issue 2) is here: >>>> https://github.com/apache/cordova-firefoxos/pull/8 >>>> >>>> Running cordova build/compile with platform firefoxos will produce an >>>> error, this is fixed by this pull request: >>>> https://github.com/apache/cordova-firefoxos/pull/7 >>>> >>>> Can these please be pulled and tagged? Let me know if you need me to >>>> squash and rebase the last pull. >>>> >>>> Thanks, >>>> Rodrigo. >>>> >>>> ----- Original Message ----- >>>> From: "Rodrigo Silveira" <rsilve...@mozilla.com<mailto: >>> rsilve...@mozilla.com>> >>>> To: dev@cordova.apache.org<mailto:dev@cordova.apache.org> >>>> Sent: Tuesday, May 13, 2014 10:29:43 AM >>>> Subject: Re: 3.5.0 RC is ready to be tested >>>> >>>> Yes, number 2) is pretty bad, I'll submit fix for this shortly. >>>> >>>> ----- Original Message ----- >>>> From: "Axel Nennker" <ignisvul...@gmail.com<mailto: >> ignisvul...@gmail.com >>>>> >>>> To: "dev" <dev@cordova.apache.org<mailto:dev@cordova.apache.org>> >>>> Sent: Tuesday, May 13, 2014 8:34:02 AM >>>> Subject: Re: 3.5.0 RC is ready to be tested >>>> >>>> Regarding 2): >>>> prepare.js merges defaults.xml and config.xml which yields in duplicate >>>> elements name and description. >>>> This is a bug in cordova-lib, I think. >>>> >>>> Axel >>>> Am 13.05.2014 13:50 schrieb "Axel Nennker" <ignisvul...@gmail.com >>> <mailto:ignisvul...@gmail.com>>: >>>> >>>>> 1) >>>>> I just installed 3.5.0-0.2.2 and the FirefoxOS icon PR is not in it. >>>>> Although it is in here: >>>>> >>>>> >> https://github.com/apache/cordova-lib/blob/master/cordova-lib/src/cord >>>>> ova/metadata/firefoxos_parser.js >>>>> >>>>> 2) >>>>> Again on platform==firefoxos the values of config.name< >>> http://config.name> and >>>>> config.description in firefoxos_parser.js seem to be the values of >> the >>>>> template app and not the values from config.xml I get this values in >>>>> manifest.webapp >>>>> "name": "HelloCordova", >>>>> "description": "A sample Apache Cordova application that responds >>>>> to the deviceready event.", while www/config.xml contains different >>>>> values. >>>>> In android's create.js the projectname is written to the >>>>> AndroidManifest.xml while on firefoxos the create.js never touches >>>>> manifest.webapp and leaves the manifest creation to >>>>> firefoxos_parser.js which seems to contain the bogus values from >>>> ConfigParser.js. >>>>> >>>>> >>>>> >>>>> 2014-05-13 1:22 GMT+02:00 Steven Gill <stevengil...@gmail.com >> <mailto: >>> stevengil...@gmail.com>>: >>>>> >>>>>> New zips uploaded at >>>>>> https://dist.apache.org/repos/dist/dev/cordova/CB-6586/rc/ >>>>>> >>>>>> Update versions of CLI + plugman available at the rc tag. Uses >>>>>> updated cordova-lib. >>>>>> npm install -g cordova@rc >>>>>> npm install -g plugman@rc >>>>>> >>>>>> TEST TEST TEST! >>>>>> I will start the vote threads tomorrow as long as we don't have any >>>>>> big new issues arise. >>>>>> >>>>>> -Steve >>>>>> >>>>>> >>>>>> On Mon, May 12, 2014 at 12:16 PM, Steven Gill < >> stevengil...@gmail.com >>> <mailto:stevengil...@gmail.com> >>>>>>> wrote: >>>>>> >>>>>>> Cordova-blackberry got retagged. >>>>>>> >>>>>>> Cordova-lib has a few changes incoming (bb check req, ffos icon >>>>>>> support, amazon-fireos error). I will add these in, bump version >>>>>>> for lib, cli and plugman around 2pm pst. I'll also take a look at >>>>>>> any other PR on cordova-lib. >>>>>>> >>>>>>> If you have other mandatory fixes with this new setup, please >>>>>>> respond to this thread asap. >>>>>>> >>>>>>> Keep testing! Cordova-lib is a pretty big change. >>>>>>> >>>>>>> >>>>>>> On Sun, May 11, 2014 at 8:20 PM, Steven Gill >>>>>>> <stevengil...@gmail.com<mailto:stevengil...@gmail.com> >>>>>>> wrote: >>>>>>> >>>>>>>> Also https://dist.apache.org/repos/dist/dev/cordova/CB-6586/ >>>>>>>> >>>>>>>> >>>>>>>> On Fri, May 9, 2014 at 4:38 PM, Steven Gill >>>>>>>> <stevengil...@gmail.com<mailto:stevengil...@gmail.com> >>>>>>> wrote: >>>>>>>> >>>>>>>>> https://twitter.com/apachecordova/status/464911591561887745 >>>>>>>>> >>>>>>>>> npm install -g cordova@rc >>>>>>>>> npm install -g plugman@rc >>>>>>>>> >>>>>>>>> This release is using cordova-lib.