Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [thym-dev] build

I see. Thanks for the information. I will look at how to make the build
work without using node.js for now.

/David

On 2014-10-06, 12:26 PM, "Gorkem Ercan" <gorkem.ercan@xxxxxxxxx> wrote:

>
>Technically it is possible but most of those scripts depends on node.js
>which is
>not a dependency at this time for Thym. I think the whole plugin
>handling depends on cordova-plugman (which depends on 20 other npm
>things). At the start we wanted to avoid node.js as a dependency that is
>the reason for not using the cordova commands directly.
>
>There are pros and cons for not having node.js as a dependency. The
>biggest advantage is the getting started with Thym is simpler, OTOH the
>big disadvantage is we need to do extra work to catch up.
>
>Ideally, If we could have node.js installed as part of Thym so the users
>of Thym would not need to do the extra step, I would be happy to work
>with the Cordova commands/scripts for all platforms.
>--
>Gorkem
>
>
>
>On Mon, Oct 06, 2014 at 03:48:33PM +0000, David Meng wrote:
>> Hi,
>> 
>> I am looking into how to improve the build to support BlackBerry. I
>>looked at how Android and iOS build were implemented, they all copied
>>the files from cordova and called native builder or ant to build the
>>project. I am wondering why we donĀ¹t use the cordova scripts to add a
>>platform and build?
>> 
>> Thanks!
>> 
>> David
>
>> _______________________________________________
>> thym-dev mailing list
>> thym-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe
>>from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/thym-dev
>
>_______________________________________________
>thym-dev mailing list
>thym-dev@xxxxxxxxxxx
>To change your delivery options, retrieve your password, or unsubscribe
>from this list, visit
>https://dev.eclipse.org/mailman/listinfo/thym-dev



Back to the top