Hi Carlos, to build with maven you must start with compiler:
git clone https://github.com/apache/royale-compiler.git royale-compiler cd royale-compiler git checkout develop mvn -s settings-template.xml clean install -DskipTests I did this few days ago with a clean maven repository and all goes perfect. I'm on Mac, but that should not be a difference.Please, let me know if this first step work for you in order to follow to the next. Also note that -DskipTests is important since test are still failing. If you get this working I promise the rest will be easy 2017-11-19 20:17 GMT+01:00 Carlos Cruz <[email protected]>: > I’m wondering if the name Royale was not named after the whisky Crown > Royale, because surely Apache Royale is going to drive some users to > drinking (maybe me) J ….. just to share my results. When I try to build > with ant it fails because it can’t find AdobeAIRSDK.zip even though it’s in > the download directory as can be seen in the screen shots below, the only > thing I can think could cause a problem is I moved my download directory > from the default drive c: to drive d: > > > > Maven also fails when trying to build the framework as also shown in one > of the screen shots. > > > > Thx! > > Carlos > > > > > > > > > > > > > > > > As for building with Maven > -- Carlos Rovira http://about.me/carlosrovira
