Sounds awesome to me.
Thanks,
Tyler
On Oct 17, 2013, at 3:10 PM, Steven Gill wrote:
> YES! We could really use this Mike!
>
>
> On Thu, Oct 17, 2013 at 12:06 PM, Anis KADRI wrote:
>
>> That would be awesome Mike!
>>
>> On Thu, Oct 17, 2013 at 12:01 PM, Mike Billau
>> wrote:
>>> Would it
On Oct 16, 2013, at 1:47 PM, Joe Bowser wrote:
> On Wed, Oct 16, 2013 at 10:13 AM, Wargo, John wrote:
>> Joe,
>>
>> What is your issue with the CLI? Isn't not using it making your life more
>> difficult if you're doing cordova development (An app which includes one or
>> more plugins). I a
Sorry, I sent too soon. I had not put the right params to the command. It
appears to be working fine. Nothing to see here..
- Tyler
On Oct 8, 2013, at 12:12 PM, Tyler Wilson wrote:
> So, I was trying to use the Cordova CLI for a real project, using Xcode. As
> Anis says below, this
So, I was trying to use the Cordova CLI for a real project, using Xcode. As
Anis says below, this should not be done. I tried to adjust things to make it
more palatable, but having to go back to a console window to 'cordova prepare
iOS' every time to copy the files and have it reset my project v
I am sorry, this message may be better sent directly to shazron, but I thought
others might be interested too.
I just built up a new Cordova 3.1.0 project, installed the device, console,
splash screen, testflight and my own plugin. They all installed in a way that I
did not have to add any scri
he.org/docs/en/edge/guide_plugin_ref_plugman.md.html"; which
does not point to anything.
Perhaps a note in the download that people that want the non-CLI version should
download the 2.9.0 version, which as I recall still contains the core plugins
people might need/want.
Thanks,
Tyler
On Sep 26, 2013,
Re: IDEs: if it is the case that the CLI should not be used along with an IDE,
perhaps the documentation - including Getting Started Guides, etc. - ought to
be much clearer about this. Perhaps a big warning that "Xcode project files are
created by the CLI, but they should not be opened and used
Just one comment: if I understand this feature correctly, it watches the
top-level www folder and will copy any updated files into the platform files.
My issue with this is that I typically create the project, add the platform
(iOS in my case) and then load the Xcode project. And what is shown
See below.
On Jul 29, 2013, at 12:56 PM, Brian LeRoux wrote:
> Hey Tyler, thanks for capturing this. And yup filing relevant issues
> very welcome! I have some responses below inline:
>
>
>> You would need to create a new project to get the updated template files,
>> correct?
>
> This is cor
Good day,
I am just getting back to updating some projects to the latest Cordova. I have
a few item reports. I can put them in the bug tracker if needed, but wanted to
get them all here just in case.
- I had previously installed cordova 2.9 via npm. It took me a few minutes to
find how to upda
rdova/lib/android/cordova/2.9.0/framework
>
> $ ant jar
>
> And report back the error message you get. It is likely something to do
> with your dev environment, but perhaps we can figure out how to fail
> gracefully in your case with the cli tools
>
> On 7/29/13 8:24 AM, &q
I just tried using Cordova CLI to create a new project and add iOS and Android
targets. I get the following:
$ cordova create TestApp com.pulserobotics.com TestApp
$ cd TestApp
$ cordova platform add ios
$ cordova platform add android
[Error: An error occured during creation of android sub-projec
Okay, I just added an issue in the JIRA system - CB-4085. Let me know if I
missed anything.
Thank you,
Tyler
On Jul 5, 2013, at 11:49 AM, Tyler Wilson wrote:
> Yes, I thought it would have handled it too, since I had seen that exec code
> in the cordova.js file. But it appears th
t; Not sure if that is the best solution, but seems feasible.
>>>>>
>>>>>
>>>>> On Thu, Jul 4, 2013 at 1:27 PM, Filip Maj wrote:
>>>>>
>>>>>> The --link options actually exists in plugman, but it is only an
>>>
e/cordova-js/blob/master/lib/osx/exec.js#L70
>
>
>
> On Mon, Jul 1, 2013 at 4:20 PM, Tyler Wilson
> wrote:
>
>> Good day,
>>
>> I just signed up to the mailing list, though I have been a very happy user
>> of Cordova for a while now. I am working o
x27;d be the main one to help you out with
>>> changes to it. But, I think he's on holiday this week :).
>>>
>>> As for adding a platform to CLI, it's our intention that all of the
>>> platforms will eventually make it in there. If you'd like to
Good day,
Just wanted to publicise that I have had success with the cli, a custom plugin
and an iOS build. I must say once everything is set up it is pretty nice being
able to add/remove components and it appears to handle things just fine. Just a
couple notes:
- The default build created has
I am really loving the ability to have one project with multiple platforms.
Previously I had to create one project for OS X and another for iOS, and copy
the www files around when needed. But with the cli ability to have multiple
platforms, that solves that issue. And once I get my plugin in the
k you,
Tyler
On Jul 2, 2013, at 10:11 PM, Tyler Wilson wrote:
> So I got cordova 2.9.0 installed via an older npm (1.2.32). But now I have
> run into another issue. I get the same error as described here:
> https://groups.google.com/forum/#!msg/phonegap/qSo2dseUCkY/yEjsi_FeCGIJ
So I got cordova 2.9.0 installed via an older npm (1.2.32). But now I have run
into another issue. I get the same error as described here:
https://groups.google.com/forum/#!msg/phonegap/qSo2dseUCkY/yEjsi_FeCGIJ (you
see, I googled this time):
[Error: downloaded www assets in
/Users/tylerwilson
Sorry, ignore this. I should have 'google'd first. My apologies.
- Tyler
On Jul 2, 2013, at 9:48 PM, Tyler Wilson wrote:
> I get this when trying to install cordova cli:
>
> ...
> npm http 304 https://registry.npmjs.org/express
> npm ERR! TypeError: Invalid Versi
I get this when trying to install cordova cli:
...
npm http 304 https://registry.npmjs.org/express
npm ERR! TypeError: Invalid Version: 3.0.0alpha1
npm ERR! at new SemVer
(/opt/local/lib/node_modules/npm/node_modules/semver/semver.js:257:11)
npm ERR! at SemVer.compare
(/opt/local/lib/nod
Good day,
So based on earlier emails and more research, I am going to update my project
to the more 'modern' cordova-cli way, following the instructions here:
https://github.com/apache/cordova-cli
Two questions:
1. I am developing a plug-in (Bluetooth Smart) at the same time. I think it is
cl
Another view: what percentage of developers use the console.log API during
development? I would think that the vast majority do. So why add a step for a
feature that most developers use or need? My Cordova work has been mostly done
on-device, since I am using a custom plug-in that requires the h
First, I know I should likely not be using 'master', but a named branch like
'2.9.x', but I cannot seem to wrangle git into doing this for me.
With that out of the way, I just did a git pull on the my locally cloned,
read-only repo. According to the last commit message - "Remove CDVLogger (move
Good day,
I just signed up to the mailing list, though I have been a very happy user of
Cordova for a while now. I am working on a plugin for Cordova, and have thus
far developed on iOS, and everything is fine. I started a new project with
Cordova OS X, and ported some code over. But it was not
26 matches
Mail list logo