Re: [Maven|Royale] Maven snapshot artifacts available in the Apache central repository

2017-11-16 Thread Alex Harui
The tests are caught in the middle of the renaming of Flex to Royale and trying to remove dependencies on Flash. Once I get through this next round of refactoring lots of these tests will be rewritten to not use Flash classes. Or at least, that's my plan. -Alex On 11/16/17, 9:15 AM, "Harbs"

Re: [Maven|Royale] Maven snapshot artifacts available in the Apache central repository

2017-11-16 Thread Harbs
Huh. They all look something like this: > Error Message > > Could not read SWC dependency at > F:\hudson\m2_repository\org\apache\royale\framework\framework\null\framework-null.swc > Stacktrace > > java.lang.RuntimeException: Could not read SWC dependency at >

Re: FAQ page on website

2017-11-16 Thread Carlos Rovira
Hi Piotr, you can do this yourself here royale.codeoscopic.com/wp-admin/ :) let me know if something goes wrong thanks! 2017-11-16 17:05 GMT+01:00 Piotr Zarzycki : > Carlos, > > Speaking about website :) Could you please reset for me password again. I > will again

Re: FAQ page on website

2017-11-16 Thread Piotr Zarzycki
Carlos, Speaking about website :) Could you please reset for me password again. I will again try to setup :) Thanks! 2017-11-16 16:57 GMT+01:00 Carlos Rovira : > Hi Peter, > > thanks your help here's very valuable. I think that thanks to have the > website handled by

Re: FAQ page on website

2017-11-16 Thread Carlos Rovira
Hi Peter, thanks your help here's very valuable. I think that thanks to have the website handled by wordpress is by far very easy to maintain and that all people here could have access and help editing what they want. I already did accounts for Alex, Harbs and Piotr, if you want, I can create

Re: [Maven|Royale] Maven snapshot artifacts available in the Apache central repository

2017-11-16 Thread Piotr Zarzycki
Results here -> https://builds.apache.org/job/royale-compiler/68/testReport/ 2017-11-16 16:37 GMT+01:00 Piotr Zarzycki : > Hi Harbs, > > I'm not sure, but let's check [1] - I have removed skip test and we will > see what logs show. > > [1]

Re: [Maven|Royale] Maven snapshot artifacts available in the Apache central repository

2017-11-16 Thread Piotr Zarzycki
Hi Harbs, I'm not sure, but let's check [1] - I have removed skip test and we will see what logs show. [1] https://builds.apache.org/job/royale-compiler/68/ Thanks, Piotr 2017-11-16 16:33 GMT+01:00 Harbs : > Which tests are failing on Maven? > > Is someone working on

Re: FAQ page on website

2017-11-16 Thread Peter Ent
As a native (American) English speaker (and sadly, the only language I speak and often not that well sometimes), reading something written by a non-native speak is usually pretty easy and the meaning clear. I'd be more than happy to help with words or phrasing if someone wants guidance. We have a

Re: [Maven|Royale] Maven snapshot artifacts available in the Apache central repository

2017-11-16 Thread Carlos Rovira
Hi Piotr, you put me on track! :) I didn't remember that the first time you run without an empty .m2 you need mvn -s settings-template.xml clean install (and with "-DskipTests" due to test failing) as stated here: https://cwiki.apache.org/confluence/display/FLEX/Building+FlexJS+with+Maven

Re: [Maven|Royale] Maven snapshot artifacts available in the Apache central repository

2017-11-16 Thread piotrz
Carlos, I just did exactly same as you by removing .m2/repository, but I didn't remove my settings.xml - cause I have there links to snapshots repository etc. I started build from compiler and got two questions: 1)

Re: [Maven|Royale] Maven snapshot artifacts available in the Apache central repository

2017-11-16 Thread Piotr Zarzycki
Carlos, Look into the following comments from Chris [1]. Let me know if it helps. [1] https://github.com/apache/royale-compiler/blob/841872796f518f65129723e78c423f5ee7e44c62/pom.xml#L99 Piotr 2017-11-16 13:01 GMT+01:00 Carlos Rovira : > Hi Piotr, > > the sequence was

Re: [Maven|Royale] Maven snapshot artifacts available in the Apache central repository

2017-11-16 Thread Carlos Rovira
Hi Piotr, the sequence was always : compiler -> typedefs -> asjs and that worked in flexjs (I could try to remove all and try for flexjs, but I remember I did that at the begging ) so if the artifacts that are causing problems (flash and flex related) are not working, I think is something of our

Re: [Maven|Royale] Maven snapshot artifacts available in the Apache central repository

2017-11-16 Thread Piotr Zarzycki
Carlos, Not necessary, cause remember that we are building Royale by Maven and we didn't teach that part of the code build JS only artifacts. Dependencies to flash will be needed. Try to build first this two project which I have mention, than try to build "asjs" if it's not work, build compiler.

Re: [Maven|Royale] Maven snapshot artifacts available in the Apache central repository

2017-11-16 Thread Carlos Rovira
Hi Piotr, ok, I was think you refer to Royale itself. About solution, jburg is ok, the problem is about flash and flex artifacts not found. See the following excerpt: The following > artifacts could not be resolved: > com.adobe.flash.framework:playerglobal:swc:20.0, >

Re: FAQ page on website

2017-11-16 Thread Carlos Rovira
done! thanks Piotr, if you or others see more things to do, let me know! C. 2017-11-16 7:58 GMT+01:00 Piotr Zarzycki : > Carlos, > > Here is my feedback about faq: > > "Can I have write access to GIT?": > It is talking about providing patches by diff etc. I think we

Re: [Maven|Royale] Maven snapshot artifacts available in the Apache central repository

2017-11-16 Thread Carlos Rovira
Hi Piotr, that's awesome! I was having that issue but didn't notice that the problem was that Thanks foro fixing it! :) I'll be trying it soon. That was very needed :) Carlos 2017-11-15 19:46 GMT+01:00 Piotr Zarzycki : > Hi Guys, > > About one week ago I have