You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Tobias Bocanegra <tr...@apache.org> on 2014/04/21 07:19:30 UTC

[osx] patch to support osx for cli

Hi,

my name is Tobias Bocanegra and I work as a software engineer for
Adobe Systems. I recently got interested in using Cordova for one of
my projects. One of the target platforms is OSX, so I took a stab and
brushed up the code in cordova-osx [0].

I created a pull request [1] that will fix the following issues:
(unfortunately I cannot assign the issues to myself)

CB-2920 Add a ./cordova/clean project-level script for OSX
CB-2934 Add a ./cordova/build project-level script for OSX
CB-2946 Add a ./cordova/run project-level script for OSX
CB-2802 add a ./bin/check_reqs script to OS X
CB-2803 Add CLI scripts for OS X
CB-3343 OSX - add version script

One problem that remains is, that cli and plugman also need osx as
platform registered. And of course, it would be great if it could be
added. we can reuse the xcode parser from ios [2] and copy-paste the
platform support accordingly [3].

With cli and plugman patched accordingly, I can now add the osx
platform to the sample application and build and run it via cli.

Thanks.
Regards, Toby

[1] https://github.com/apache/cordova-osx/pull/2
[2] https://github.com/tripodsan/cordova-cli/commit/ef8a299262394d9dc73f4bdb5b26762b595b29ad
[3] https://github.com/tripodsan/cordova-plugman/commit/22febd01fa6309beca0f4a9dfad159ce127ec861

Re: [osx] patch to support osx for cli

Posted by Tobias Bocanegra <tr...@apache.org>.
On Tue, Apr 22, 2014 at 11:36 AM, Shazron <sh...@gmail.com> wrote:
> Done. You had two tripod at apache.org users in there, I used the one you
> linked to (the one with the avatar)

thanks. I now have access.
regards, toby

>
>
> On Mon, Apr 21, 2014 at 11:52 PM, Tobias Bocanegra <tr...@apache.org>wrote:
>
>> On Mon, Apr 21, 2014 at 10:22 PM, Shazron <sh...@gmail.com> wrote:
>> > I saw 3 Tobias B. users, I added the apache.org one?
>> hmm. that's the wrong one. I just use:
>>
>> https://issues.apache.org/jira/secure/ViewProfile.jspa?name=tripod
>>
>> regards, toby
>>
>>
>> >
>> > On Monday, April 21, 2014, Tobias Bocanegra <tr...@apache.org> wrote:
>> >
>> >> Hi,
>> >>
>> >> On Mon, Apr 21, 2014 at 4:27 PM, Shazron <shazron@gmail.com<javascript:;>>
>> >> wrote:
>> >> > Thanks Tobias,
>> >> > This is great. I've added you to the project in JIRA.
>> >> thanks. but I still can't assign the issue to myself.
>> >> regards, toby
>> >>
>> >> >
>> >> > (for others reading the thread, Tobias as a committer on Apache
>> >> Jackrabbit
>> >> > has of course signed the iCLA)
>> >> >
>> >> >
>> >> > On Sun, Apr 20, 2014 at 10:19 PM, Tobias Bocanegra <tripod@apache.org
>> <javascript:;>
>> >> >wrote:
>> >> >
>> >> >> Hi,
>> >> >>
>> >> >> my name is Tobias Bocanegra and I work as a software engineer for
>> >> >> Adobe Systems. I recently got interested in using Cordova for one of
>> >> >> my projects. One of the target platforms is OSX, so I took a stab and
>> >> >> brushed up the code in cordova-osx [0].
>> >> >>
>> >> >> I created a pull request [1] that will fix the following issues:
>> >> >> (unfortunately I cannot assign the issues to myself)
>> >> >>
>> >> >> CB-2920 Add a ./cordova/clean project-level script for OSX
>> >> >> CB-2934 Add a ./cordova/build project-level script for OSX
>> >> >> CB-2946 Add a ./cordova/run project-level script for OSX
>> >> >> CB-2802 add a ./bin/check_reqs script to OS X
>> >> >> CB-2803 Add CLI scripts for OS X
>> >> >> CB-3343 OSX - add version script
>> >> >>
>> >> >> One problem that remains is, that cli and plugman also need osx as
>> >> >> platform registered. And of course, it would be great if it could be
>> >> >> added. we can reuse the xcode parser from ios [2] and copy-paste the
>> >> >> platform support accordingly [3].
>> >> >>
>> >> >> With cli and plugman patched accordingly, I can now add the osx
>> >> >> platform to the sample application and build and run it via cli.
>> >> >>
>> >> >> Thanks.
>> >> >> Regards, Toby
>> >> >>
>> >> >> [1] https://github.com/apache/cordova-osx/pull/2
>> >> >> [2]
>> >> >>
>> >>
>> https://github.com/tripodsan/cordova-cli/commit/ef8a299262394d9dc73f4bdb5b26762b595b29ad
>> >> >> [3]
>> >> >>
>> >>
>> https://github.com/tripodsan/cordova-plugman/commit/22febd01fa6309beca0f4a9dfad159ce127ec861
>> >> >>
>> >>
>>

