Re: [FlexJS][Maven] Missing assets in target folder

2016-11-04 Thread Christofer Dutz
Hi Carlos, I’m glad you are having this problem ☺ ... don’t get me wrong, but it points out a problem I noticed when working on cleaning up the MXMLFlexJSPublisher. The problem is that only png, gif, jpg and json resources are copied. This is hard coded and I don’t like that approach. I would pr

Re: Installer.xml changes needed (was Re: New Flex SDK release)

2016-11-04 Thread Christofer Dutz
Unfortunately you can’t just „unzip“ dmgs ... DMG is an archive format from hell ;-) As Adobe didn’t provide the Flashplayer Debugger in any other format than DMG for Mac I wated to use an exsiting DMG decompression libary. Unfortunately they are ALL GPL licenced and hereby disqualified for us.

Re: [FlexJS] Optimizing the maven build ... success ...

2016-11-04 Thread Carlos Rovira
Ok Chris, currently the branch is no longer usable due to some changes by Alex yesterday 2c8becbcb22052105d8a614196f1d36db6b909ec if you try to rebase on top of develop it throws 69 conflicts Hope you could get it work again since is hard to get back to 44secs vs 4secs buildings ;) 2016-11-0

Re: [FlexJS][Maven] Missing assets in target folder

2016-11-04 Thread Carlos Rovira
I think Chris is on the track on this issue. As a user, If I have a resource on a folder, is because I want it on final output, so I'll expect to be copied, since output folder is what I'll be putting on server (and not any source code related resource). btw, I think this should be IDE agnostic,

Re: [FlexJS] How to change a node at runtime

2016-11-04 Thread Carlos Rovira
Hi Yishayw, in MDL there's a Badge component. This component could have different styles that are created with different element tags. There's 3 options: "a", "span" or "div" I don't like the idea of three separate components (BadgeA, BadgeSpan and BadgeDiv), so if I could not change at runtime,

Re: [FlexJS][Maven] Missing assets in target folder

2016-11-04 Thread Christofer Dutz
Hi Carlos, just to be complete with my suggestion. Maven style would be to have sources, which are compiled in „src/main/flex“ and resources which are simply copied to the output in „src/main/resources“ Chris Am 04.11.16, 10:13 schrieb "carlos.rov...@gmail.com im Auftrag von Carlos Rovira" :

Re: [FlexJS] Optimizing the maven build ... success ...

2016-11-04 Thread Christofer Dutz
Ok I did the merge and I hopefully fixed an issue Alex mentioned with „closure/closure“ directory structure. @Carlos Rovira ... please give it another try (as soon as jenkins is finished with it) @Alex Harui ... please give the Ant build another try If the ant issue is fixed, I think I could me

Re: [FlexJS] How to change a node at runtime

2016-11-04 Thread OK
Hi Carlos, would it be an option to implement the Badge component as pure Badge without any build-in options to use it with a, div or span? Doing it this way the pure Badge maybe could be composed with any other FlexJS component. E.g. to emulate a MDL span badge (text + badge) we could compose a w

Re: [FlexJS] Optimizing the maven build ... success ...

2016-11-04 Thread Carlos Rovira
Hi Chris, just tried and working again. Thanks for you blazing fast action! :) sweet 4sec builds :) 2016-11-04 10:34 GMT+01:00 Christofer Dutz : > Ok I did the merge and I hopefully fixed an issue Alex mentioned with > „closure/closure“ directory structure. > @Carlos Rovira ... please give it an

Re: [FlexJS] How to change a node at runtime

2016-11-04 Thread Carlos Rovira
Hi Olaf, you make me think about this and maybe this could be just a bead that decorates a, span or div... I think I need to setup some basic html comps first (link headings...), since many mdl styling is made over basic html tags... 2016-11-04 10:48 GMT+01:00 OK : > Hi Carlos, > would it be

Re: [FlexJS][Maven] Missing assets in target folder

2016-11-04 Thread Carlos Rovira
Hi Chris, I tried your suggestion and changed the image extension to "jpg" to be closer in my example, but after building I didn't find in target folder. This should be in "target"? or maybe in a subfolder (target/main/resourcers)? 2016-11-04 10:29 GMT+01:00 Christofer Dutz : > Hi Carlos, > > ju

