Pics from event

2016-04-14 Thread Harbs
Did anyone take any pictures at the event in San Francisco? It would be a nice idea to upload some photos to the Facebook page.

Re: Docs

2016-04-14 Thread Harbs
I’m wondering if Github Pages might not be the simplest platform for writing docs. It seems to have a lot of flexibility and I can’t imagine a platform which makes collaboration easier. [1][2][3] Here’s some good info on Github Pages docs and examples.[4] On Apr 14, 2016, at 9:01 AM, Christofer

[FlexJS]

2016-04-14 Thread Maher SOUA
Hi, I was testing DataBindingExample project, the debug app works fine but the release don't work at all , the error is HelloFlexJs (HelloFlexJs) the name of the project, is not recognized, but when I compile, I have this error : avr. 12, 2016 6:30:18 PM com.google.javascript.jscomp.LoggerErrorMana

Re: [FlexJS]

2016-04-14 Thread Peter Ent
Let's take a step back. If you've downloaded FlexJS using the installer, and then went to examples/flexjs/DataBindingExample, and ran all of the products (bin-debug, bin/js-debug, bin/js-release) - what happened? They all should run. Let's start with that. If they don't run, please share any conso

Re: How to use source maps. (was: how flexjs just get js-debug?)

2016-04-14 Thread Carlos Rovira
Hi Josh, in order to test source-maps, is that in official 0.6 release or I must use a nightly build? thanks 2016-04-14 0:34 GMT+02:00 Josh Tynjala : > Hey Harbs, > > I tweaked the compiler so that a warning is printed to the console when > trying to use source maps with MXML, but it should wor

Re: How to use source maps. (was: how flexjs just get js-debug?)

2016-04-14 Thread Harbs
Nightly. On Apr 14, 2016, at 5:53 PM, Carlos Rovira wrote: > Hi Josh, > > in order to test source-maps, is that in official 0.6 release or I must use > a nightly build? > > thanks > > 2016-04-14 0:34 GMT+02:00 Josh Tynjala : > >> Hey Harbs, >> >> I tweaked the compiler so that a warning i

Re: Docs

2016-04-14 Thread Alex Harui
On 4/14/16, 2:21 AM, "Harbs" wrote: >On Apr 14, 2016, at 6:51 AM, Alex Harui wrote: > >> >> >> On 4/13/16, 3:59 PM, "Andrew Wetmore" wrote: >> >>> Does the team prefer to write in Markdown? >> >> IMO, the factors involved here are: >> 1) Are these pages going on the flex.a.o website? >Do

Re: [FlexJS]

2016-04-14 Thread Alex Harui
I'm not sure if you are using an IDE or the command line, but add the -remove-circulars compiler options. I think I'll put up a FAQ in the wiki today on this topic. Thanks, -Alex On 4/14/16, 4:19 AM, "Maher SOUA" wrote: >Hi, >I was testing DataBindingExample project, the debug app works fine b

Re: Docs

2016-04-14 Thread Harbs
OK. How do we set up a repo for FlexJS docs that would be mirrored to Github? On Apr 14, 2016, at 5:57 PM, Alex Harui wrote: > > > On 4/14/16, 2:21 AM, "Harbs" wrote: > > >> On Apr 14, 2016, at 6:51 AM, Alex Harui wrote: >> >>> >>> >>> On 4/13/16, 3:59 PM, "Andrew Wetmore" wrote: >>>

Re: how flexjs just get js-debug?

2016-04-14 Thread Alex Harui
OK, the nightly build seems to be working. By default, the command line still makes the release version so to just get a debug version, add -debug=true -Alex On 4/13/16, 12:05 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >I dont think there is a command line option. I belie

AW: Docs

