Flexmojos / Maven version vs .swz version - no textLayout_4.5.1.21328.swz?
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
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
