Hi,

just see that NextGenAS 0.3.0 was available and updated in order to set up
with maven distribution.

This is most a step by step to see if I'm configuring it ok and to help
others to get to it:

1.- First I create a maven flexjs sdk distribution with the instruction
here:
https://cwiki.apache.org/confluence/display/FLEX/Building+FlexJS+with+Maven
in flex-asjs I put:

mvn -s settings-template.xml
-DdistributionTargetFolder={pathToDistributionDirectory} -P
build-distribution clean install

for example, my {pathToDistributionDirectory} is my sdks folder:
/Users/carlosrovira/Dev/Flex/sdks/

2.- As distribution is created, I go to
distribution/target/apache-flex-flexjs-0.8.0-SNAPSHOT-bin.zip and unzip it
in the same folder.

3.- When open VSCode it warns me about to update settings to:

{
    "nextgenas.sdk.editor":
"/Users/carlosrovira/Dev/Flex/sdks/distribution/target/apache-flex-flexjs-0.8.0-SNAPSHOT/"
}

4.- Then I restart VSCode.

Is this guide ok? or I'm missing something?

Thanks!

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

Reply via email to