Re: [FlexJS][Maven] Missing assets in target folder

2016-11-04 Thread Christofer Dutz
Hi Carlos, not directly in the target directory. It should be in „target/javascript/bin/js-debug“ (or a sub-directory, depending on where your resource is located) Chris Am 04.11.16, 11:17 schrieb "carlos.rov...@gmail.com im Auftrag von Carlos Rovira" : Hi Chris, I tried your su

Re: [FlexJS][Maven] Missing assets in target folder

2016-11-04 Thread Carlos Rovira
Hi Chris, I track all subfolders and seems is not copied :? 2016-11-04 11:49 GMT+01:00 Christofer Dutz : > Hi Carlos, > > not directly in the target directory. > It should be in „target/javascript/bin/js-debug“ (or a sub-directory, > depending on where your resource is located) > > Chris > > Am

Re: [FlexJS] How to change a node at runtime

2016-11-04 Thread Alex Harui
What errors do you get after replacing? Sent from my LG G3, an AT&T 4G LTE smartphone -- Original message-- From: Carlos Rovira Date: Fri, Nov 4, 2016 2:23 AM To: dev@flex.apache.org; Subject:Re: [FlexJS] How to change a node at runtime Hi Yishayw, in MDL there's a Badge component. This

Re: [FlexJS] How to change a node at runtime

2016-11-04 Thread Carlos Rovira
Hi Alex, I changed the implementation to a Bead that I think is more correct since we are decorating other elements. I think the other approach was not right as Yishayw pointed. Thanks for your help 2016-11-04 14:31 GMT+01:00 Alex Harui : > What errors do you get after replacing? > > Sent fro

Re: [FlexJS][Maven] Missing assets in target folder

2016-11-04 Thread Christofer Dutz
Hi Carlos, do you have your project checked in anywhere, so I could have a look at it? Chris Am 04.11.16, 14:08 schrieb "carlos.rov...@gmail.com im Auftrag von Carlos Rovira" : Hi Chris, I track all subfolders and seems is not copied :? 2016-11-04 11:49 GMT+01:00 Christof

Re: [FlexJS][Maven] Missing assets in target folder

2016-11-04 Thread Carlos Rovira
You can grab ir from examples folder is MDLExample thanks 2016-11-04 15:45 GMT+01:00 Christofer Dutz : > Hi Carlos, > > do you have your project checked in anywhere, so I could have a look at it? > > Chris > > Am 04.11.16, 14:08 schrieb "carlos.rov...@gmail.com im Auftrag von Carlos > Rovira" c

FlexJS -- we really need to get bugs into JIRA

2016-11-04 Thread Justin M. Hill
Hi Alex, Everyone here at Prominic would like to see JIRA being used more for Flex development to track issues. We are very glad to hear that the nightly 0.8.0 build solved the issue Pan reported. This has apparently happened before -- where we have spent > 1 day determining something was a bu

Re: [FlexJS] HTML headings h1 to h6

2016-11-04 Thread Carlos Rovira
Hi Alex, I created H1 to H6 and A (Anchor) in develop html library. Should we have as well a DIV, SPAN, UL... components? seems reasonable when we don't want a flexjs Container or List, right? I think we would need as well to have a component to set text in innerHTML inside a DIV, SPAN or other...

Re: [FlexJS][Maven] Missing assets in target folder

2016-11-04 Thread Alex Harui
On 11/4/16, 2:13 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >I think Chris is on the track on this issue. > >As a user, If I have a resource on a folder, is because I want it on final >output, so I'll expect to be copied, since output folder is what I'll be >putting on serv

Re: [FlexJS] HTML headings h1 to h6

2016-11-04 Thread Carlos Rovira
Alex, finaly created as well Span and Div classes, and with this I could manage some MDL issues. I committed separately to be able to remove if this is not what we need. 2016-11-04 17:18 GMT+01:00 Carlos Rovira : > Hi Alex, > > I created H1 to H6 and A (Anchor) in develop html library. > Should w

Re: [FlexJS][Maven] Missing assets in target folder

