Share

ServeBox - Maven Flex

Code

Programming Languages: Java, ActionScript

License: Apache License V2.0

Repositories

browse code, statistics, last commit on 2009-12-22 svn co https://mvnflex2plugin.svn.sourceforge.net/svnroot/mvnflex2plugin mvnflex2plugin

Show:

What's happening?

  • ServeBox - Maven Flex

    ghazitriki committed revision 274 to the ServeBox - Maven Flex SVN repository, changing 2 files.

    2009-12-22 09:33:22 UTC by ghazitriki

  • sourceDirectory not applied

    I am trying to use the parameter sourceDirectory to something other than the default " ${project.basedir}/src/main/flex" but it doesn't seem to be applied. Is that supposed to be working?.

    2009-12-02 00:43:22 UTC by https://www.google.com/accounts

  • /src/test/flex not added as a flexbuilder source folder

    When running flex:eclipse, the folder /src/test/flex should be added as a source folder on eclipse-flexbuilder. Same as eclipse:eclipse for java.

    2009-10-20 14:08:51 UTC by aparolini

  • Followup: RE: preloader_rslCompleteHandler and SDK 3.4

    wow, that's a big issue... don't know what you planned as your roadmap. Are you planning to support Flex 4? Will you have the same problem with it? Maybe it makes more sense changing for a major release as Flex 4 no? Like moving your plugin to 3.X to compile Flex4, and keeping the old 2.X for Flex 3, or somehting like that. But the 3.4 is a problem then. hope you'll come up with a...

    2009-10-01 16:47:12 UTC by inudor

  • Followup: RE: preloader_rslCompleteHandler and SDK 3.4

    Hello Marc, We compiled a version of the plug-in that uses 3.4 version of the compiler. Unfortunately projects a using version of Flex SDK inferior to 3.4 version cannot be built. So we are in dilemma : - Update plug-in compiler version to 3.4 and break backward compatibility. - Stay in 3.2 version.

    2009-09-29 08:16:33 UTC by ghazitriki

  • Followup: RE: preloader_rslCompleteHandler and SDK 3.4

    Hey, thanks for your feedback Jef, I'll be out of the office until monday. I'll send you the pom's then. I understand you have found a clue anyway? Hope so. have a good weekend! thanks,

    2009-09-25 18:10:32 UTC by inudor

  • Followup: RE: preloader_rslCompleteHandler and SDK 3.4

    Marc, The preloadedRSLs getter is defined at line 1041 of the SM, and always returns null : <pre><code> public function get preloadedRSLs():Dictionary { // Overriden by compiler generate code. return null; } </code></pre> As you can see in the comment, the compiler is supposed to override this method... I will...

    2009-09-25 16:08:48 UTC by jfm-servebox

  • Followup: RE: preloader_rslCompleteHandler and SDK 3.4

    Hi Marc, it seems that the event.url property is undefined, which is pretty weird as the handler is called by the SM. Are you experiencing the problem with a signed or unsigned RSL, a custom or framework RSL ? Fill free to post (or send me by email if you prefer to) an example POM so I may take a closer look at this. Thanks for your feedback, as usual. Jef.

    2009-09-25 16:01:47 UTC by jfm-servebox

  • preloader_rslCompleteHandler and SDK 3.4

    Hi, I'm having some issues compiling my projects with flex maven. I'm using 2.3.1 version of the plugin, and used to compile with Flex SDK 3.3. My project uses the framework as external dependencies through RSL, and now I've moved to Flex SDK 3.4, I'm having Player errors on load, like: TypeError: Error #1009: Cannot access a property or method of a null object reference. at...

    2009-09-10 13:37:18 UTC by inudor

  • stopBuildOnFlashPlayerFailure does not work correctly

    When the system does not have a flash player the code never runs through the killMojo method in FlexUnitMojo where the check for hasToStopBuildOnFlashPlayerFailure occurs. This is with the latest version 2.3.1. The build simply ends with [INFO] Client socket connection time out. [INFO] Successfully open client socket. [INFO] Client socket could not get I/O streams for localhost:11000...

    2009-09-02 14:53:46 UTC by ffunnyman

Our Numbers