2016-04-14 Thread Christofer Dutz
Hi Harbs, Github internally uses/supports asciidoctor (http://asciidoctor.org/) The cool thing is that you can even add UML diagrams: http://asciidoctor.org/news/2014/02/18/plain-text-diagrams-in-asciidoctor/ http://plantuml.com/ ditaa Diagrams, plantUml diagrams etc ... Even referencing code sn

Re: Docs

2016-04-14 Thread Alex Harui
I think you file a JIRA with Infra for a new repo. I think they mirror everything by default. But let's make sure we have consensus before doing it. Also, please research past threads about GitHub Pages on some of the ASF-wide lists to understand if there are any other issues to consider. For ex

Re: Docs

2016-04-14 Thread Harbs
It looks to me that all you need is a gh-pages branch and everything just “works”. http://oli.jp/2011/github-pages-workflow/ I’m not sure how/where to search the Apache lists. On Apr 14, 2016, at 6:08 PM, Alex Harui wrote: > I think you file a JIRA with Infra for a new repo. I think they mir

Re: [FlexJS] Status on Maven migration

2016-04-14 Thread Alex Harui
Chris, do you think the folder structure is "final" or could it change as you fix these issues? If "final", I will start making sure the Ant scripts and Eclipse projects work. -Alex On 4/13/16, 3:16 AM, "Christofer Dutz" wrote: >Hi, > > >today I finished cleaning up the Tests so they should n

Re: Docs

2016-04-14 Thread Alex Harui
On 4/14/16, 8:21 AM, "Harbs" wrote: >It looks to me that all you need is a gh-pages branch and everything just >“works”. > >http://oli.jp/2011/github-pages-workflow/ > >I’m not sure how/where to search the Apache lists. Apache mailing lists are mostly public and Google can find a lot of things

AW: [FlexJS] Status on Maven migration

2016-04-14 Thread Christofer Dutz
The structure is final, I'm just working on the details now. I also noticed that hit seems to be able to sync updates even if the structure is changed :-) But how about giving Maven a try? Eclipse does support that with the m2eclipse plugin. Chris Von meinem Samsung Galaxy Smartphone gesende

Fwd: Want to find more contributors for your Apache project?

2016-04-14 Thread Mihai Chira
Should I mail them (if so, should I just reply on committ...@apache.org?) to ask for the inclusion of ActionScript in the list of programming languages there? -- Forwarded message -- From: Shane Curcuru Date: 11 April 2016 at 21:55 Subject: Want to find more contributors for your

Re: Docs

2016-04-14 Thread Harbs
Interesting discussion. There at the least seems to be a precedent of having docs externally hosted here: https://anypoint.mulesoft.com/apiplatform/forge-allura/#/portals/organizations/86c00a85-31e6-4302-b36d-049ca5d042fd/apis/32370/versions/33732 These docs are linked to from the Allura project

Re: Docs

2016-04-14 Thread OmPrakash Muppirala
I think we are getting a bit distracted here with trying to select the best toolchain first. The more important thing is that we need good content first. Andrew, thanks for volunteering to create the content. I think you can start right away by adding things to our wiki here. Once we decide on

Re: Docs

2016-04-14 Thread Harbs
Truth be told, he could start locally with just a folder of some Markdown files (or similar) and we can always add them to whatever system we use later. I personally would not want to write using our wiki. On Apr 14, 2016, at 10:49 PM, OmPrakash Muppirala wrote: > I think we are getting a bit

Re: Docs

2016-04-14 Thread OmPrakash Muppirala
Haha, sure! On Thu, Apr 14, 2016 at 12:57 PM, Harbs wrote: > Truth be told, he could start locally with just a folder of some Markdown > files (or similar) and we can always add them to whatever system we use > later. > > I personally would not want to write using our wiki. > > On Apr 14, 2016,

RE: Docs

2016-04-14 Thread Jason Taylor
Hi Guys, good meeting all of you in SF. Just would like to chime in I would LOVE some documentation on the internals of FlexJS so that we could assist in the FlexJS SDK development. I know Harbs & Mike don't want to do all the TLF work alone :-P ~ JT -Original Message- From: omup...@

Re: AW: [FlexJS] Status on Maven migration

2016-04-14 Thread Alex Harui
On 4/14/16, 9:30 AM, "Christofer Dutz" wrote: >The structure is final, I'm just working on the details now. I also >noticed that hit seems to be able to sync updates even if the structure >is changed :-) > >But how about giving Maven a try? Eclipse does support that with the >m2eclipse plugin.

Re: Docs

2016-04-14 Thread Alex Harui
Hi Jason, Can you provide a bit more detail about what you are looking for? I assume you've been through the wiki? https://cwiki.apache.org/confluence/display/FLEX/FlexJS -Alex On 4/14/16, 3:45 PM, "Jason Taylor" wrote: >Hi Guys, good meeting all of you in SF. Just would like to chime in I

RE: Docs

2016-04-14 Thread Jason Taylor
specifically more information on working on the FalconJX compiler, such as a tutorial for setting everything up from a brand new computer, and fixing a bug / implemented a requested feature. ~ JT -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Thursday, April 14, 201

Easy way to convert a property to a style

2016-04-14 Thread jude
In the Flex SDK we have some styles like top, left, right, bottom that we can define as styles. These also happen to be available as properties on UIComponent. I'd like to be able to set the properties like visible, includeInLayout and includeIn as styles as well. This is so we can create a sort o

Re: how flexjs just get js-debug?

2016-04-14 Thread lizhi
i have test the dev build, but not work.and it out release set FLEX_HOME=d:/sdk/flexjs7 set main=TestHungryHero start %FLEX_HOME%/js/bin/mxmlc -external-library-path="%FLEX_HOME%\js\libs\js.swc" -compiler.source-path=../src src/%main%.as -remove-circulars -define=CONFIG::as_only,false -define=CONF

Re: Easy way to convert a property to a style

2016-04-14 Thread Alex Harui
On 4/14/16, 8:07 PM, "jude" wrote: >In the Flex SDK we have some styles like top, left, right, bottom that we >can define as styles. These also happen to be available as properties on >UIComponent. > >I'd like to be able to set the properties like visible, includeInLayout >and >includeIn as sty

Re: how flexjs just get js-debug?

2016-04-14 Thread Alex Harui
Can you post the console output somewhere? I'm wondering if you have an environment variable set that could call an older version of the compiler that is installed somewhere else on your system. Another thing to try is to make -debug=true the first option on the command-line instead of the last.

Re: Docs

2016-04-14 Thread Alex Harui
OK, I was thinking about writing up more on the compiler. I'll get started on it. We are in the middle of a big refactor of the compiler source in order to better support Maven builds so we'll see how much I can write down without having to rewrite it in a week or so. -Alex On 4/14/16, 6:11 PM,

Re: how flexjs just get js-debug?

2016-04-14 Thread lizhi
thanks it is work,try is to make -debug=true the first option on the command-line instead of the last -- View this message in context: http://apache-flex-development.247.n4.nabble.com/how-flexjs-just-get-js-debug-tp52303p52369.html Sent from the Apache Flex Development mailing list archive

AW: AW: [FlexJS] Status on Maven migration

2016-04-14 Thread Christofer Dutz
In the cleanup script I simply removed all non Maven related stuff. What I could do, was to have my IntelliJ to generate an ant build from the Maven build. Eventually that would get rid of some of the problems if the old ant build. Chris Von meinem Samsung Galaxy Smartphone gesendet. -

AW: Docs

2016-04-14 Thread Christofer Dutz
Well I guess documenting that now isn't such a good idea as we are probably going to migrate to Maven soon, which makes seeing up a lot easier. And I was planning on starting to document the build after that change. Chris Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche

Re: AW: AW: [FlexJS] Status on Maven migration

2016-04-14 Thread Alex Harui
On 4/14/16, 10:44 PM, "Christofer Dutz" wrote: >In the cleanup script I simply removed all non Maven related stuff. What >I could do, was to have my IntelliJ to generate an ant build from the >Maven build. Eventually that would get rid of some of the problems if the >old ant build. That might