Build failed in Jenkins: royale-typedefs #604

2018-08-06 Thread apacheroyaleci
See -- Started by timer Building on master in workspace > git.exe rev-parse

Build failed in Jenkins: royale-asjs_jsonly #1287

2018-08-06 Thread apacheroyaleci
See -- [...truncated 983.69 KB...] check-playerglobal-home: check-air-home: check-compiler-home: check-compile-env: [echo] OS: Windows Server 2016

Build failed in Jenkins: royale-compiler #370

2018-08-06 Thread apacheroyaleci
See Changes: [aharui] handle fx:Array in top-level of fx:Declarations -- [...truncated 18.87 KB...] download-dependency: [echo] basedir is

Build failed in Jenkins: royale-asjs #1161

2018-08-06 Thread apacheroyaleci
See Changes: [carlosrovira] integrating navigation buttons in the datechooser table -- [...truncated 1.87 MB...] [java] Writing file:

Re: XML filters broke

2018-08-06 Thread Alex Harui
In porting Tour De Flex, there were patterns like this (explorerTree is XML): explorerTree..node.(hasOwnProperty("@app") && @app.length() > 0) The compiler logic before I made any changes yesterday just assumed that the first expression was a reference to the node parameter but other

Re: XML filters broke

2018-08-06 Thread Alex Harui
Yep, we need more intelligent understanding of when a reference is to the node or not. Debug into EmitterUtils.writeE4xFilterNode and figure out the node pattern you need. -Alex On 8/6/18, 3:09 PM, "Harbs" wrote: var folderFolders:XMLList =

XML filters broke

2018-08-06 Thread Harbs
var folderFolders:XMLList = assetXML.folder.(child('key').indexOf(folder.key) == 0); var folderImages:XMLList = assetXML.image.(child('key').indexOf(folder.key) == 0); Is now compiled as: var /** @type {XMLList} */ folderFolders = this.assetXML.child('folder').filter(function(node){return

Jenkins build is back to normal : royale-asjs_jsonly #1285

2018-08-06 Thread apacheroyaleci
See

Jenkins build is back to normal : royale-compiler #369

2018-08-06 Thread apacheroyaleci
See

Build failed in Jenkins: royale-asjs_jsonly #1284

2018-08-06 Thread apacheroyaleci
See Changes: [carlosrovira] Jewel DateChooser styles closer to what it should be -- [...truncated 948.78 KB...] [java] Aug 06, 2018

Build failed in Jenkins: royale-compiler #368

2018-08-06 Thread apacheroyaleci
See Changes: [aharui] try to get better error handling for a reported NPE -- [...truncated 32.68 KB...] commons-compress-jar:

Build failed in Jenkins: Royale-asjs_MXRoyale #57

2018-08-06 Thread apacheroyaleci
See Changes: [aharui] comment out resource bundles for now [aharui] don't need this manifest [aharui] fix RichTextEditor -- [...truncated

Re: Migrating Enterprise Flex Application

2018-08-06 Thread Alex Harui
I pushed changes that should eliminate the ResourceBundle errors and report better info on the NPE. HTH, -Alex On 8/6/18, 12:14 AM, "Alex Harui" wrote: Any committer can clean up the resource bundle issues. I won't have time tonight. More interesting is the null pointer

Re: [royale-asjs] branch feature/MXRoyale updated: RichTextEditor.mxml Added

2018-08-06 Thread Alex Harui
Hi Alina, This did not compile for me. Please make sure your changes build before committing. Thanks, -Alex On 8/6/18, 2:56 AM, "alinak...@apache.org" wrote: This is an automated email from the ASF dual-hosted git repository. alinakazi pushed a commit to branch

Build failed in Jenkins: Royale-asjs_MXRoyale #56

2018-08-06 Thread apacheroyaleci
See Changes: [noreply] Update LinearGradientStroke.as [noreply] Update spark-royale-manifest.xml -- [...truncated 552.43 KB...] [java]

Build failed in Jenkins: Royale-asjs_MXRoyale #55

2018-08-06 Thread apacheroyaleci
See Changes: [noreply] Update Base64Decoder.as [noreply] Update Base64Encoder.as -- [...truncated 1.28 MB...] [java] Writing file:

Build failed in Jenkins: Royale-asjs_MXRoyale #54

2018-08-06 Thread apacheroyaleci
See Changes: [noreply] ByteArray.as Added [noreply] Update MXRoyaleClasses.as [noreply] RichTextEditor.as added [noreply] RichTextEditor.mxml Added [noreply] Update

Jenkins build is back to normal : royale-compiler #366

2018-08-06 Thread apacheroyaleci
See

Re: Any ideas why I'm not able to build the compiler?

2018-08-06 Thread Harbs
Figured it out… Positive GMT-relative timezones were not working. I just committed a fix for this. > On Aug 6, 2018, at 10:35 AM, Harbs wrote: > > Here’s the output we’re both getting. > > I’m guessing it has to do with the timezone we’re both in (and maybe the time > of day?)… > >

Re: Any ideas why I'm not able to build the compiler?

2018-08-06 Thread Harbs
Here’s the output we’re both getting. I’m guessing it has to do with the timezone we’re both in (and maybe the time of day?)… https://paste.apache.org/eri2 I’m having trouble following exactly what these tests are doing. > On Aug 6, 2018, at 10:07 AM, Alex

Re: Migrating Enterprise Flex Application

2018-08-06 Thread Alex Harui
Any committer can clean up the resource bundle issues. I won't have time tonight. More interesting is the null pointer exception. You may have to temporarily comment out some of your MXML in order to determine what is causing that exception. Thanks, -Alex On 8/5/18, 11:42 PM, "chembali"

Re: Any ideas why I'm not able to build the compiler?

2018-08-06 Thread Alex Harui
Harbs ran into this earlier, got past it and we never figured out the exact cause. My answer is the same: Look at the actual failure report. It should be in compiler/target/junit-reports/Test-as.ASDateTests.xml Thanks, -Alex On 8/5/18, 11:59 PM, "Yishay Weiss" wrote: I’m getting [1]

Any ideas why I'm not able to build the compiler?

2018-08-06 Thread Yishay Weiss
I’m getting [1] compiler tests failure. The read-only errors should be ignored IMO because they’re part of compileAndExpectErrors() runs. So I’m not sure what’s going on… [1] https://paste.apache.org/4Sei

Re: Migrating Enterprise Flex Application

2018-08-06 Thread chembali
Tried with the latest build. The earlier error is gone. Getting another resource bundle error now. Do you have to comment out more code? Using Royale Compiler codebase: C:\devenv\GitHub\apache-royale-0.9.3\royale-asjs \js\bin\..\.. Using Royale SDK:

Re: ***UNCHECKED*** Re: Trouble building compiler

2018-08-06 Thread Harbs
Interesting. My variables are set without quotes, but I am escaping the spaces. I’m pretty sure that’s necessary in a shell script. > On Aug 6, 2018, at 6:07 AM, Alex Harui wrote: > > FWIW, I ran into the same or similar problem today. For me, quotes around > the entry in env.properties: >