I'm attempting to convert an application based on Flex 3.2 to 4.1.
Unfortunately, the Adobe Flex expert that setup the project is gone
and we don't have adequate documentation.

Build configurations include:
* Maven 2.0.9, 2.2.1 and 3.0B3 with Flex 4.1.0.16076, Java 1.6.0_21,
Mojos Plugin 3.8.
* Maven 2.0.9, Flex 4.1.0.16076, Java 1.6.0_21, Mojos Plugin 3.8 and
3.2.0

The text below shows the error message under Maven 2.0.9. Other maven
versions have the same error, but may be formatted differently.

**BEGIN**
Missing:
----------
1) com.adobe.flex:compiler:jar:4.1.0.16076

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=com.adobe.flex -
DartifactId=compiler -Dversion=4.1.0.16076 -Dpackaging=jar -Dfile=/
path/to/file

  Alternatively, if you host your own repository you can deploy the
file there:
      mvn deploy:deploy-file -DgroupId=com.adobe.flex -
DartifactId=compiler -Dversion=4.1.0.16076 -Dpackaging=jar -Dfile=/
path/to/file -Durl=[url] -Dreposi
toryId=[id]

  Path to dependency:
        1) org.sonatype.flexmojos:flexmojos-maven-plugin:maven-plugin:
3.8
        2) com.adobe.flex:compiler:jar:4.1.0.16076

----------
1 required artifact is missing.

for artifact:
  org.sonatype.flexmojos:flexmojos-maven-plugin:maven-plugin:3.8

from the specified remote repositories:
  delivery.solutions.archiva (http://maludcflexapp01.sct.com:7777/
archiva/repository/internal)

**END**

Using "mvn dependency:tree" doesn't show any signs of a
com.adobe.flex.compiler.jar:4.1.0.16076.

I've spent the entire day looking through 
https://docs.sonatype.org/display/FLEXMOJOS/Home
and google without success.

Your help resolving this problem would be greatly appreciated.

Zim

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