Re: Jenkins and Falcon

2012-09-13 Thread Gordon Smith
Yes, I think it should build on Linux, and I believe Raju said it he tried building on Linux and it worked. Sent from my iPad On Sep 13, 2012, at 5:35 PM, "Justin Mclean" wrote: > Hi, > >> What's the status of the Jenkins build? The last build seems to have been on >> 9/3. > The windows mach

Re: Jenkins and Falcon

2012-09-13 Thread Justin Mclean
Hi, > What's the status of the Jenkins build? The last build seems to have been on > 9/3. The windows machine that it runs on is offline. I've email builds @ to see if they can look into it. > Would you be willing to add Falcon to the autobuild? The main reason at the > moment for doing so wou

[VOTE] Release InstallApacheFlex 1.0 - RC4

2012-09-13 Thread Om
We are back again with RC4! This is the first official release of the InstallApacheFlex AIR application. The official Apache distribution is the source kit which can contains only source. The source distributions for Windows and Mac are available here: http://people.apache.org/~bigosmallm/instal

Manifest-only JARs

2012-09-13 Thread Gordon Smith
Falcon has various manifest-only JARs such as falcon-mxmlc.jar. (I think the old compiler also had them.) Does anybody know how to fix this warning when they get built? [jar] Warning: skipping jar archive D:\Apache\incubator\flex\falcon\trunk\compiler\generated\dist\sdk\lib\falcon-mxmlc.jar

Jenkins and Falcon

2012-09-13 Thread Gordon Smith
Hi, Justin. What's the status of the Jenkins build? The last build seems to have been on 9/3. Would you be willing to add Falcon to the autobuild? The main reason at the moment for doing so would be to get Falcon's Javadoc built and posted. - Gordon -Original Message- From: Justin Mc

RE: Editing the site

2012-09-13 Thread Gordon Smith
Done. -Original Message- From: omup...@gmail.com [mailto:omup...@gmail.com] On Behalf Of Om Sent: Thursday, September 13, 2012 2:55 PM To: flex-dev@incubator.apache.org Subject: Re: Editing the site On Thu, Sep 13, 2012 at 2:50 PM, Gordon Smith wrote: > Thanks! Can I add this informatio

Re: Editing the site

2012-09-13 Thread Om
On Thu, Sep 13, 2012 at 2:50 PM, Gordon Smith wrote: > Thanks! Can I add this information to the "How do I edit this website?" > section, or has it been deliberately omitted? > > - Gordon > > I was going to add it when I get a chance. Please go ahead if you are there. Thanks, Om > > -Ori

RE: Editing the site

2012-09-13 Thread Gordon Smith
Thanks! Can I add this information to the "How do I edit this website?" section, or has it been deliberately omitted? - Gordon -Original Message- From: Erik de Bruin [mailto:e...@ixsoftware.nl] Sent: Thursday, September 13, 2012 10:21 AM To: flex-dev@incubator.apache.org Subject: Re: E

RE: Falcon :: ASDoc porting or re-explore

2012-09-13 Thread Michael Schmalle
Basically, what I had created was a renderer abstractly that used factories to create various render formats. All I used was the AST produced by the parser, classes that managed access into the code model and then a rendering layer that output html using Velocity templates and java class bu

Re: Falcon :: ASDoc porting or re-explore

2012-09-13 Thread Justin Mclean
Hi, Also something to note that in the current generation of the ASDocs some of the HTML is modified via Java so it's not a pure XSLT solution. Justin

Re: Falcon :: ASDoc porting or re-explore

2012-09-13 Thread Justin Mclean
HI, > I am not sure how fast XSLT is It's slow, very slow. I made a few changed to ASDoc to document private methods, properties and mark new Apache Flex methods and properties with a little Apache Flex logo. It takes about an hour to produce all the docs. >>> I am sure this community has folks

RE: Falcon :: ASDoc porting or re-explore

2012-09-13 Thread Gordon Smith
Recently the Flash Builder team has decided to add ASDoc support to the new compiler. I'll find out whether Adobe is willing to donate this work when it is complete. (In general, Adobe is NOT committed to donating future work on the compiler.) If so, it might not make sense for us to do it. They

Re: Falcon :: ASDoc porting or re-explore

