So if you guys could have a look at the results of the build: https://builds.apache.org/view/E-G/view/Flex/job/flex-asjs%20(maven)/ws/
There in the examples/flesjs/*Example/target/*Example-0.7.0-SNAPSHOT.war should be the zipped up result of the examples. Eventually it's something simple that is preventing the examples from running. As soon as that's done then I think we could do a 0.7.0 release. I would however like to do a dry-run cause I don't know if we need to release the mavenizer first. The thing missing in the mavenizer would be to support the auto-downloading of the debug flashplayer. That's already working, but not for Mac as I have to implement something to unpack DMG images (As every officially available lib is GPL). My next steps after that would be to help in the Apache Maven project (eventually I'll do that first) in order to introduce a new concept to maven that would allow us to handle and define the scopes of flex without hacks. As soon as that's done could concentrate on optimizing the flexjs-maven-plugin to utilize these new features. Chris ________________________________ Von: Christofer Dutz <christofer.d...@c-ware.de> Gesendet: Mittwoch, 29. Juni 2016 07:26:49 An: dev@flex.apache.org Betreff: AW: [Falcon][FlexJS] Help with finishing the maven migration Did you get any errors? The builds on my machine and the asf Jenkins seem to be running nicely. Chris Von meinem Samsung Galaxy Smartphone gesendet. -------- Ursprüngliche Nachricht -------- Von: Harbs <harbs.li...@gmail.com> Datum: 28.06.16 20:35 (GMT+01:00) An: dev@flex.apache.org Betreff: Re: [Falcon][FlexJS] Help with finishing the maven migration FWIW, we tried using Maven to build from source today (using the instructions at the top of this thread). I think it built Falcon, but we did not get anything in falcon-jx. On Jun 28, 2016, at 3:18 PM, Christofer Dutz <christofer.d...@c-ware.de> wrote: > Ok so I just pushed some changes that now not only build the flash versions > of the examples, but also JavaScript versions. Besides producing a > "target/javascript" directory, the build also zips the content of the > "js-debug" or "js-release" directory (depending on if debug is true or false) > as a war archive. With this we could have the javascript client automatically > bundled with a server application by using WAR overlays [?] > > > Unfortunately there seems to be one or two things that aren't working > correctly as the output doesn't seem to run in the browser - At least in > Chrome, which I tested with: > > > Uncaught TypeError: Cannot read property 'Event' of undefined > Uncaught TypeError: Cannot read property 'EventTarget' of undefined > Uncaught TypeError: Cannot read property 'fireListener' of undefined > Uncaught TypeError: org.apache.flex.events.EventDispatcher.base is not a > function > > Chris > > ________________________________ > Von: Alex Harui <aha...@adobe.com> > Gesendet: Montag, 27. Juni 2016 09:06:18 > An: dev@flex.apache.org > Betreff: Re: AW: AW: AW: AW: AW: AW: [Falcon][FlexJS] Help with finishing the > maven migration > > > > On 6/26/16, 1:00 AM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote: > >> Hi Alex, >> >> >> But before releasing the maven support officially, I would like to finish >> the JS output for SWFs first. > > Definitely. There is plenty of stuff to check while you are doing that. > I'll probably send out a reminder LAST CALL on my Monday. > > -Alex >