RE: Error compiling the SDK

2023-05-19 Thread Maria Jose Esteve
All OK Piotr, thx Hiedra -Mensaje original- De: Piotr Zarzycki Enviado el: viernes, 19 de mayo de 2023 13:38 Para: dev@royale.apache.org Asunto: Re: Error compiling the SDK Maria, I just pushed fix. Sorry for your trouble. I have missed some implementation on swf side. Pull changes

RE: Error compiling the SDK

2023-05-19 Thread Maria Jose Esteve
Ok, now I tell you Hiedra -Mensaje original- De: Piotr Zarzycki Enviado el: viernes, 19 de mayo de 2023 13:38 Para: dev@royale.apache.org Asunto: Re: Error compiling the SDK Maria, I just pushed fix. Sorry for your trouble. I have missed some implementation on swf side. Pull changes

Re: Error compiling the SDK

2023-05-19 Thread Piotr Zarzycki
-DskipTests -P >> option-with-sass-compile,option-with-swf -Drat.skip=true >> 3.3. Build Ant >> ant all -Dbuild.noprompt=true -Drelease.target=true >> -Dskip-tests=true >> >> I hope I've answered you now  >> >> Hi

Re: Error compiling the SDK

2023-05-19 Thread Piotr Zarzycki
P > option-with-sass-compile,option-with-swf -Drat.skip=true > 3.3. Build Ant > ant all -Dbuild.noprompt=true -Drelease.target=true > -Dskip-tests=true > > I hope I've answered you now  > > Hiedra > > -Mensaje original- > De: Piotr Zarzyck

RE: Error compiling the SDK

2023-05-19 Thread Maria Jose Esteve
al- De: Piotr Zarzycki Enviado el: viernes, 19 de mayo de 2023 12:17 Para: dev@royale.apache.org Asunto: Re: Error compiling the SDK I mean how do you start your build ? For example my command is mvn clean install -DskipTests=true -Drat.skip=true -DdistributionTargetFolder=path I'm running

Re: Error compiling the SDK

2023-05-19 Thread Piotr Zarzycki
nt > > all -Dbuild.noprompt=true -Drelease.target=true -Dskip-tests=true > > > > Hiedra > > > > -Mensaje original- > > De: Piotr Zarzycki Enviado el: viernes, 19 > > de mayo de 2023 10:04 > > Para: dev@royale.apache.org > > Asunto: Re: Error c

RE: Error compiling the SDK

2023-05-19 Thread Maria Jose Esteve
Asunto: Re: Error compiling the SDK Maria, Can you share full command line how you start whole build ? I will try the same on my sight. pt., 19 maj 2023 o 11:08 Maria Jose Esteve napisał(a): > Hi Piotr, > Yes, I build the whole framework, as I have always done. (In case > there is any

Re: Error compiling the SDK

2023-05-19 Thread Piotr Zarzycki
K with ANT > === > SET JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 -Xms256m -Xmx2048m > call ant all -Dbuild.noprompt=true -Drelease.target=true -Dskip-tests=true > > Hiedra > > -Mensaje original- > De: Piotr Zarzycki > Enviado el: viernes,

RE: Error compiling the SDK

2023-05-19 Thread Maria Jose Esteve
: Error compiling the SDK I will be at my PC in 1,5h to check more details. On Fri, 19 May 2023 at 10:03, Piotr Zarzycki wrote: > Hi Maria, > > No this should work. Our Maven build even didn’t notified such errors. > Did you build whole framework ? > > On Fri, 19 May 2023 at 09:37,

Re: Error compiling the SDK

2023-05-19 Thread Piotr Zarzycki
I will be at my PC in 1,5h to check more details. On Fri, 19 May 2023 at 10:03, Piotr Zarzycki wrote: > Hi Maria, > > No this should work. Our Maven build even didn’t notified such errors. Did > you build whole framework ? > > On Fri, 19 May 2023 at 09:37, Maria Jose Esteve wrote: > >> Hi,

Re: Error compiling the SDK

2023-05-19 Thread Piotr Zarzycki
Hi Maria, No this should work. Our Maven build even didn’t notified such errors. Did you build whole framework ? On Fri, 19 May 2023 at 09:37, Maria Jose Esteve wrote: > Hi, good morning. > I have compiled the SDK and got errors with the latest changes. > Specifically the changes in

Error compiling the SDK

2023-05-19 Thread Maria Jose Esteve
Hi, good morning. I have compiled the SDK and got errors with the latest changes. Specifically the changes in TileHorizontalLayout are giving errors. @Piotr, is this half done? [java]

RE: Error compiling the SDK

2022-11-29 Thread Maria Jose Esteve
Ok all. Thx Josh Hiedra -Mensaje original- De: Josh Tynjala Enviado el: martes, 29 de noviembre de 2022 22:43 Para: dev@royale.apache.org Asunto: Re: Error compiling the SDK My latest commits should fix the build issue. Please let me know if you run into any further problems

Re: Error compiling the SDK

2022-11-29 Thread Josh Tynjala
My latest commits should fix the build issue. Please let me know if you run into any further problems. -- Josh Tynjala Bowler Hat LLC On Tue, Nov 29, 2022 at 8:52 AM Maria Jose Esteve wrote: > Hello, > with the latest unit tests the compilation ends with error. > The

RE: Error compiling the SDK

2022-11-29 Thread Maria Jose Esteve
Would the build log help? [1] [1] https://drive.google.com/file/d/1DbTPrIUlJ67WRWMMqdOuYaArFAVVEyJH/view?usp=sharing Hiedra -Mensaje original- De: Josh Tynjala Enviado el: martes, 29 de noviembre de 2022 18:01 Para: dev@royale.apache.org Asunto: Re: Error compiling the SDK I am

Re: Error compiling the SDK

2022-11-29 Thread Josh Tynjala
I am working on fixing the compiler tests. I'm not sure how to reproduce it on my machine yet. -- Josh Tynjala Bowler Hat LLC On Tue, Nov 29, 2022 at 8:52 AM Maria Jose Esteve wrote: > Hello, > with the latest unit tests the compilation ends with error. > The error

Error compiling the SDK

2022-11-29 Thread Maria Jose Esteve
Hello, with the latest unit tests the compilation ends with error. The error occurs when compiling royale-asjs with ant. In my case I compile first with maven and then with ant: call ant clean call ant super-clean call mvn clean install -DskipTests -P option-with-sass-compile,option-with-swf