2012-09-13 Thread Om
On Thu, Sep 13, 2012 at 12:42 PM, Alex Harui wrote: > > On 9/13/12 12:27 PM, "Om" wrote: > > > >> > > I believe that making an AIR app for this would cause problems with > > continuous integration or build bots. XSLT can be invoked via ant and > can > > be run anywhere. > I've used AIR apps in

Re: Falcon :: ASDoc porting or re-explore

2012-09-13 Thread Alex Harui
On 9/13/12 12:27 PM, "Om" wrote: >> > I believe that making an AIR app for this would cause problems with > continuous integration or build bots. XSLT can be invoked via ant and can > be run anywhere. I've used AIR apps in shell scripts. I haven't tried it in Ant, but I don't know why it w

Re: Falcon :: ASDoc porting or re-explore

2012-09-13 Thread Michael Schmalle
Hmm, interesting idea I wonder how the "assemble" part works. :) From my past dealings with AS3 and AST I have a pretty well 3/4 or more functioning asdoc builder/renderer created in java using Velocity templates and model classes that complement them (this was from my earlier ventures in w

Re: Falcon :: ASDoc porting or re-explore

2012-09-13 Thread Om
On Thu, Sep 13, 2012 at 12:19 PM, Alex Harui wrote: > > > > On 9/13/12 11:32 AM, "Michael Schmalle" wrote: > > > > > > So, when the wiki says work on asdoc impl, are we talking about > > porting the old asdoc algorithms to work with the new AST model or if > > there are better ways to implement

Re: Falcon :: ASDoc porting or re-explore

2012-09-13 Thread Alex Harui
On 9/13/12 11:32 AM, "Michael Schmalle" wrote: > > So, when the wiki says work on asdoc impl, are we talking about > porting the old asdoc algorithms to work with the new AST model or if > there are better ways to implement asdoc explore them? > Just my opinion, but what I don't like about

Falcon :: ASDoc porting or re-explore

2012-09-13 Thread Michael Schmalle
This question is probably for Gordon but, if I was to start coding asdoc implementation, where would I start? I understand what is going on but this is a huge step for me and I don't want to waste any time working on something that was ridiculously in the wrong direction. So, when the wik

RE: Is there anything the community can do to help you testing or documenting Falcon and the build process?

2012-09-13 Thread Michael Schmalle
Ah never mind about the processing, I'm thinking non-ABC and it's really irrelevant as of now. Mike Quoting Gordon Smith : I haven't gotten through the whole source yet but I noticed preprocess things. Have you allowed for preprocess and post process of AST/Compile from something loaded f

Re: Classpath problem using mxmlc command with Falcon SDK

2012-09-13 Thread Om
Raju, If I may suggest, it would make life easier for everyone if you contribute via patches instead of as comments on the JIRA page. For one, it looks like you will be contributing more than 2 line changes going forward :-) This exercise would help set you up for creating and contributing bigge

Re: Apache Flex roadmap page in the wiki [was: I was tired of waiting.]

2012-09-13 Thread Omar Gonzalez
It looks like it generated a roadmap.html page that it didn't clean up when the page was renamed. Not sure if it can be removed. -omar On Thu, Sep 13, 2012 at 10:25 AM, Raju Bitter < r.bitter.mailingli...@googlemail.com> wrote: > Thanks, Omar. That's what I guessed, I remember that the roadmap

Re: Apache Flex roadmap page in the wiki [was: I was tired of waiting.]

2012-09-13 Thread Raju Bitter
Thanks, Omar. That's what I guessed, I remember that the roadmap wiki page was changed long ago. Strange that the old page is still online. - Raju

RE: Is there anything the community can do to help you testing or documenting Falcon and the build process?

2012-09-13 Thread Gordon Smith
Great, thanks! -Original Message- From: Raju Bitter [mailto:r.bitter.mailingli...@googlemail.com] Sent: Thursday, September 13, 2012 5:28 AM To: flex-dev@incubator.apache.org Subject: Re: Is there anything the community can do to help you testing or documenting Falcon and the build proce

RE: Is there anything the community can do to help you testing or documenting Falcon and the build process?

2012-09-13 Thread Gordon Smith
> I haven't gotten through the whole source yet but I noticed preprocess things. > Have you allowed for preprocess and post process of AST/Compile from > something loaded from the outside? > I mean can I extend something without recompiling the project with my code > included. I don't think so.

