There is no more details after missing? Missing: ---------- 1) com.adobe.flex.compiler:adt:jar:3.2.0.3958 2) ?????
This adt is not required by any released mojo. And it is not available at public repo. Adt is AIR related and isn't open source. I'm 99% sure someone corrupted compiler pom at your environment. Probably installing flex builder FDK over public FDK. Delete com/adobe/* from your local repo and from artifactory too. Try on a fresh environment. No artifactory, no local repo, just a hello world flex app. Then try yours. If works, there is nothing I can do. VELO On Wed, Jan 21, 2009 at 6:37 PM, Richard Rodseth <[email protected]> wrote: > (stack crawl sent privately) > I'm now more or less back where I was yesterday, and most discouraged. > All switched over to 3.2 > Here's a POM for a simple library. > Please review the <build> tag carefully. I don't know where 3958 comes > from. > Should the <type> tag be <packaging> ? > > Downloading: > http://svn.sonatype.org/flexmojos/repository//com/adobe/flex/compiler/adt/3.2.0.3958/adt-3.2.0.3958.pom > Downloading: > http://svn.sonatype.org/flexmojos/repository//com/adobe/flex/compiler/adt/3.2.0.3958/adt-3.2.0.3958.pom > Downloading: > http://repo1.maven.org/maven2/com/adobe/flex/compiler/adt/3.2.0.3958/adt-3.2.0.3958.pom > Downloading: > http://svn.sonatype.org/flexmojos/repository//com/adobe/flex/compiler/adt/3.2.0.3958/adt-3.2.0.3958.pom > Downloading: > http://builds.verdiem.net/artifactory/repo/com/adobe/flex/compiler/adt/3.2.0.3958/adt-3.2.0.3958.pom > Downloading: > http://svn.sonatype.org/flexmojos/repository//com/adobe/flex/compiler/adt/3.2.0.3958/adt-3.2.0.3958.jar > Downloading: > http://svn.sonatype.org/flexmojos/repository//com/adobe/flex/compiler/adt/3.2.0.3958/adt-3.2.0.3958.jar > Downloading: > http://svn.sonatype.org/flexmojos/repository//com/adobe/flex/compiler/adt/3.2.0.3958/adt-3.2.0.3958.jar > Downloading: > http://builds.verdiem.net/artifactory/repo/com/adobe/flex/compiler/adt/3.2.0.3958/adt-3.2.0.3958.jar > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) com.adobe.flex.compiler:adt:jar:3.2.0.3958 > > <?xml version="1.0" encoding="UTF-8"?> > <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" > http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd > "> > <modelVersion>4.0.0</modelVersion> > > <parent> > <groupId>info.flex-mojos</groupId> > <artifactId>flex-super-pom</artifactId> > <version>2.0.1</version> > </parent> > > <groupId>com.verdiem.dashboard</groupId> > <artifactId>MVCSLib</artifactId> > <version>1.0-SNAPSHOT</version> > <name>MVCSLib</name> > > <packaging>swc</packaging> > > <build> > <plugins> > <plugin> > <groupId>info.flex-mojos</groupId> > <artifactId>flex-compiler-mojo</artifactId> > <dependencies> > <dependency> > <groupId>com.adobe.flex</groupId> > <artifactId>compiler</artifactId> > <version>3.2.0-fb3</version> > <type>pom</type> > </dependency> > </dependencies> > </plugin> > </plugins> > </build> > > <repositories> > <repository> > <id>flex-mojos-repository</id> > <url>http://svn.sonatype.org/flexmojos/repository/ > </url> > <releases><enabled>true</enabled></releases> > <snapshots><enabled>false</enabled></snapshots> > </repository> > <repository> > <id>central</id> > <url>http://builds.verdiem.net/artifactory/repo</url> > <snapshots> > <enabled>false</enabled> > </snapshots> > </repository> > <repository> > <id>snapshots</id> > <url>http://builds.verdiem.net/artifactory/repo</url> > <releases> > <enabled>false</enabled> > </releases> > </repository> > </repositories> > > <dependencies> > <dependency> > <groupId>com.adobe.flex.framework</groupId> > <artifactId>flex-framework</artifactId> > <version>3.2.0-fb3</version> > <type>pom</type> > </dependency> > </dependencies> > > </project> > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
