-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
Hi, can you describe us what you have done to raise this error ? If you have a sample project it will be very helpful.
Ghazi.
2009-09-02 08:31:54 UTC by ghazitriki
-
Thank you very much for your smart report. This bug was fixed and will be available in the next release.
2009-09-01 16:38:15 UTC by ghazitriki