Re: Classpath problem using mxmlc command with Falcon SDK

2012-09-13 Thread Raju Bitter
No, I don't. So go ahead and commit the change. :-)

Re: Editing the site

2012-09-13 Thread Erik de Bruin
Preview at: http://flex.staging.apache.org/flex/ Publish at: https://cms.apache.org/flex/publish EdB On Thu, Sep 13, 2012 at 7:18 PM, Gordon Smith wrote: > I want to make a few minor edits to the site, to add my name to the Team page > and to update some statements about Falcon. I read the "H

RE: Classpath problem using mxmlc command with Falcon SDK

2012-09-13 Thread Gordon Smith
Raju, do you have committer rights? - Gordon -Original Message- From: Raju Bitter [mailto:r.bitter.mailingli...@googlemail.com] Sent: Thursday, September 13, 2012 4:52 AM To: flex-dev@incubator.apache.org; Gordon Smith Subject: Re: Classpath problem using mxmlc command with Falcon SDK G

Editing the site

2012-09-13 Thread Gordon Smith
I want to make a few minor edits to the site, to add my name to the Team page and to update some statements about Falcon. I read the "How do I edit this website?" section of the http://incubator.apache.org/flex/developer-faqs.html page but I still don't understand two things: 1. What URL do I u

[jira] [Resolved] (FLEX-33173) Mustella Managers Patches