Re: [osx] patch to support osx for cli

Posted by Shazron <sh...@gmail.com>.
Done. You had two tripod at apache.org users in there, I used the one you
linked to (the one with the avatar)


On Mon, Apr 21, 2014 at 11:52 PM, Tobias Bocanegra <tr...@apache.org>wrote:

> On Mon, Apr 21, 2014 at 10:22 PM, Shazron <sh...@gmail.com> wrote:
> > I saw 3 Tobias B. users, I added the apache.org one?
> hmm. that's the wrong one. I just use:
>
> https://issues.apache.org/jira/secure/ViewProfile.jspa?name=tripod
>
> regards, toby
>
>
> >
> > On Monday, April 21, 2014, Tobias Bocanegra <tr...@apache.org> wrote:
> >
> >> Hi,
> >>
> >> On Mon, Apr 21, 2014 at 4:27 PM, Shazron <shazron@gmail.com<javascript:;>>
> >> wrote:
> >> > Thanks Tobias,
> >> > This is great. I've added you to the project in JIRA.
> >> thanks. but I still can't assign the issue to myself.
> >> regards, toby
> >>
> >> >
> >> > (for others reading the thread, Tobias as a committer on Apache
> >> Jackrabbit
> >> > has of course signed the iCLA)
> >> >
> >> >
> >> > On Sun, Apr 20, 2014 at 10:19 PM, Tobias Bocanegra <tripod@apache.org
> <javascript:;>
> >> >wrote:
> >> >
> >> >> Hi,
> >> >>
> >> >> my name is Tobias Bocanegra and I work as a software engineer for
> >> >> Adobe Systems. I recently got interested in using Cordova for one of
> >> >> my projects. One of the target platforms is OSX, so I took a stab and
> >> >> brushed up the code in cordova-osx [0].
> >> >>
> >> >> I created a pull request [1] that will fix the following issues:
> >> >> (unfortunately I cannot assign the issues to myself)
> >> >>
> >> >> CB-2920 Add a ./cordova/clean project-level script for OSX
> >> >> CB-2934 Add a ./cordova/build project-level script for OSX
> >> >> CB-2946 Add a ./cordova/run project-level script for OSX
> >> >> CB-2802 add a ./bin/check_reqs script to OS X
> >> >> CB-2803 Add CLI scripts for OS X
> >> >> CB-3343 OSX - add version script
> >> >>
> >> >> One problem that remains is, that cli and plugman also need osx as
> >> >> platform registered. And of course, it would be great if it could be
> >> >> added. we can reuse the xcode parser from ios [2] and copy-paste the
> >> >> platform support accordingly [3].
> >> >>
> >> >> With cli and plugman patched accordingly, I can now add the osx
> >> >> platform to the sample application and build and run it via cli.
> >> >>
> >> >> Thanks.
> >> >> Regards, Toby
> >> >>
> >> >> [1] https://github.com/apache/cordova-osx/pull/2
> >> >> [2]
> >> >>
> >>
> https://github.com/tripodsan/cordova-cli/commit/ef8a299262394d9dc73f4bdb5b26762b595b29ad
> >> >> [3]
> >> >>
> >>
> https://github.com/tripodsan/cordova-plugman/commit/22febd01fa6309beca0f4a9dfad159ce127ec861
> >> >>
> >>
>

Re: [osx] patch to support osx for cli

Posted by Tobias Bocanegra <tr...@apache.org>.
On Mon, Apr 21, 2014 at 10:22 PM, Shazron <sh...@gmail.com> wrote:
> I saw 3 Tobias B. users, I added the apache.org one?
hmm. that's the wrong one. I just use:

https://issues.apache.org/jira/secure/ViewProfile.jspa?name=tripod

regards, toby


