On 4/23/16, 7:05 AM, "Alex Harui" wrote:
>
>>
>>Regarding the merge ... I'm ready when you are.
>
>I want to verify the install of a nightly will work. Might take all
>weekend to get that far.
OK, I think the nightly will work now. I will take care of merging recent
changes in the develop br
;dev@flex.apache.org;
Subject:AW: AW: AW: AW: AW: AW: [FlexJS] Status on Maven migration
Up till now I only have the falcon externs compiling ... they use falcon for
this.
Are there more externs in the ASJS package?
Chris
Von: Alex Harui
Gesendet: Sonntag
: AW: [FlexJS] Status on Maven migration
Asjs extern swc is written in ActionScript so it uses falcon to compile.
Doesn't the final phase of flex falcon extern swc also use falcon?
Sent from my LG G3, an AT&T 4G LTE smartphone
-- Original message--
From: Christofer Dutz
To: dev@flex.apache.org;
Subject:AW: AW: AW: AW: AW: [FlexJS] Status on Maven migration
No I'm still quite far from finished with that. I am coming closer and closer,
but still I need to do some work. Currently the Core module is not building.
Haven't had the time to dig into that though cau
he cross
compilation tool-chain ... any reason why they don't compile using falcon-jx?
Chris
Von: Alex Harui
Gesendet: Samstag, 23. April 2016 18:10
An: dev@flex.apache.org
Betreff: Re: AW: AW: AW: AW: [FlexJS] Status on Maven migration
Forgot to
Forgot to ask...
On 4/23/16, 2:06 AM, "Christofer Dutz" wrote:
>Regarding the double run externc ... I noticed this too ... but I think I
>managed to get everything working with just one pass in the Maven build.
>In order to get things running I compared the output with the final
>output of the
On 4/23/16, 2:06 AM, "Christofer Dutz" wrote:
>
>So you want/did add the source files of swfutils to the falcon projects?
>in what branch did you do that? Can I now remove the dependency to the
>Flex 4.15 SDK?
The Ant script in maven-migration-test downloads certain source files.
They are not
hat? Can I now remove the dependency to the Flex 4.15
SDK?
Regarding the merge ... I'm ready when you are.
Chris
Von: Alex Harui
Gesendet: Freitag, 22. April 2016 18:35
An: dev@flex.apache.org
Betreff: Re: AW: AW: AW: [FlexJS] Status on Maven
By downloading the subset of swfutils, I was able to complete
flex-compiler-oem and debugger. Next up is to test the "all" target and
then release packaging.
-Alex
On 4/22/16, 10:32 AM, "Alex Harui" wrote:
>OK, I have finished re-creating the Ant builds for compiler, and
>compiler-jx and exter
OK, I have finished re-creating the Ant builds for compiler, and
compiler-jx and externs and pushed those changes. Hopefully I didn't
break the Maven build. AFAIK, I did not change any file locations or
names.
Since we are downloading externs files, I think I am going to download the
swfutils fi
On 4/22/16, 1:11 AM, "Christofer Dutz" wrote:
>I'm currently just pulling the jar from the latest SDK release ...
>anything wrong with that?
IIRC, swfutils may have other dependencies on Flex SDK jars and end up
pulling lots of stuff in, including classes I'm trying to replace with
versions of
On 4/22/16, 6:26 AM, "Christofer Dutz" wrote:
>Ok ... so the hint with the no longer excluded stuff was good ... wonder
>why I didn't see those changes ... oh well ... builds are back to "blue",
>so Alex feel free to do stuff.
>
>But it keeps on getting more and more difficult to keep the branc
work/Charts
/framework/Collections
/framework/Core
/framework/CreateJS
/framework/...
What do you think?
Chris
Von: Christofer Dutz
Gesendet: Freitag, 22. April 2016 10:11
An: dev@flex.apache.org
Betreff: AW: AW: AW: [FlexJS] Status on Maven migration
I
Gesendet: Donnerstag, 21. April 2016 23:00
An: dev@flex.apache.org
Betreff: Re: AW: AW: [FlexJS] Status on Maven migration
OK, got through compiler.jx and its tests.
I started looking at flex-oem-compiler and noticed it is pulling in the
Apache Flex SDK swfutils.jar instead of building a smaller s
Skipped over flex-compiler-oem and got the externs to compile.
Then I synced up and got the same error that Chris reported. Looks like a
bug where a class with no super class but has @override metadata on a
method gets the method commented out. I'm out of time for tonight and
will look at it tom
OK, got through compiler.jx and its tests.
I started looking at flex-oem-compiler and noticed it is pulling in the
Apache Flex SDK swfutils.jar instead of building a smaller subset that
frees FlexJS from dependencies on the Flex SDK. Since the files we need
are rarely changed, I am tempted to jus
I might have misunderstood what you meant by synching up. I thought you
meant that you didn't want to pull the latest changes because you worried
about the Ant stuff not working.
- Josh
On Apr 21, 2016 9:06 AM, "Alex Harui" wrote:
> I think maybe I'm confused, but I think he's not stuck on the n
I think maybe I'm confused, but I think he's not stuck on the node
externs, but in the externc output doing some commenting. So that's what
I'm going to avoid until I get to the externs section myself.
-Alex
On 4/21/16, 8:39 AM, "Josh Tynjala" wrote:
>For the Ant build, you need to clear out t
Just do wipe-all and it should build.
On Apr 21, 2016, at 6:28 PM, Alex Harui wrote:
> I'm afraid to sync up and push my changes since Chris is saying things are
> broken.
For the Ant build, you need to clear out the third-party downloads to
ensure that some new files are downloaded (new externs for Node.js). If the
Ant build sees that the Closure compiler is already there, it will skip the
rest of the downloads. Chris said that wipe-all does the trick. Locally, I
wa
I’m not desparate for the JQuery fix. For now, I’m just using “jQuery” instead
of”$”. That works fine.
We want to fix this before people start really using jquery.swc in production,
but immediate issues definitely come first.
Do you want me to log a bug in JIRA for this issue?
On Apr 21, 2016,
Whee! The compiler tests are now working.
I'm trying to figure out my next task. I'm afraid to sync up and push my
changes since Chris is saying things are broken. And I'm not clear how
desperate Harbs is for a fix for the Jquery thing. IMO, getting the Maven
branches merged into develop is th
On 4/21/16, 1:38 AM, "Christofer Dutz" wrote:
>Ok ... so today I'm feeling like I'm wasting my time again :-(
>
>I merged the changes from develop up to my feature/maven-migration-test
>... unfortunately I had do manually merge quite some stuff, but that's
>ok. Now my build no longer worked. Th
turn
> null; }
>
> /**
> * @param value [(VALUE|null)]
> * @see [es6]
> * @returns {{done: boolean, value: (VALUE|null)}}
> */
> //public function return(value:Object):Object { return null; }
>
> }
> }
>
>
> Chris
> ___
ator fail if there is output on the error
> stream.
>
> Chris
>
>
> Von: Christofer Dutz
> Gesendet: Donnerstag, 21. April 2016 11:46
> An: dev@flex.apache.org
> Betreff: AW: AW: [FlexJS] Status on Maven migration
>
> I'm curren
rator fail if there is output on the error stream.
Chris
Von: Christofer Dutz
Gesendet: Donnerstag, 21. April 2016 11:46
An: dev@flex.apache.org
Betreff: AW: AW: [FlexJS] Status on Maven migration
I'm currently having a problem with the JS extern.
E
eturn(value:Object):Object { return null; }
}
}
Chris
Von: Christofer Dutz
Gesendet: Donnerstag, 21. April 2016 10:38
An: dev@flex.apache.org
Betreff: AW: AW: [FlexJS] Status on Maven migration
Ok ... so today I'm feeling like I'm wasting my ti
Christofer Dutz
Gesendet: Freitag, 15. April 2016 07:44
An: dev@flex.apache.org
Betreff: AW: AW: [FlexJS] Status on Maven migration
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
Chris
Von: Alex Harui
Gesendet: Freitag, 15. April 2016 08:09
An: dev@flex.apache.org
Betreff: Re: AW: AW: [FlexJS] Status on Maven migration
On 4/14/16, 10:44 PM, "Christofer Dutz" wrote:
>In the cleanup script I simply removed all non Maven related stuff. What
&
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
.
Ursprüngliche Nachricht
Von: Alex Harui
Datum: 15.04.16 01:02 (GMT+01:00)
An: dev@flex.apache.org
Betreff: Re: AW: [FlexJS] Status on Maven migration
On 4/14/16, 9:30 AM, "Christofer Dutz" wrote:
>The structure is final, I'm just working on the details now. I
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.
phone gesendet.
Ursprüngliche Nachricht
Von: Alex Harui
Datum: 14.04.16 17:22 (GMT+01:00)
An: dev@flex.apache.org
Betreff: Re: [FlexJS] Status on Maven migration
Chris, do you think the folder structure is "final" or could it change as
you fix these issues? If "
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
Hi,
today I finished cleaning up the Tests so they should now work on Mac and
Windows.
The current version now provides a little more sophisticated
flexjs-maven-plugin that allows a packaging of type "swc" so it no longer
produces the dummy jar files. I really didn't want them to go into the
35 matches
Mail list logo