2012-09-13 Thread Alex Harui (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Harui resolved FLEX-33173. --- Resolution: Fixed Used patches mustella-drag-manager.diff and mustellaDragManagerCursorPatch.diff. O

[jira] [Assigned] (FLEX-33173) Mustella Managers Patches

2012-09-13 Thread Alex Harui (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Harui reassigned FLEX-33173: - Assignee: Alex Harui > Mustella Managers Patches > - > >

Re: Apache Flex roadmap page in the wiki [was: I was tired of waiting.]

2012-09-13 Thread Omar Gonzalez
On Thu, Sep 13, 2012 at 8:12 AM, Raju Bitter < r.bitter.mailingli...@googlemail.com> wrote: > There's still a Flex wiki page called roadmap page somewhere up on > apache.org: > https://cwiki.apache.org/FLEX/roadmap.html > Quoting that page: " we're right now deciding the roadmap for next > release

Re: Apache Flex roadmap page in the wiki [was: I was tired of waiting.]

2012-09-13 Thread Raju Bitter
There's still a Flex wiki page called roadmap page somewhere up on apache.org: https://cwiki.apache.org/FLEX/roadmap.html Quoting that page: " we're right now deciding the roadmap for next releases of Apache Flex" You might want to take that offline, it's a bit confusing. Adobe published a documen

Re: Apache Flex roadmap page in the wiki [was: I was tired of waiting.]

2012-09-13 Thread teotigra
Quoting Carol Frampton : I think we've been thru this before but I'm not going to take the time to find the thread. I don't think people had a problem with putting together a list of project suggestions and what people are working on. I think the issue was more with the term "Roadmap" because,

Re: Apache Flex roadmap page in the wiki [was: I was tired of waiting.]

2012-09-13 Thread Jonathan Campos
On Thu, Sep 13, 2012 at 9:29 AM, Carol Frampton wrote: > I think we've been thru this before but I'm not going to take the time to > find the thread. I don't think people had a problem with putting together > a list of project suggestions and what people are working on. I think the > issue was

Re: Apache Flex roadmap page in the wiki [was: I was tired of waiting.]

2012-09-13 Thread Carol Frampton
I think we've been thru this before but I'm not going to take the time to find the thread. I don't think people had a problem with putting together a list of project suggestions and what people are working on. I think the issue was more with the term "Roadmap" because, at least in the corporate w

Re: Is there anything the community can do to help you testing or documenting Falcon and the build process?

2012-09-13 Thread Raju Bitter
On Wed, Sep 12, 2012 at 7:52 PM, Gordon Smith wrote: > My top priorities currently are: > > 1. Get the top-level Ant targets working properly. For example, 'ant javadoc' > currently produces compilation errors, probably due to a classpath problem, > and 'ant main' produces an mxmlc which doesn't

Re: [VOTE] Release InstallApacheFlex 1.0 - RC3

2012-09-13 Thread Erik de Bruin
> I wouldn't recommend that-- When we have a new version, then "we" will have > to maintain a separate list of executable files that need to be modified. We went the 'other' way. I implemented the downloading and unpacking of the .tar.gz on the Mac side of things, and have confirmed this results i

Classpath error for Falcon compiler javadoc Ant target / ant.jar is missing on the classpath

2012-09-13 Thread Raju Bitter
The errors related to the javadoc target in compiler/build.xml are related to an incomplete class path. When adding 'ant.jar' to the classpath, all errors go away. Created a JIRA issue: https://issues.apache.org/jira/browse/FLEX-33196 - Raju

[jira] [Created] (FLEX-33199) Falcon compiler javadoc build shows errors due to missing classpath dependencies

2012-09-13 Thread Raju Bitter (JIRA)
Raju Bitter created FLEX-33199: -- Summary: Falcon compiler javadoc build shows errors due to missing classpath dependencies Key: FLEX-33199 URL: https://issues.apache.org/jira/browse/FLEX-33199 Project: A

Re: Classpath problem using mxmlc command with Falcon SDK

2012-09-13 Thread Raju Bitter
With that Class-path entry in the manifest file I can execute mxmlc without any problems. - Raju

Re: Classpath problem using mxmlc command with Falcon SDK

2012-09-13 Thread Raju Bitter
Gordon, I saw that you added the property 'compiler.jar.dependencies' to the compiler/build.xml. The property contains the correct JARs, but the 'lib/' folder is not needed (since compiler.jar is in the same folder as the referenced JAR files. The property value should be: I've updated the JIRA

[jira] [Commented] (FLEX-33196) Incomplete classpath in MANIFEST.MF of falcon-mxmlc.jar

2012-09-13 Thread Raju Bitter (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13454831#comment-13454831 ] Raju Bitter commented on FLEX-33196: As of revision 1384279, the classpath within the

Re: [VOTE] Release InstallApacheFlex 1.0 - RC3

2012-09-13 Thread Nicholas Kwiatkowski
I wouldn't recommend that-- When we have a new version, then "we" will have to maintain a separate list of executable files that need to be modified. Om, on another note, I downloaded RC3 and it worked great, both from source and from the binaries on Win7 in my environment. Good job :) -Nick O

Re: Apache Flex branding presentation

2012-09-13 Thread Tomasz MaciÄ…g | Fuse Collective
W dniu 2012-09-12 17:29, Alex Harui pisze: A question about fonts: does choosing Calibri make it harder for us to use embedded fonts? I don't think we can store Calibri in Apache SVN. Calibri was obvious choice since it was used to create typography in logo itself. You don't have to use Calibri

Re: Is there anything the community can do to help you testing or documenting Falcon and the build process?

2012-09-13 Thread teotigra
Quoting Alex Harui : My top priorities currently are: 0. Get the MXML handling working. I have been studying the source code quite intently and I have to say, there is a huge amount of potential in this code. Gordon and friends did a wonderful job coding this framework, nice. As this f

Apache Flex roadmap page in the wiki [was: I was tired of waiting.]

2012-09-13 Thread Raju Bitter
On Wed, Sep 12, 2012 at 8:13 AM, Justin Mclean wrote: > Hi, > >> Okay then, is there a road-map or a plan in this project?? > Being an open source project there is no roadmap as such. People are free to > work on whatever they want when they want. > > If enough users of the SDK think a feature is

[jira] [Resolved] (FLEX-33198) Mac version of InstallApacheFlex should download the flex sdk binary as tar.gz

2012-09-13 Thread Erik de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik de Bruin resolved FLEX-33198. -- Resolution: Fixed Fix Version/s: InstalApacheFlex 1.0 Version 1.0.3 now downloads and un

[jira] [Updated] (FLEX-33198) Mac version of InstallApacheFlex should download the flex sdk binary as tar.gz

2012-09-13 Thread Erik de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik de Bruin updated FLEX-33198: - Assignee: Erik de Bruin (was: OmPrakash Muppirala) > Mac version of InstallApacheFlex should

Re: I was tired of waiting.

2012-09-13 Thread Igor Costa
I heard that Adobe hired 50k developers to start working with Scala. Part of joke, doesn't matter if your client want that info, is like asking your mom what are you doing with your girlfriend at room. Apache Flex is supported by huge community that never stops collaborating with project. Severa