>
> On Monday, April 21, 2014, Tobias Bocanegra <tr...@apache.org> wrote:
>
>> Hi,
>>
>> On Mon, Apr 21, 2014 at 4:27 PM, Shazron <shazron@gmail.com <javascript:;>>
>> wrote:
>> > Thanks Tobias,
>> > This is great. I've added you to the project in JIRA.
>> thanks. but I still can't assign the issue to myself.
>> regards, toby
>>
>> >
>> > (for others reading the thread, Tobias as a committer on Apache
>> Jackrabbit
>> > has of course signed the iCLA)
>> >
>> >
>> > On Sun, Apr 20, 2014 at 10:19 PM, Tobias Bocanegra <tripod@apache.org<javascript:;>
>> >wrote:
>> >
>> >> Hi,
>> >>
>> >> my name is Tobias Bocanegra and I work as a software engineer for
>> >> Adobe Systems. I recently got interested in using Cordova for one of
>> >> my projects. One of the target platforms is OSX, so I took a stab and
>> >> brushed up the code in cordova-osx [0].
>> >>
>> >> I created a pull request [1] that will fix the following issues:
>> >> (unfortunately I cannot assign the issues to myself)
>> >>
>> >> CB-2920 Add a ./cordova/clean project-level script for OSX
>> >> CB-2934 Add a ./cordova/build project-level script for OSX
>> >> CB-2946 Add a ./cordova/run project-level script for OSX
>> >> CB-2802 add a ./bin/check_reqs script to OS X
>> >> CB-2803 Add CLI scripts for OS X
>> >> CB-3343 OSX - add version script
>> >>
>> >> One problem that remains is, that cli and plugman also need osx as
>> >> platform registered. And of course, it would be great if it could be
>> >> added. we can reuse the xcode parser from ios [2] and copy-paste the
>> >> platform support accordingly [3].
>> >>
>> >> With cli and plugman patched accordingly, I can now add the osx
>> >> platform to the sample application and build and run it via cli.
>> >>
>> >> Thanks.
>> >> Regards, Toby
>> >>
>> >> [1] https://github.com/apache/cordova-osx/pull/2
>> >> [2]
>> >>
>> https://github.com/tripodsan/cordova-cli/commit/ef8a299262394d9dc73f4bdb5b26762b595b29ad
>> >> [3]
>> >>
>> https://github.com/tripodsan/cordova-plugman/commit/22febd01fa6309beca0f4a9dfad159ce127ec861
>> >>
>>

Re: [osx] patch to support osx for cli

Posted by Shazron <sh...@gmail.com>.
I saw 3 Tobias B. users, I added the apache.org one?

On Monday, April 21, 2014, Tobias Bocanegra <tr...@apache.org> wrote:

> Hi,
>
> On Mon, Apr 21, 2014 at 4:27 PM, Shazron <shazron@gmail.com <javascript:;>>
> wrote:
> > Thanks Tobias,
> > This is great. I've added you to the project in JIRA.
> thanks. but I still can't assign the issue to myself.
> regards, toby
>
> >
> > (for others reading the thread, Tobias as a committer on Apache
> Jackrabbit
> > has of course signed the iCLA)
> >
> >
> > On Sun, Apr 20, 2014 at 10:19 PM, Tobias Bocanegra <tripod@apache.org<javascript:;>
> >wrote:
> >
> >> Hi,
> >>
> >> my name is Tobias Bocanegra and I work as a software engineer for
> >> Adobe Systems. I recently got interested in using Cordova for one of
> >> my projects. One of the target platforms is OSX, so I took a stab and
> >> brushed up the code in cordova-osx [0].
> >>
> >> I created a pull request [1] that will fix the following issues:
> >> (unfortunately I cannot assign the issues to myself)
> >>
> >> CB-2920 Add a ./cordova/clean project-level script for OSX
> >> CB-2934 Add a ./cordova/build project-level script for OSX
> >> CB-2946 Add a ./cordova/run project-level script for OSX
> >> CB-2802 add a ./bin/check_reqs script to OS X
> >> CB-2803 Add CLI scripts for OS X
> >> CB-3343 OSX - add version script
> >>
> >> One problem that remains is, that cli and plugman also need osx as
> >> platform registered. And of course, it would be great if it could be
> >> added. we can reuse the xcode parser from ios [2] and copy-paste the
> >> platform support accordingly [3].
> >>
> >> With cli and plugman patched accordingly, I can now add the osx
> >> platform to the sample application and build and run it via cli.
> >>
> >> Thanks.
> >> Regards, Toby
> >>
> >> [1] https://github.com/apache/cordova-osx/pull/2
> >> [2]
> >>
> https://github.com/tripodsan/cordova-cli/commit/ef8a299262394d9dc73f4bdb5b26762b595b29ad
> >> [3]
> >>
> https://github.com/tripodsan/cordova-plugman/commit/22febd01fa6309beca0f4a9dfad159ce127ec861
> >>
>