2016-11-04 Thread Carlos Rovira
mmm...certainly, I think that was what we use to do in old Flex dev. maybe that's the reason why my jpg is not getting copied...we need to add 'src/resources/fles' to the pom.xml as an additional source directory @Chris what do you think? could we add in flexmojos a secondary source dir? Thanks

Re: FlexJS -- we really need to get bugs into JIRA

2016-11-04 Thread Alex Harui
Hi Justin, I think we are using JIRA more these days, but IMO, it still isn't worth documenting every change in JIRA. Apache projects are supposed to feel more like potlucks than corporate efforts, and I don't want some volunteer with only an few minutes of time to decide not to contribute a n

Re: [FlexJS] HTML headings h1 to h6

2016-11-04 Thread Alex Harui
I don't see any problem with having more of these direct wrappers of HTMLElements. Container is supposed to be Div and Label is supposed to be Span, but the APIs are slightly different. The goal there was to have more Flex-like names for things. Label supports "text" and "html" properties. If y

Re: FlexJS -- we really need to get bugs into JIRA

2016-11-04 Thread Justin M. Hill
Hi Alex, I understand what you are saying about Apache having a unique approach, but on the other hand countless software development projects have been improved by better tracking. When it is possible to associate a bug's fixes with changes in the source code, everyone following the project has

Re: [FlexJS][Maven] Missing assets in target folder

2016-11-04 Thread Christofer Dutz
Hi Carlos, These files aren’t sources therefore they don’t belong to a source directory, from a maven point of view. They should be added to the resource directories which are handled by the resources plugin. The thing is, that we could eventually simply configure the maven-resources-plugin to

Re: FlexJS -- we really need to get bugs into JIRA

2016-11-04 Thread OmPrakash Muppirala
Justin, There is no reason for us to not file JIRA tickets. And, if someone in your company finds a bug, they should go ahead and file a JIRA ticket. And for good measure, bring it up on the list and if possible suggest some possible fixes. I agree that having issues documented in JIRA is defin

Re: FlexJS -- we really need to get bugs into JIRA

2016-11-04 Thread Alex Harui
Hi Justin, I'm not disagreeing about using JIRA more. But I'm not sure that mandating that JIRA be a complete replica of development activity is a good idea. But I'd like to hear from others. Maybe the rest of the community does want to mandate JIRA. To me, JIRA is a great "to-do" tracker

Re: FlexJS -- we really need to get bugs into JIRA

2016-11-04 Thread Justin M. Hill
Hi Alex, I agree we need to be better about participating. I will keep pushing our team to do so. Thank you for taking the time to have this dialog with me. We appreciate your efforts very much on FlexJS and know you have a lot on your plate. I am going to make it one of our new goals as part

Re: FlexJS -- we really need to get bugs into JIRA

2016-11-04 Thread Justin Mclean
Hi, > I'm not disagreeing about using JIRA more. But I'm not sure that mandating > that JIRA be a complete replica of development activity is a good idea. But > I'd like to hear from others. Maybe the rest of the community does want to > mandate JIRA. To me, JIRA is a great "to-do" tracke

Re: [FlexJS][Maven] Missing assets in target folder

2016-11-04 Thread Carlos Rovira
Hi Chris, That's ok, I think we need to add additional source directories (in my case, and other maven projects, src/main/resources). The configuration you refer would affect all projects? I think that is ok so people could have standard maven folders preconfigured, and then change it if they want

Re: [FlexJS] Apply style to component

2016-11-04 Thread Carlos Rovira
Hi Alex, to track this problem (at least a first one with inline css styles), I'll give you a basic use case: this gives following html: I think the problem is "background" css style is bypassed by the compiler and disappears in output 2016-11-04 1:03 GMT+01:00 Alex Harui : > I'd have to

Re: [FlexJS] Optimizing the maven build ... success ...

2016-11-04 Thread Alex Harui
All good from the Ant side. Thanks, -Alex On 11/4/16, 2:34 AM, "Christofer Dutz" wrote: >Ok I did the merge and I hopefully fixed an issue Alex mentioned with >„closure/closure“ directory structure. >@Carlos Rovira ... please give it another try (as soon as jenkins is >finished with it) >@Alex