Jenkins build is back to normal : royale-asjs_MXTests #537

2019-02-26 Thread Apache Royale CI Server
See

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

2019-02-26 Thread Apache Royale CI Server
See

Build failed in Jenkins: royale-asjs_MXTests #536

2019-02-26 Thread Apache Royale CI Server
See Changes: [carlosrovira] finally not using defines for locales, just a public static var that can -- [...truncated 2.02 MB...] [mxmlc

Re: localizing Royale apps

2019-02-26 Thread Alex Harui
IMO, Royale components would not output strings. A Validator, for example, should be focused on processing data going in or out of the model and reporting a result, probably as a Boolean, or a range of values. Elsewhere, the application code can decide what to do with that result. The Validat

Re: Want to use SimpleLocalizedValuesImpl

2019-02-26 Thread Alex Harui
I don't know the dependency chain of ResourceManager. Just include it in HelloWorld and see what else comes in. But see my other message on your other thread. IMO, Jewel should not need localization. -Alex On 2/26/19, 9:31 AM, "Carlos Rovira" wrote: Hi Alex, what we will need

Re: Want to use SimpleLocalizedValuesImpl

2019-02-26 Thread Carlos Rovira
Hi Alex, what we will need use just the Flex ResourceManager in a normal royale app? will need SystemManager? other things? depending on requirements could be an option but I need to know the requirements since is about to give Jewel localization capabilities thanks El mar., 26 feb. 2019 a las 18

Re: Want to use SimpleLocalizedValuesImpl

2019-02-26 Thread Alex Harui
As usual, implementations in Royale are PAYG. This is the cheapest, simplest localization implementation I could think of. Folks are welcome to contribute fancier ones. This implementation probably worked with private embeds until we started decorating private variable names. So the limitati

Re: VSCode Build Taking Really Long

2019-02-26 Thread Alex Harui
Right. The goal was to see what output options were actually being received by the compiler in order to understand how those options could be causing the compiler to generate nested output folders. I'm curious to know if the js options are in the dump file. Can't tell since you cut them out.

localizing Royale apps

2019-02-26 Thread Carlos Rovira
Hi, I continue trying to setup Jewel for use with different locales. I still need to complete and separate locales in its own SWC, but for now my mine concern is about how to define localeChain in an App and make all classes using bundles know about this. For now I get it working, but want to ask

Re: asking for some ANT help

2019-02-26 Thread Piotr Zarzycki
Interesting. I didn't know about that. Maybe because In most cases I was using boolean for defines. :) Thanks! Piotr wt., 26 lut 2019 o 16:33 Carlos Rovira napisał(a): > Since string defines need those. Check this link to know more > > https://github.com/BowlerHatLLC/vscode-as3mxml/wiki/asconfi

Re: asking for some ANT help

2019-02-26 Thread Carlos Rovira
Since string defines need those. Check this link to know more https://github.com/BowlerHatLLC/vscode-as3mxml/wiki/asconfig.json#define El mar., 26 feb. 2019 a las 15:51, Piotr Zarzycki (< piotrzarzyck...@gmail.com>) escribió: > Cool! :) > > However I'm wondering why you have to wrap up value wit

Re: asking for some ANT help

2019-02-26 Thread Piotr Zarzycki
Cool! :) However I'm wondering why you have to wrap up value with apostrophes ? < value>'en_US' wt., 26 lut 2019 o 15:42 Carlos Rovira napisał(a): > Hi Piotr, > thanks for the advices, finally get it working adding your suggestion to > both SWF and JS config.xml files :) > > El mar., 26 feb. 20

Re: asking for some ANT help

2019-02-26 Thread Carlos Rovira
Hi Piotr, thanks for the advices, finally get it working adding your suggestion to both SWF and JS config.xml files :) El mar., 26 feb. 2019 a las 14:53, Piotr Zarzycki (< piotrzarzyck...@gmail.com>) escribió: > Hi Carlos, > > Just for a workaround try to specify your defines in separate config f

Re: asking for some ANT help

2019-02-26 Thread Piotr Zarzycki
Hi Carlos, Just for a workaround try to specify your defines in separate config file. In flex it would be [1] and later load it like that -load-config+=${basedir}/nameoofyourconfig-config.xml Maybe root tag should be named [1] https://paste.apache.org/yYuR Thanks, Piotr wt., 26 lut 2019 o 14

