You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build using "AIR SDK + ASC 2.0" from AppMan.
Even with a empty AS3 project, the compilation fail with a "Exception : Illegal characters in path" (there is nothing wrong with my paths)
Here is some logs :
Running process: C:\Program Files (x86)\FlashDevelop\Tools\fdbuild\fdbuild.exe "C:\Users\thoma\Documents\KubeGenerator\KubeGenerator.as3proj" -ipc 0555fe37-7961-4fc0-83d2-9539f2059905 -version "32.0.0" -compiler "C:\Users\thoma\AppData\Local\FlashDevelop\Apps\ascsdk\32.0.0" -library "C:\Program Files (x86)\FlashDevelop\Library"
Building KubeGenerator
mxmlc-cli -load-config="C:\Users\thoma\AppData\Local\FlashDevelop\Apps\ascsdk\32.0.0/frameworks/air-config.xml" -load-config+=obj\KubeGeneratorConfig.xml -debug=true +configname=air -swf-version=11 -o obj\KubeGenerator637853861001441095
Exception: Caractères non conformes dans le chemin d'accès.
Done(1)
No localized string found: Info.MxmlcRunning
Any idea ?
When i try to build manually with the commandline (SDK)/bin/mxmlc.bat -load-config="C:\Users\thoma\AppData\Local\FlashDevelop\Apps\ascsdk\32.0.0/frameworks/air-config.xml" -load-config+=obj\KubeGeneratorConfig.xml -debug=true +configname=air -swf-version=11 -o obj\KubeGenerator637853861001441095, it works flawlessly.
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to build using "AIR SDK + ASC 2.0" from AppMan.
Even with a empty AS3 project, the compilation fail with a "Exception : Illegal characters in path" (there is nothing wrong with my paths)
Here is some logs :
Any idea ?
When i try to build manually with the commandline
(SDK)/bin/mxmlc.bat -load-config="C:\Users\thoma\AppData\Local\FlashDevelop\Apps\ascsdk\32.0.0/frameworks/air-config.xml" -load-config+=obj\KubeGeneratorConfig.xml -debug=true +configname=air -swf-version=11 -o obj\KubeGenerator637853861001441095
, it works flawlessly.The text was updated successfully, but these errors were encountered: