Hi,

recently in TDJ I changed asconfigc task to use this:

"windows": {
"args": [
"--sdk=C:\\Apache\\royale-asjs"
]
},
"osx": {
"args": [
"--sdk=${env:ROYALE_HOME}"
]
},

to this :

"args": [
"--sdk=${config:as3mxml.sdk.framework}"
],

I want to propose to change in all framework, unless someone see some
problem in doing that, avoiding the hardcoded paths for windows or depend
on ROYALE_HOME, that users could not have set.
I asume that asconfigc is used by people using VSCode so they have
settings.json with as3mxml.sdk.framework defined

-- 
Carlos Rovira
http://about.me/carlosrovira

Reply via email to