Jenkins build is back to normal : royale-asjs_MXTests #534

2019-02-26 Thread Apache Royale CI Server
See

asking for some ANT help

2019-02-26 Thread Carlos Rovira
Hi, I'm trying to add bundles to Jewel and I got it for pom.xml and asconfigc in "validator-localized-bundles" branch latest commit is about trying to get the same for build.xml, but can't get it. So hope others with more knowledge in ANT than me could find a solution. The problem: I'm trying to

Re: Want to use SimpleLocalizedValuesImpl

2019-02-26 Thread Carlos Rovira
One more thing: Can we remove license headers from .property files? if not, could be stripped when embedded? this is significant weight that is carried to final user for nothing. Is ok to have license headers in source files, but should not go to production sites in the runnable code El mar., 26 f

Re: [royale-asjs] branch develop updated: labelGroup style in FormItemView

2019-02-26 Thread Carlos Rovira
Hi Piotr, yes that could be very possible :) I'm investigating about forms and form items and since Jewel is all about responsiveness and adaptability to different screens, the end result will have to fit this purpose as a main point. I have in mind what I want form items to look, and that will i

Re: Want to use SimpleLocalizedValuesImpl

2019-02-26 Thread Carlos Rovira
Hi Alex, the problem is that I was setting the embed vars as "private" instead "public". Once I set up "public" it worked. Maybe is a bug? or to embed something it needs to be private? In the other hand, the actual system needs one var per language, so if we end setting up 15 languages, we will n

Re: [royale-asjs] branch develop updated: labelGroup style in FormItemView

2019-02-26 Thread Piotr Zarzycki
Yep - This is what I was trying to explain in different thread. That's why I ended up with refactoring and now I'm using my own View. I'm really curious how you refactor that part. Maybe you will end up with the same changes as me :) Please use branch for more changes if you can. I will try them

Re: Want to use SimpleLocalizedValuesImpl

2019-02-26 Thread Carlos Rovira
Hi Alex, El mar., 26 feb. 2019 a las 10:28, Alex Harui () escribió: > Does LocaleTest work for you? > yes it works of. Main difference is that LocaleTest is all setup in an App. I'm setting up in a library. > > I don't have time to try to build your test and investigate. It seems > strange tha

Re: WebComponents and WebAssembly, a game changer!?

2019-02-26 Thread Harbs
Personally, I’m skeptical that WebComponents are inherently better. To use WebComponents in a real application, you are going to need to access the DOM a lot (whether it’s true DOM or shadow DOM, it’s still DOM). To my mind that has to be much slower than accessing plain JS. One of the big adva

Re: VSCode Build Taking Really Long

2019-02-26 Thread Olaf Krueger
While investigating this issue I accidentally filed a bin folder (which contains a build) within the source path. This throws an error like "...not found on source path, using parent file..." and delayed the build process for a significant couple of seconds. After removing this accidentally created

Re: Want to use SimpleLocalizedValuesImpl

2019-02-26 Thread Alex Harui
Does LocaleTest work for you? I don't have time to try to build your test and investigate. It seems strange that the class is called es_ESValidator but the data is in validator.properties. The code may be concatenating strings to find the bundle and the "V" vs "v" might be a problem. HTH, -A

Re: VSCode Build Taking Really Long

2019-02-26 Thread Olaf Krueger
> See if the -dump-config= works for JS. Not sure if it does, but it might help. Creating a dump file works, but it seems to me that it rather contains a config than errors which occur during the build [1]. [1] true

Re: WebComponents and WebAssembly, a game changer!?

2019-02-26 Thread Carlos Rovira
Hi Olaf, things never will be as 20 years ago where people tries to search what's the technology that has all the things and is above its competitors. Today there's lots of platforms, devices, languages, frameworks and technologies and we only can try to target the things that the group of contrib

Re: [royale-asjs] branch develop updated: labelGroup style in FormItemView

2019-02-26 Thread Carlos Rovira
Hi Piotr, changes are about to trying improve what we have, so I introduced FormLayout and FormItemLayout (many other components in Jewel that doesn't has still a specialized layout or has NullLayout will have this change in the future). Grouped Label and required indicator to better management. I

Release Step 003 Succeeded

2019-02-26 Thread Apache Royale CI Server
1. Download the artifacts. 2. Run ant -f releasesteps.xml validate-and-sign. 3. Run ant -f releasesteps.xml deploy