I think smart IDE like Intellij is able to recognize changes using Maven
script, but VSCode or Moonshine definitely not.

śr., 21 paź 2020 o 08:04 Piotr Zarzycki <piotrzarzyck...@gmail.com>
napisał(a):

> Well if you wanted to have code completion etc - you have to do that
> again, but in general you are using Maven (to try your Royale code) and do
> distribution build once in a while.
>
> When I add property in Button - I usually don't care whether I see it
> immediately in code completion - I'm checking if it's working:
>
> 1) I'm building by maven module where the changes are "mvn clean install"
> 2) I'm building my app with that changes "mvn clean install"
>
> I know with ant you are building module and result of that build is
> immediately put inside royale folder, but with Maven option "install"
> putting it here: c:\Users\{youruser}\.m2\repository\org\apache\royale\
>
>
> śr., 21 paź 2020 o 07:57 Yishay Weiss <yishayj...@hotmail.com> napisał(a):
>
>> And then if I e.g. change MXRoyale and do mvn clean install will the SDK
>> be updated accordingly?
>>
>> From: Piotr Zarzycki<mailto:piotrzarzyck...@gmail.com>
>> Sent: Wednesday, October 21, 2020 8:54 AM
>> To: Apache Royale Development<mailto:dev@royale.apache.org>
>> Subject: Re: Using Mvn Build as SDK Home
>>
>> Hi,
>>
>> This is my command line:
>>
>> mvn clean install -P with-distribution -DskipTests -Drat.skip=true
>> -Dgenerate.swf.swcs=true -DdistributionTargetFolder=path
>>
>>
>>
>> śr., 21 paź 2020 o 07:31 Yishay Weiss <yishayj...@hotmail.com>
>> napisał(a):
>>
>> > When I build SDK with ant I can just point VSCode to royale-asjs and it
>> > can use it to compile. How do I do that if I build SDK with mvn?
>> >
>> >
>>
>> --
>>
>> Piotr Zarzycki
>>
>>
>
> --
>
> Piotr Zarzycki
>


-- 

Piotr Zarzycki

Reply via email to