building Royale

2017-11-19 Thread Carlos Cruz
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

Re: building Royale

2017-11-19 Thread Piotr Zarzycki
Hi Carlos, As I remember you did download distribution package of Apache Royale framework which building projects to both SWF and JS. - This package probably need to be configured as you have started above using InstallAdobeSDKs.xml. You don't need to build framework itself, cause you already took

Re: building Royale

2017-11-19 Thread Carlos Rovira
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

Re: building Royale

2017-11-19 Thread Justin Mclean
Hi, Note there are 3 repos you need to build not 2. We have instruction here on how to do it of the wiki [1]. However the instruction are not quite complete as the very first time you compile the royale-compiler repo you need to do this: mvn clean install -P utils mvn clean install Not the uti

Re: building Royale

2017-11-20 Thread Carlos Rovira
Hi Justin, just made the patch in wiki instructions you proposed. Is strange since I tried without the need to do "mvn clean install -P utils" But Piotr pointed that as well. I should test this in a clean system and see what happen. Anyway, with all the info I think now everyone could build with m

Re: building Royale

2017-11-20 Thread Justin Mclean
Hi, > just made the patch in wiki instructions you proposed. Thanks for that. Justin

RE: building Royale

2017-11-20 Thread Carlos Cruz
ftware.com] Sent: Sunday, November 19, 2017 5:59 PM To: users@royale.apache.org Subject: Re: building Royale Hi, Note there are 3 repos you need to build not 2. We have instruction here on how to do it of the wiki [1]. However the instruction are not quite complete as the very first time you co

Re: building Royale

2017-11-21 Thread Carlos Rovira
wnloads but > as I exhibited the air sdk zip is there. > > Thx! > Carlos > > -Original Message- > > From: Justin Mclean [mailto:jus...@classsoftware.com] > Sent: Sunday, November 19, 2017 5:59 PM > To: users@royale.apache.org > Subject: Re: building Royale > &g

RE: building Royale

2017-11-21 Thread Carlos Cruz
ber 21, 2017 7:26 AM To: users@royale.apache.org Subject: Re: building Royale Hi Carlos, for maven, did you add to the maven instruction "-DskipTests" Test are still failing due to migration not finished yet. This mvn -s settings-template.xml clean install -DskipTest

Re: building Royale

2017-11-21 Thread Piotr Zarzycki
iki/Flash-Builder-4.7 > > I get a Flex 2 is not supported…. > > > > Thx! > > Carlos > > > > > > *From:* carlos.rov...@gmail.com [mailto:carlos.rov...@gmail.com] *On > Behalf Of *Carlos Rovira > *Sent:* Tuesday, November 21, 2017 7:26 AM > > > *To:

Re: building Royale

2017-11-22 Thread Carlos Rovira
t; https://github.com/apache/royale-asjs/wiki/Flash-Builder-4.7 >> >> I get a Flex 2 is not supported…. >> >> >> >> Thx! >> >> Carlos >> >> >> >> >> >> *From:* carlos.rov...@gmail.com [mailto:carlos.rov...@gmail.com

RE: building Royale

2017-11-22 Thread Carlos Cruz
Rovira Sent: Wednesday, November 22, 2017 9:49 AM To: users@royale.apache.org Subject: Re: building Royale Hi, Carlos, thanks for report that you finaly get a successful build with maven. One thing that is not clear in your mail is if you need -DskipTests, I assume that without that build