Hi Edward,
I have the same error with your compile command. ☹
compile:
[echo] swc-date is 10/13/21 16:44 +0200
compile-swf:
[echo] Compiling libs/Crux.swc
[echo] ROYALE_HOME: D:\Develop_Royale\Projects\Royale-SDK\royale-asjs-fork
[echo] ROYALE_SWF_COMPILER_HOME:
D:\Develop_Royale\Projects\Royale-SDK\royale-asjs-fork
[echo] ROYALE_COMPILER_HOME:
D:\Develop_Royale\Projects\Royale-SDK\royale-asjs-fork/js
[java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms256m
-Xmx2048m
[java] args:
[java]
+royalelib=D:\Develop_Royale\Projects\Royale-SDK\royale-asjs-fork/frameworks
[java] +playerglobal.version=11.1
[java] +env.AIR_HOME=D:\Develop_Royale\Projects\Royale-SDK\royale-asjs-fork
[java] -compiler.strict-xml=true
[java] -compiler.targets=SWF,JSRoyale
[java] -metadata.date=10/13/21 16:44 +0200
[java] -metadata.dateFormat=MM/dd/yy HH:mm Z
[java] -swf-debugfile-alias=/org/apache/royale/0.9.9
[java]
-output=D:\Develop_Royale\Projects\Royale-SDK\royale-asjs-fork\frameworks\projects\Crux/target/Crux.swc
[java]
-load-config=D:\Develop_Royale\Projects\Royale-SDK\royale-asjs-fork\frameworks\projects\Crux/src/main/config/compile-swf-config.xml
[java]
-js-load-config=D:\Develop_Royale\Projects\Royale-SDK\royale-asjs-fork/frameworks/js-config.xml
[java]
-js-load-config+=D:\Develop_Royale\Projects\Royale-SDK\royale-asjs-fork\frameworks\projects\Crux/../../js/projects/CruxJS/src/main/config/compile-js-config.xml
[java] 0.56729972
secondsD:\Develop_Royale\Projects\Royale-SDK\royale-asjs-fork\frameworks\projects\Crux\src\main\config\compile-swf-config.xml(40):
col: 0 unable to open
'D:\Develop_Royale\Projects\Royale-SDK\royale-asjs-fork\frameworks\libs\MXRoyaleBase.swc'.
[java]
[java]
D:\Develop_Royale\Projects\Royale-SDK\royale-asjs-fork\frameworks\projects\Crux\src\main\config\compile-swf-config.xml
(line: 40)
[java]
[java] </external-library-path>
[java]
[java]
Press a key to continue . . .
How can it be if my bat is the same as always?
Compiled fine without problems until commit " <[email protected]>
c2f7c2855f70342612bf732e742253434fffe9b032 05/10/2021 18:43:17".
I resubmit my SDK build bat:
call ant super-clean
call mvn clean install -DskipTests -Drat.skip=true -P option-with-sass-compile
SET JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 -Xms256m -Xmx2048m
call ant all -Dbuild.noprompt=true -Drelease.target=true -Dskip-tests=true
Later I will do another test, "compile Maven without sass" because maybe the
problem is there.
Hiedra
-----Mensaje original-----
De: Edward Stangler <[email protected]<mailto:[email protected]>>
Enviado el: miércoles, 13 de octubre de 2021 10:14
Para: [email protected]<mailto:[email protected]>
Asunto: Re: MXRoyale splitting to two libs - please provide your feedback.
ant -Dskip-tests=1 all
works for me, and it generates MXRoyaleBase.swc.
I've tried various tests and compiles, and so far it hasn't broke.
On 10/13/2021 3:07 AM, Maria Jose Esteve wrote:
> I keep getting errors when compiling, the MXRoyaleBase.swc file is not
> generated, is this not happening to anyone else?
>
> Hiedra