Hi, after some weeks being technically offline at home, I'm hopefully back in the game now;-)
I've just downloaded the nightly build using the installer and tried to compile my little test app with no success [1]. I noticed that the target folder contains just a weird javascript file. I've already tried to replace the asconfig option "js-output-type": "flexjs" by "targets": ["JSFlex"] without success. Do I miss something? Thanks, Olaf [1] MXMLJSC +flexlib=C:\Daten\flex_sdks\flexjs_nightly_20170609\frameworks +configname=flex --debug=true --source-map=true --targets=JSFlex --output=./target/javascript src/EmployeeAdmin.mxml -html-template=src/resources/mdl-js-index-template.html -compiler.exclude-defaults-css-files=HTML.swc:defaults.css Compiling file: c:\local\workspaces\puremvc_flexjs\EmployeeAdminFlexJS2\target\javascript\bin\js-debug\EmployeeAdmin.js java.io.FileNotFoundException: c:\local\workspaces\puremvc_flexjs\EmployeeAdminFlexJS2\target\javascript\bin\js-debug\EmployeeAdmin.js (Das System kann den angegebenen Pfad nicht finden) java.io.FileOutputStream.open0(Native Method)java.io.FileOutputStream.open(FileOutputStream.java:270)java.io.FileOutputStream.<init>(FileOutputStream.java:213)java.io.FileOutputStream.<init>(FileOutputStream.java:162)org.apache.flex.compiler.clients.MXMLJSCFlex.compile(MXMLJSCFlex.java:367)org.apache.flex.compiler.clients.MXMLJSCFlex._mainNoExit(MXMLJSCFlex.java:245)org.apache.flex.compiler.clients.MXMLJSCFlex.mainNoExit(MXMLJSCFlex.java:202)org.apache.flex.compiler.clients.MXMLJSC._mainNoExit(MXMLJSC.java:347)org.apache.flex.compiler.clients.MXMLJSC.mainNoExit(MXMLJSC.java:282)org.apache.flex.compiler.clients.MXMLJSC.staticMainNoExit(MXMLJSC.java:242)org.apache.flex.compiler.clients.MXMLJSC.main(MXMLJSC.java:224) 2.925021143 seconds -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Compiler-options-VSCode-config-tp62268.html Sent from the Apache Flex Development mailing list archive at Nabble.com.