Re: What has changed with FlexJS and Falcon in the last months?

2015-04-27 Thread Alex Harui
On 4/27/15, 10:20 PM, "Christofer Dutz" wrote: >Hi, > > >has anything significantly changed with FlexJS and Falcon from a >packaging point of view? They are still two separate packages. The list of SWCs in FlexJS has changed significantly as well as where the source is located. > >I had thou

What has changed with FlexJS and Falcon in the last months?

2015-04-27 Thread Christofer Dutz
Hi, has anything significantly changed with FlexJS and Falcon from a packaging point of view? I had thought that I head Alex say that JBurg was taken out of Falcon to make it more understandable ... is that true or was that a memory of a dream? I could see the jburg jar is still downloaded ..

AW: Maven deployment ant-targets taken out of Falcon?

2015-04-27 Thread Christofer Dutz
Just ignore my last post ... Never code before your first cup of coffee ;-) It seems IntelliJ simply didn't highlight the file as an Ant script but as a simple Xml file so I simply didn't see it. Chris Von: Christofer Dutz Gesendet: Dienstag, 28. April 2

Maven deployment ant-targets taken out of Falcon?

2015-04-27 Thread Christofer Dutz
Hi, in preparation of my task to try to use Flacon and FlexJS to build a FlexJS application using Flexmojos I was surprised that no SNAPSHOT versions are deployed anymore (I had setup a job to do that). Investigating a little more, I couldn't find any maven.xml which would actually handle the

AW: [RESULT] [VOTE] Flex Doc Donation

2015-04-27 Thread Christofer Dutz
I think the product name of Adobes "BlazeDS Professional/Enterprise" is LiveCycle Chris Von: Justin Mclean Gesendet: Dienstag, 28. April 2015 00:41 An: dev@flex.apache.org Betreff: Re: [RESULT] [VOTE] Flex Doc Donation Hi, There’s still a couple of min

Re: [RESULT] [VOTE] Flex Doc Donation

2015-04-27 Thread Justin Mclean
Hi, > I have a pile of mxml files that look like they are safe to commit. Where > should they go? SVN or Git? A good place for them would be Tour De Flex and (eventually) have the content point to that. Thanks, Justin

Re: [RESULT] [VOTE] Flex Doc Donation

2015-04-27 Thread Alex Harui
I don’t know what is behind an asp site, but if it looks like code, it will have to go through the donation process, I can’t just copy it over. I’ll ask around, but even if there are dozens of apps and they all hit one or two server calls, it will still be faster to adjust those dozen tests, espec

Re: [RESULT] [VOTE] Flex Doc Donation

2015-04-27 Thread Justin Mclean
Hi, There’s still a couple of minor trademarks issue that need fixing up. grep "Nokia" ./content/doc/flex/using/* Should be “LifeCycle": grep "LIveCycle” ./content/doc/flex/using/* Perhaps these: grep "Adobe Flex" ./content/doc/flex/using/* grep “Blaze" ./content/doc/flex/using/* Perhaps thes

Re: [RESULT] [VOTE] Flex Doc Donation

2015-04-27 Thread OmPrakash Muppirala
In my experience, I have seen a lot of them. I don't know if there is a way to get an accurate count of how many. Of course, if you are not able to locate them, we would have to go update them anyways. But, if you are able to locate and copy them over, it will definitely save us a lot of time.

Re: [RESULT] [VOTE] Flex Doc Donation

2015-04-27 Thread Alex Harui
Unless there are a lot of them, it will probably take less time to replace the data with local .xml files. Some of this stuff was created and maintained by individuals and had no corporate backup. -Alex On 4/27/15, 2:47 PM, "OmPrakash Muppirala" wrote: >Also, it looks like a lot of the running

Re: [RESULT] [VOTE] Flex Doc Donation

2015-04-27 Thread OmPrakash Muppirala
Also, it looks like a lot of the running swf files load example content from this server: http://aspexamples.adobe.com Ex: click on the "View Running Example" button in the bottom on this page: http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf6568f-7ffc.html The swf file load

Re: [RESULT] [VOTE] Flex Doc Donation

2015-04-27 Thread Alex Harui
Infra confirmed that only trunk gets pub’d and I test I ran also seems to prove that. I’ve put the files in the flexdocs branch (site/branches/flexdocs). After the .html files were signed off, someone on our docs team found a folder of .mxml files that are supposedly the examples used in the .htm

Re: [RESULT] [VOTE] Flex Doc Donation

2015-04-27 Thread Nicholas Kwiatkowski
You are correct. That would be the best way to go. -Nick On Mon, Apr 27, 2015 at 11:07 AM, Alex Harui wrote: > It just occurred to me: I can create a branch in SVN right? Only trunk > gets pub’d? > > -Alex > > On 4/27/15, 4:48 AM, "Nicholas Kwiatkowski" wrote: > > >I've got a window to work

Re: [RESULT] [VOTE] Flex Doc Donation

2015-04-27 Thread Alex Harui
It just occurred to me: I can create a branch in SVN right? Only trunk gets pub’d? -Alex On 4/27/15, 4:48 AM, "Nicholas Kwiatkowski" wrote: >I've got a window to work on it later this week. I had a project get put >on hold so I'm pretty free Wednesday through Friday. > >I don't think there i

Line Drawing and Copy paste

2015-04-27 Thread vijaygurjar
Hello, I have a query regarding drawing and copy paste of line shape. I am not able to copy and paste line shape object. I have draw line in canvas and like to duplicate that object. Please help me to do this stuff. Regrads, Vijay -- View this message in context: http://apache-flex-developm

Re: [RESULT] [VOTE] Flex Doc Donation

2015-04-27 Thread Nicholas Kwiatkowski
I've got a window to work on it later this week. I had a project get put on hold so I'm pretty free Wednesday through Friday. I don't think there is a good way to stop a single folder from being published. I think if it's in the SVN, it's in. I want to open up a ticket with INFRA to see if we c

RE: [DISCUSS] Apache Flex SDK 4.14.1 - RC1

2015-04-27 Thread Glenn Willianms
Same here All good -Original Message- From: Mihai Chira [mailto:mihai.ch...@gmail.com] Sent: 24 April 2015 13:09 To: dev@flex.apache.org Subject: Re: [DISCUSS] Apache Flex SDK 4.14.1 - RC1 Just an FYI: we are now compiling our (relatively large) application with this version of the SDK

RE: Where to put code examples?

2015-04-27 Thread Kessler CTR Mark J
I like the idea of the example repo and specific subfolders for each area. -Mark

Re: Custom ToggleSwitch in code

2015-04-27 Thread WelshAndy
Hi Om, Thanks. Unfortunately, that skinClass suggestion didnt work :( Hope its appropriate to post the following code - Ive reduced it to the minimum: CustomToggle.mxml http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" creationComplete=