Re: [osx] patch to support osx for cli

Posted by Tobias Bocanegra <tr...@apache.org>.
Hi,

On Mon, Apr 21, 2014 at 4:27 PM, Shazron <sh...@gmail.com> wrote:
> Thanks Tobias,
> This is great. I've added you to the project in JIRA.
thanks. but I still can't assign the issue to myself.
regards, toby

>
> (for others reading the thread, Tobias as a committer on Apache Jackrabbit
> has of course signed the iCLA)
>
>
> On Sun, Apr 20, 2014 at 10:19 PM, Tobias Bocanegra <tr...@apache.org>wrote:
>
>> Hi,
>>
>> my name is Tobias Bocanegra and I work as a software engineer for
>> Adobe Systems. I recently got interested in using Cordova for one of
>> my projects. One of the target platforms is OSX, so I took a stab and
>> brushed up the code in cordova-osx [0].
>>
>> I created a pull request [1] that will fix the following issues:
>> (unfortunately I cannot assign the issues to myself)
>>
>> CB-2920 Add a ./cordova/clean project-level script for OSX
>> CB-2934 Add a ./cordova/build project-level script for OSX
>> CB-2946 Add a ./cordova/run project-level script for OSX
>> CB-2802 add a ./bin/check_reqs script to OS X
>> CB-2803 Add CLI scripts for OS X
>> CB-3343 OSX - add version script
>>
>> One problem that remains is, that cli and plugman also need osx as
>> platform registered. And of course, it would be great if it could be
>> added. we can reuse the xcode parser from ios [2] and copy-paste the
>> platform support accordingly [3].
>>
>> With cli and plugman patched accordingly, I can now add the osx
>> platform to the sample application and build and run it via cli.
>>
>> Thanks.
>> Regards, Toby
>>
>> [1] https://github.com/apache/cordova-osx/pull/2
>> [2]
>> https://github.com/tripodsan/cordova-cli/commit/ef8a299262394d9dc73f4bdb5b26762b595b29ad
>> [3]
>> https://github.com/tripodsan/cordova-plugman/commit/22febd01fa6309beca0f4a9dfad159ce127ec861
>>

Re: [osx] patch to support osx for cli

Posted by Shazron <sh...@gmail.com>.
Thanks Tobias,
This is great. I've added you to the project in JIRA.

(for others reading the thread, Tobias as a committer on Apache Jackrabbit
has of course signed the iCLA)


On Sun, Apr 20, 2014 at 10:19 PM, Tobias Bocanegra <tr...@apache.org>wrote:

> Hi,
>
> my name is Tobias Bocanegra and I work as a software engineer for
> Adobe Systems. I recently got interested in using Cordova for one of
> my projects. One of the target platforms is OSX, so I took a stab and
> brushed up the code in cordova-osx [0].
>
> I created a pull request [1] that will fix the following issues:
> (unfortunately I cannot assign the issues to myself)
>
> CB-2920 Add a ./cordova/clean project-level script for OSX
> CB-2934 Add a ./cordova/build project-level script for OSX
> CB-2946 Add a ./cordova/run project-level script for OSX
> CB-2802 add a ./bin/check_reqs script to OS X
> CB-2803 Add CLI scripts for OS X
> CB-3343 OSX - add version script
>
> One problem that remains is, that cli and plugman also need osx as
> platform registered. And of course, it would be great if it could be
> added. we can reuse the xcode parser from ios [2] and copy-paste the
> platform support accordingly [3].
>
> With cli and plugman patched accordingly, I can now add the osx
> platform to the sample application and build and run it via cli.
>
> Thanks.
> Regards, Toby
>
> [1] https://github.com/apache/cordova-osx/pull/2
> [2]
> https://github.com/tripodsan/cordova-cli/commit/ef8a299262394d9dc73f4bdb5b26762b595b29ad
> [3]
> https://github.com/tripodsan/cordova-plugman/commit/22febd01fa6309beca0f4a9dfad159ce127ec861
>