>
>
>
> Can you tell me more about this 4.5.1.21328-rsl?
>
>
Sure - I take 'standard' 4.5.1.21328 pom files for flex-framework and
common-framework, and create a new version (4.5.1.21328-rsl). In each I
modify the scope statements to try and match what flash builder uses - So
flex-framework pom is almost the same, except the version :

<dependency>
      <groupId>com.adobe.flex.framework</groupId>
      <artifactId>common-framework</artifactId>
*      <version>4.5.1.21328-rsl</version>*
      <type>pom</type>
    </dependency>

common-framework-4.5.1.21328-rsl has the same dependencies, but declared as
<scope>rsl</scope> - e.g:

      <dependency>
      <groupId>com.adobe.flex.framework</groupId>
      <artifactId>framework</artifactId>
      <version>4.5.1.21328</version>
      <type>swc</type>
      *<scope>rsl</scope>*
    </dependency>
... etc., etc.

As you see it might be a maven bug (or do do with how scopes are configured,
I'm not sure yet).

the mvn dependency:tree fragment

[INFO] +- com.adobe.flex.framework:flex
-framework:pom:4.5.1.21328-rsl:compile
[INFO] |  +- com.adobe.flex
.framework:common-framework:pom:4.5.1.21328-rsl:compile
[INFO] |  |  +- com.adobe.flex.framework:framework:swc:4.5.1.21328:runtime

I was expecting to be

[INFO] +- com.adobe.flex.framework:flex
-framework:pom:4.5.1.21328-rsl:compile
[INFO] |  +- com.adobe.flex
.framework:common-framework:pom:4.5.1.21328-rsl:compile
[INFO] |  |  +- com.adobe.flex.framework:framework:swc:4.5.1.21328:*rsl*

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