Skip navigation
Currently Being Moderated

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

Nov 17, 2011 3:10 AM

Tags: #textlayout #maven #flexmojos

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/fle x/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

 
Replies

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points