Github user asfgit closed the pull request at:
https://github.com/apache/flex-tlf/pull/2
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enab
Hi Josh,
Thank you so much for this fix!
I have just pushed it to the flex-tlf develop branch. You can pickup the
changes from build #455 [1]
[1] http://apacheflexbuild.cloudapp.net:8080/job/flex-tlf/455/
Piotr
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
So all I need to do is deploy these as maven artifacts and all's good?
Do you have some sort of dependency tree I could use, or should I simply say:
org.apache.flex:flexjs:0.0.3:pom
- org.apache.flex:binding:0.0.3:swc
- org.apache.flex:charts:0.0.3:swc
- org.apache.flex:collections:0.0.3:swc
Alex,
As Mike said Intellij do not recognize namespaces [1]. After change the
option into the settings to Mxmlc/compc [2]
I have an options to say Intellij can use some external compiler. [3] So
probably I need to point IDE to some things in my FlexJS SDK. I looked into
the instruction for FB on
Hi,
> The red means that the IDE is not resolving the jx namespace. So it seems
> to be a SWC namespace problem where something is happening that IntelliJ
> doesn't read and resolve the manifest correctly.
You are right and that's 2 years or so I didn't touch the IntelliJ API, so,
can't remember
Hi Mike,
I compile and debug falcon using IntelliJ, I guess I can pass you my current
config if you like but you will still need to modify it to add the other js/jx
stuffs, do you want it ?
Frédéric THOMAS
> From: aha...@adobe.com
> To: dev@flex.apache.org
> Subject: Re: [FlexJS - FlaconJx] GI
Sure, going back to Eclipse isn't really an option for me since I cut that
tie when Google ditched it for Android Studio.
I'm pretty sure I could figure out how to add the other stuff by looking at
what you have done.
By config you mean, something I can import or just the XML file to see how
you
Fred, I don't know exactly what you did int he plugin but if I remember
correctly, we were just unzipping the rbl, copying the swcs to the
library/sdk location and adding the SWC to Intellij through the plugin
code. Nothing special about namespaces.
But, the difference I do know is, we did not use
Yes, what I thought too and was wondering if we had a kind of same thing on
Randori to manage, apparently not, so, it has to be done at some point for
FlexJS if we go forward with IJ.
Thanks,
Frédéric THOMAS
> Date: Fri, 8 May 2015 06:10:31 -0400
> Subject: Re: [FlexJS] Reaching out to IDE deve
I meant the .idea and .iml files but just noticed the project is not on this
computer but another one which doesn't work that much anymore, will try to get
it back this week end and send it to your personal email if you like ?
Frédéric THOMAS
> Date: Fri, 8 May 2015 06:05:46 -0400
> Subject: Re
Yeah, agreed, and since we don't know what JetBrains is doing... They must
be hard coding the fx/spark namespaces in the SDK plugin code. That seems
like the only reasonable answer to this.
It's easy to map a package namespace dynamically but I am trying to think
how a url would get mapped in a SW
Sure, thanks man.
On Fri, May 8, 2015 at 6:32 AM, Frédéric THOMAS
wrote:
> I meant the .idea and .iml files but just noticed the project is not on
> this computer but another one which doesn't work that much anymore, will
> try to get it back this week end and send it to your personal email if y
Ok, been to long, I am an idiot;
So actually, IntelliJ is not parsing the manifest or reading it crrectly.
There is no Difference with FlexJS and Spark's manifest and app
declarations.
Mike
On Fri, May 8, 2015 at 6:34 AM, Michael Schmalle
wrote:
> Yeah, agreed, and since we don't know what
Hi,
after adjusting my FlexJS Maven artifact generation, I wanted to test a build.
Unfortunately I needed to re-build falcon for this, but it seems impossible for
me to do that via ant. I am always getting test-failures.
I followed your recipe in the other thread, but the falcon "ant all" see
>
> One question for the Flash Develop guys though, how are the intelli-sense
> / refactoring / code navigation / hints and other IDE facilities including
> maven integration compared to IntelliJ, do we have a comparative table ?
>
I can't compare to IntelliJ as I haven't used it for Flex/Flash (a
Those build files are scary huge. :) I couldn't even check out the sdk
yesterday, git kept barfing on some mustella copying or something. Strange
errors I have never seen before in winGIT.
I'm scared to even try getting the sdk and falcon built. :)
Mike
On Fri, May 8, 2015 at 10:31 AM, Christofe
Hopefully I'll be able to publish SNAPSHOTS of Falcon and FLexJS in the next
days so at least with Maven you could start playing around :-)
Chris
Von: Michael Schmalle
Gesendet: Freitag, 8. Mai 2015 16:44
An: dev@flex.apache.org
Betreff: Re: [Falcon] Pro
Hi,
I just committed an example for creating a FlexJS application using Maven and
Flexmojos.? I did have to do a little work with Flexmojos (Will commit and
publish the new SNAPSHOT this weekend). All I had to do is a little adjusting
the Maven artifact generation code in Falcon and FlexJS. If
Thanks a lot Héctor !
Frédéric THOMAS
> From: neverbi...@gmail.com
> Date: Fri, 8 May 2015 16:34:40 +0200
> Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS
> To: dev@flex.apache.org
>
> >
> > One question for the Flash Develop guys though, how are the intelli-sense
> >
Honestly, I have never used maven. I get what it is in principle but it's a
dependency retriever right?
Mike
On Fri, May 8, 2015 at 10:49 AM, Christofer Dutz
wrote:
> Hopefully I'll be able to publish SNAPSHOTS of Falcon and FLexJS in the
> next days so at least with Maven you could start playi
Actually no ... that's about 20% of what Maven is.
It's more an inversion of control for building applications. Each part of your
application runs through the same phases:
- generate sources
- compile
- compile-tests
- run-tests
- package
- run integration-tests
- install
- deploy
(Simple view)
Gee, I would hope that IntelliJ wouldn’t hard code stuff like namespaces.
If one of you has time, you could create a subclass of Spark Application
and Spark Label into its own SWC with its own namespace and see if you can
use that in an IntelliJ Flex “Hello World” project without any Spark or MX
na
Ok, yeah sorry I meant build system, where downloading deps was one. So how
is maven different from gradle, that everybody is converting to from ANT?
It seems I am getting sucked into this project again from some unknown
energy, so I am trying to learn some stuff like this. ;-)
Mike
On Fri, May
@Mike, were you trying to update an old repo?
@Chris, can you find out what tests actually failed? I sometimes get 4
failures on my local runs but for some reason it never fails on the CI
server.
-Alex
On 5/8/15, 7:44 AM, "Michael Schmalle" wrote:
>Those build files are scary huge. :) I could
Wow! Very cool! Thanks for working on it.
-Alex
On 5/8/15, 7:48 AM, "Christofer Dutz" wrote:
>Hi,
>
>
>I just committed an example for creating a FlexJS application using Maven
>and Flexmojos.? I did have to do a little work with Flexmojos (Will
>commit and publish the new SNAPSHOT this weeke
If these files don’t contain secret info, can you just check them into the
flex-falcon repo?
Thanks,
-Alex
On 5/8/15, 3:37 AM, "Michael Schmalle" wrote:
>Sure, thanks man.
>
>On Fri, May 8, 2015 at 6:32 AM, Frédéric THOMAS
>wrote:
>
>> I meant the .idea and .iml files but just noticed the proj
@Alex I must have been having a brain fart, I see no reason that IntelliJ
would hard code that stuff but it makes no sense at all why it's not
reading them correctly.
The only key piece that is different is it's MXML and not an .as file. So I
haven't tried to see if the classes resolve in a normal
In the examples folder is a DataBindingTest_as folder that has no MXML if
you want to try that.
-Alex
On 5/8/15, 8:56 AM, "Michael Schmalle" wrote:
>@Alex I must have been having a brain fart, I see no reason that IntelliJ
>would hard code that stuff but it makes no sense at all why it's not
>r
Alex, this was a clean git checkout of the sdk repo. I downloaded
everything and when it was in the checkout phase, it said can't copy a
mustella image file or something, access denied, then it basically barfed
at the end. It seemed like the repo got corrupted because I couldn't switch
brances to d
Hi,
What are the compiler args for the mxml version ?
Thanks,
Frédéric THOMAS
> From: aha...@adobe.com
> To: dev@flex.apache.org
> Subject: Re: [FlexJS] Reaching out to IDE developers to support FlexJS
> Date: Fri, 8 May 2015 15:59:03 +
>
> In the examples folder is a DataBindingTest_as fol
+1
Frédéric THOMAS
> From: aha...@adobe.com
> To: dev@flex.apache.org
> Subject: Re: [FlexJS][Falcon] First working Flexmojojs FlexJS example in the
> examples repo
> Date: Fri, 8 May 2015 15:56:45 +
>
> Wow! Very cool! Thanks for working on it.
>
> -Alex
>
> On 5/8/15, 7:48 AM, "Christ
Not sure, they work only because of some manual tweaking IIRC, will check that
this weekend, as I said, they are not on this computer.
Frédéric THOMAS
> From: aha...@adobe.com
> To: dev@flex.apache.org
> Subject: Re: [FlexJS - FlaconJx] GIT checkout and compiling
> Date: Fri, 8 May 2015 15:50:49
Alex,
Simple classes from FlexJS are also not recognized by Intellij [1]
[1] http://images.devs-on.net/Image/drTo6eTpxWMghU7U-Obszar.png
Piotr
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/FlexJS-Reaching
Can you post a screen shot double clicking the library.swf and another with
the catalog.xml?
Mike
On Fri, May 8, 2015 at 12:14 PM, piotrz wrote:
> Alex,
>
> Simple classes from FlexJS are also not recognized by Intellij [1]
>
> [1] http://images.devs-on.net/Image/drTo6eTpxWMghU7U-Obszar.png
>
>
Ok enough already, I am going to try and set this up with IntelliJ and see
if I can't find something. :)
On Fri, May 8, 2015 at 12:36 PM, Michael Schmalle wrote:
> Can you post a screen shot double clicking the library.swf and another
> with the catalog.xml?
>
> Mike
>
> On Fri, May 8, 2015 at 1
@piortz How do I get the Nightlies directory you have in the screenshot?
On Fri, May 8, 2015 at 12:37 PM, Michael Schmalle wrote:
> Ok enough already, I am going to try and set this up with IntelliJ and see
> if I can't find something. :)
>
> On Fri, May 8, 2015 at 12:36 PM, Michael Schmalle <
>
Mike,
You have to download last good nightly build [1] and unzip it. In unzipped
folder you have to download rest of the FlexJS part simply typing in the
consol: ant -f installer.xml. (assuming that you have ant installed in your
system :))
I am not sure whether I understand you correctly.
I am
Hi Alex,
The others were related to the missing "swfutils" and the too old playerglobal.
These are the tests I couldn't get working and I had to @Ignore them:
flex-falcon/compiler.tests/feature-tests/mxml/tags/MXMLHTTPServiceTagTests.java
flex-falcon/compiler.tests/feature-tests/mxml/tags/MXMLRem
Yes, that is what I was asking, I understand.
Mike
On Fri, May 8, 2015 at 12:59 PM, piotrz wrote:
> Mike,
>
> You have to download last good nightly build [1] and unzip it. In unzipped
> folder you have to download rest of the FlexJS part simply typing in the
> consol: ant -f installer.xml. (as
Hmm, I think those pass for me. What was the error/failure/results?
Thanks,
-Alex
On 5/8/15, 10:15 AM, "Christofer Dutz" wrote:
>Hi Alex,
>
>The others were related to the missing "swfutils" and the too old
>playerglobal.
>
>These are the tests I couldn't get working and I had to @Ignore them:
There shouldn’t be any special arguments as long as MXMC is picking up the
flex-config.xml from the FlexJS directory. Check the flexlib argument.
Usually it looks like:
+flexlib=/frameworks
-Alex
On 5/8/15, 9:21 AM, "Frédéric THOMAS" wrote:
>Hi,
>
>What are the compiler args for
To me, it just looks like IntelliJ isn’t recognizing any of the FlexJS
SWCs at compile time. I want to see what it is passing into MXMLC and/or
what is in that .XML file that might contain parameters, or what
flex-config.xml it is choosing. It feels like it isn’t choosing the right
one.
-Alex
O
Alex, just FYI, you could get a free copy of IntelliJ IDEA. All you have
to do is ask :-)
https://www.jetbrains.com/shop/eform/apache?product=II
Thanks,
Om
On Fri, May 8, 2015 at 11:34 AM, Alex Harui wrote:
> To me, it just looks like IntelliJ isn’t recognizing any of the FlexJS
> SWCs at comp
I’m aware of that, but anything that can be done by others helps move
FlexJS along faster. I’ve got plenty on my plate as it is.
-Alex
On 5/8/15, 11:36 AM, "OmPrakash Muppirala" wrote:
>Alex, just FYI, you could get a free copy of IntelliJ IDEA. All you have
>to do is ask :-)
>https://www.jet
44 matches
Mail list logo