Hi Piotr,

Thank you for your help on this. I was trying to generate the API report but
running into some issues. I used ant/InstallAdobeSDKs.xml and installed the
royale-asjs. We use gradle scripts ( which in turn uses the ant tasks ) to
build the application including the flex portion. 

I modified the existing gradle script to point to the Apache royale folder (
not the existing flex SDK ) as shown below.

ext {
    /* flexHome = "${gradle.gradleUserHomeDir}/sdks/flex/${flexSDKVersion}"
*/
    flexHome = "C:/devenv/apache-roylale/royale-asjs/js"
    ROYALE_COMPILER_HOME = "C:/devenv/apache-roylale/royale-asjs/js"
}

I am getting a bunch of error while running the compc and mxmlc. Am I
following the correct procedure? Please help.



--
Sent from: http://apache-royale-development.20373.n8.nabble.com/

Reply via email to