Ok, I'll try to explain ;-)

The point is we have a swf project using two swf projects as modules so they
are loaded runtime on demand. Those two project do not need to be
compilation dependencies: they are not RSLs, the are just included runtime
by URL using parsley module library (that was the source of my very first
problem with metadata).

In addition there's a third swc project used in all the three projects which
is referred as an RSL in all of them.

To recap: main project includes runtime module A and module B, all the three
use a common library as an RSL.

Now, to be able to run the main module application I need to have in the
target folder the main project swf, the two included modules swf and the RSL
swf, and this is true for war deployment too.

I hope this is clear now.

On Tue, Jan 25, 2011 at 22:38, Marvin Froeder <[email protected]> wrote:

> Not really ;) =D
>
>
>
> On Tue, Jan 25, 2011 at 8:21 PM, Roberto Lo Giacco <[email protected]>wrote:
>
>> Well, what I want to achieve is exactly to avoid having that dependencies
>> included in the compiler as they are modules, so the dependency is of type
>> swf and scope runtime. But I still want the swf module to be copied in the
>> webapp folder. Do you get my point?
>>
>> On Tue, Jan 25, 2011 at 14:26, Marvin Froeder <[email protected]> wrote:
>>
>>>
>>>
>>> On Tue, Jan 25, 2011 at 11:56 AM, Roberto Lo Giacco <[email protected]
>>> > wrote:
>>>
>>>> I've found a bug in the copy-flex-dependencies goal regarding
>>>> versionRange, actually that mojo is unable to work with version ranges...
>>>>
>>>> In addition that goal uses compile time dependencies but I think it
>>>> should use runtime dependencies as module swf should have a runtime 
>>>> scope...
>>>> am i right?
>>>>
>>> Flexmojos doesn't deal with runtime dependecies.... compile, included,
>>> merged, external, rsl, caching or test.
>>>
>>>
>>> And if you put scope as runtime I'm not sure it will include compile
>>> deps....
>>>
>>> --
>>> 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]<flex-mojos%[email protected]>
>>> For more options, visit this group at
>>> http://groups.google.com/group/flex-mojos
>>>
>>> http://flexmojos.sonatype.org/
>>>
>>
>>  --
>> 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]<flex-mojos%[email protected]>
>> For more options, visit this group at
>> http://groups.google.com/group/flex-mojos
>>
>> http://flexmojos.sonatype.org/
>>
>
>  --
> 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]<flex-mojos%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/flex-mojos
>
> http://flexmojos.sonatype.org/
>

-- 
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