Davis and Bryan,

Thank you so much for your responses.  I haven't managed to get these
working yet... I'm not sure what maven repository you are pointing at
(I see no textLayout 1.1.0.604 at the sonatype repository, for
example). But, I see the syntax that y'all are using, and that's
definitely reassuring.

I've also wondered about the <url> vs <rsl> issue, since both forms
are pretty easy to find on the net.

I've done more investigation on my original problem, and realized my
concern over the rslUrl's was misguided.  The issue for me is that I'm
building an swc which depends on code in other swc's, but those are
scoped "external" in the pom.xml. The problem seems to be that the
TestRunner.swf that flex-mojos creates doesn't have references to
those, and they aren't loaded into the flash player at runtime. So, of
course, the unit tests fail dramatically.  I can't see any way to
force these other swc's to be loaded by the runner.

So, how do other folks run unit tests from code modules that have
dependencies marked with an external scope?

All I can figure is to create a maven profile and mark all my external
things as "merged" or the like, which seems like a bit of a hack.

David


On Apr 26, 12:47 pm, Davis Ford <[email protected]> wrote:
> I'm confused also by the XML structure underneath the <rslUrls> tag.
>
> You use <url> and I use <rsl>  I've seen both in various
> postings...can anyone confirm?

-- 
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos

http://flexmojos.sonatype.org/

Reply via email to