-
jfm-servebox committed revision 845 to the ServeBox - ActionScript Foundry SVN repository, changing 2 files.
2009-10-27 17:48:53 UTC in ServeBox - ActionScript Foundry
-
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 in ServeBox - Maven Flex
-
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 in ServeBox - Maven Flex
-
jfm-servebox committed revision 266 to the ServeBox - Maven Flex SVN repository, changing 2 files.
2009-07-06 11:18:48 UTC in ServeBox - Maven Flex
-
jfm-servebox committed revision 265 to the ServeBox - Maven Flex SVN repository, changing 52 files.
2009-07-06 11:04:36 UTC in ServeBox - Maven Flex
-
jfm-servebox committed revision 264 to the ServeBox - Maven Flex SVN repository, changing 2 files.
2009-07-06 09:02:42 UTC in ServeBox - Maven Flex
-
Hello,
i'm not sure I have understood your question.
If you need to add specific a font manager JAR file, you should use the Maven dependency plugin (Adobe font managers are not open source so we can't distribute them).
org.servebox.flex
flex-plugin
2.2.0
true
...
2009-06-29 16:06:03 UTC in ServeBox - Maven Flex
-
Thanks to Dean for reporting us this issue.
The build/finalName parameter into the POM should allow the filename of the artifact into the target repository to be changed. Concerning installation / deployment of artifacts, the name should stay the same ($artifactId-$version-$classifier) to avoid problems while crawling repository.
2009-05-27 07:54:53 UTC in ServeBox - Maven Flex
-
jfm-servebox committed revision 248 to the ServeBox - Maven Flex SVN repository, changing 1 files.
2009-05-26 08:32:21 UTC in ServeBox - Maven Flex
-
jfm-servebox committed revision 247 to the ServeBox - Maven Flex SVN repository, changing 1 files.
2009-05-22 09:55:21 UTC in ServeBox - Maven Flex