Hey Guys, I was discussing with a friend on another project Any vs. Maven. Ant is nice and procedural while Maven is declarative. Lots of projects use Ant like Tomcat. I suspect that here in Royale we don’t have clear understanding about what to change in build.xml and pom.xml when we branch or tag. If these changes aren’t exceedingly simple then maybe there is a need for a configure script that makes needed edits.
Like - sed -e config.sed build-proto.xml > build.xml sed -e config.sed pom-proto.xml > pom.xml I’ve been wondering about this release for awhile. Is the release a branch that is tagged? If it isn’t then maybe that is an issue. Why would develop interfere? Maybe the process needs to made into steps. There needs to be a prepare script, a build script, and a package script. I’m finding that no one can seem to be a successful RM disappointing. Regards, Dave Sent from my iPhone > On Oct 11, 2018, at 5:12 PM, Carlos Rovira <[email protected]> wrote: > > Alex, > > read the other thread where I just explain why you are not seeing the build > fail. The problem is the release process that are making us think all is > ok. but Maven is not ok. Only ANT since is not affected by release process. > As I said in the other thread. We can't left a unfinished release process > not reverted for several days since. > > Hope it makes it more clear. I'm closing for today > > Carlos > > > > El vie., 12 oct. 2018 a las 1:59, Alex Harui (<[email protected]>) > escribió: > >> Carlos, >> >> Why is it that last night the builds worked for me without making any >> changes and the Maven build on builds.a.o was working? Now all of these >> changes and I have no idea if they make a difference or not. >> >> When something is not working for you but working for others, making >> changes that affect everyone is probably not a good idea unless you really >> understand why it isn't working for you. >> >> -Alex >> >> On 10/11/18, 4:56 PM, "Carlos Rovira" <[email protected]> wrote: >> >> Hi, >> >> In each repo I created a branch "develop-fix" to try to get all compile >> again, and trying not to interfiere with release process (although I >> suppose this will be reverted, in that case maybe we only need to merge >> this fix branches). >> >> compiler and typedefs are easy: just revert the two commits to prepare >> relase >> >> framework repo is not as direct: >> >> - MXRoyale fails since it needs the mxml-2009-manifest (see this >> commit 1efd8fb1ba6d6894a542148e5dd8210830c0b097), I tried to add to >> pom.xml >> but there's a class that is not found "DesignLayer" that I commented >> in a >> copy of the manifest in the MXRoyale project for maven. Sure Alex will >> find >> a better solution for this. >> >> With this framework compiles ok. >> >> -Then Examples: Some examples are failing due to fx:Array >> >> like: >> >> >> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/AccordionExample/src/main/royale/AccordionExample.mxml(33): >> col: 25 Error: In initializer for 'fx:Array' multiple initializer >> values >> are not permitted for target type '*'. >> >> >> <js:Container id="panel1"> >> >> ^ >> >> >> >> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/AccordionExample/src/main/royale/AccordionExample.mxml(44): >> col: 25 Error: In initializer for 'fx:Array' multiple initializer >> values >> are not permitted for target type '*'. >> >> >> <js:Container id="panel2"> >> >> ^ >> >> or: >> >> >> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/RoyaleStore/src/main/royale/SupportView.mxml(73): >> col: 33 Error: In initializer for 'fx:Array' multiple initializer >> values >> are not permitted for target type '*'. >> >> >> <fx:String>California</fx:String> >> >> ^ >> >> >> >> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/RoyaleStore/src/main/royale/SupportView.mxml(74): >> col: 33 Error: In initializer for 'fx:Array' multiple initializer >> values >> are not permitted for target type '*'. >> >> >> <fx:String>Nevada</fx:String> >> >> ^ >> >> Maybe due to the way I add the manifest before? >> >> >> - >> >> -- >> Carlos Rovira >> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%7C92dfea30fba74706538f08d62fd52a2c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748989916436294&sdata=JHCnpMDzyS5%2BqZcYNTDCCBSksWW41mj91a0PXIhTTJg%3D&reserved=0 >> >> >> > > -- > Carlos Rovira > http://about.me/carlosrovira
