carlosrovira commented on issue #1061: URL: https://github.com/apache/royale-asjs/issues/1061#issuecomment-765621763
Hi, I saw you already got build with maven. I use to build all with (mac style command script): ``` SDK_FOLDER="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven" mvn clean install -P option-with-swf,option-with-sass-compile,with-examples,with-distribution,with-ui-testsuite -Dwebdriver.gecko.driver=/Users/carlosrovira/Dev/Royale/geckodriver -DdistributionTargetFolder="$SDK_FOLDER" ``` as well, if I want to create the sdk distribution at later time I do from my royale-asjs folder: ``` cd distribution mvn clean install -DdistributionTargetFolder=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven ``` HTH Carlos ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
