Hi Paul,

as Piotr and Andrew said, the easiest way to work with Royale for a user is
using a nightly build SDK, as you did with Flex. In that way you point your
IDE to that SDK folder and start to use it.

If you use Maven or ANT is more about to have an independent of build
system so you can launch a script and get your project compiled and ready
to use. Corporations use to go with Maven, since it manage library versions
for you (dependency management), ensuring you have reproducible builds, and
you can set up a CI server to build each time source code is committed. All
these comes at a cost. So while it brings you "other uses than build
royale", is "not the easiest to use", and "can generate problems" while you
make it work, although once you have it running I see huge advantages of
developing with the same system that you'll use in your CI Server.

El vie., 31 ene. 2020 a las 19:11, Paul Stearns (<pa...@compuace.com>)
escribió:

> Piotr:
>
> In answer to your specific questions, my intention is to make my test
> application work. It includes a number of components based on standard MX
> components such as ValidatedTextInput which extends TextInput. Will I need
> to work on the framework to create this type of extended component?
>
> Paul R. Stearns
> Advanced Consulting Enterprises, Inc.
>
> 15280 NW 79th Ct.
> Suite 250
> Miami Lakes, Fl 33016
>
> Voice: (305)623-0360 x107
> Fax: (305)623-4588
>
> ------------------------------
> *From*: Piotr Zarzycki <piotrzarzyck...@gmail.com>
> *Sent*: 1/31/20 12:11 PM
> *To*: users@royale.apache.org, Paul Stearns <pa...@compuace.com>
> *Subject*: Re: Maven vs Ant
> Hi Paul,
>
> The question is what do you aiming?
>
> 1) Are you going to work on framework itself?
> 2) Are you going to use framework as a user without touching the code?
>
> Upcoming version of Moonshine will have options to install Nightly build
> and reinstall whenever you want. Current version has only ability to easy
> install released version. I hope we cut release at the end of next week.
>
> Thanks,
> Piotr
>
>
> On Fri, Jan 31, 2020, 5:54 PM Paul Stearns <pa...@compuace.com> wrote:
>
>> I currently use neither Maven, nor Ant, but I want to install Royale.
>>
>> Which tool will;
>>
>>
>>    - Be easiest to use?
>>    - Have fewest problems?
>>    - Potentially have utility other than building Royale?
>>
>>
>> Paul R. Stearns
>> Advanced Consulting Enterprises, Inc.
>>
>> 15280 NW 79th Ct.
>> Suite 250
>> Miami Lakes, Fl 33016
>>
>> Voice: (305)623-0360 x107
>> Fax: (305)623-4588
>>
>

-- 
Carlos Rovira
http://about.me/carlosrovira

Reply via email to