Skip to main content
Participant
November 17, 2011
Question

Flexmojos / Maven version vs .swz version - no textLayout_4.5.1.21328.swz?

  • November 17, 2011
  • 1 reply
  • 1451 views

Hi everyone

we build an app using FlexMojos / Maven. Our app is at Flex SDK 4.5.1.21328.

We have a dependency on textLayout configured in pom.xml and FlexMojos happily resolves the dependency during builds, like so:

    <dependency>
        <groupId>com.adobe.flex.framework</groupId>
        <artifactId>textLayout</artifactId>
        <version>4.5.1.21328</version>
        <type>swc</type>
        <scope>caching</scope>
    </dependency>

which retireves the .swc from here

https://repository.sonatype.org/content/groups/flexgroup/com/adobe/flex/framework/textLayout/4.5.1.21328/

and all is well.

However when the app is run in a browser, we see a request to

http://fpdownload.adobe.com/pub/swz/flex/4.5.1.21328/textLayout_4.5.1.21328.swz

errors with 404 file not found.

Next we see a request to

http://fpdownload.adobe.com/pub/swz/tlf/2.0.0.232/textLayout_2.0.0.232.swz

which does load OK.

I'd like to get rid of that 404 upon app startup. How do I do this?

If I change the version in the Maven dependenct to 2.0.0. or even 2.0.0.232 it fails as this does not exist in the sonatype repository.

Has anyone seen this before, or has any ideas or clues I could follow up? Am I a little confused about something?

Any assistance most gratefully received.

best regards

Adrian

This topic has been closed for replies.

1 reply

Adobe Employee
November 17, 2011

Hi Adrian, you may want to duplicate your question on http://forums.adobe.com/community/flex/flex_general_discussion?view=all

Participant
November 17, 2011

Thanks Jin-Huang, I have taken your advice :-)