What drives me crazy is where this adt came from. com.adobe.flex.compiler:adt:jar:3.2.0.3958
And is not at compiler pom. http://svn.sonatype.org/flexmojos/repository/com/adobe/flex/compiler/3.2.0.3958/compiler-3.2.0.3958.pom Can you send me your compiler pom 3.1.0-fb3? May be you should remove it and install again using install mojo. VELO On Tue, Jan 20, 2009 at 10:25 PM, Richard Rodseth <[email protected]>wrote: > And for good measure, here's the entire POM: > > [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.companyname.foo</groupId> > <artifactId>FooLib</artifactId> > <version>1.0-SNAPSHOT</version> > <name>FooLib</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.1.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.companyname.net/artifactory/repo > </url> > <snapshots> > <enabled>false</enabled> > </snapshots> > </repository> > <repository> > <id>snapshots</id> > <url>http://builds.companyname.net/artifactory/repo > </url> > <releases> > <enabled>false</enabled> > </releases> > </repository> > </repositories> > > <!-- dependency to some other swcs in parent pom (flex-mojos flex super > pom) > --> > <dependencies> > <dependency> > <groupId>com.adobe.flex.framework</groupId> > <artifactId>flex-framework</artifactId> > <version>3.1.0-fb3</version> > <type>pom</type> > </dependency> > <dependency> > <groupId>com.companyname.foo</groupId> > <artifactId>FooCore</artifactId> > <version>1.0-SNAPSHOT</version> > <type>swc</type> > </dependency> > <dependency> > <groupId>com.companyname.foo</groupId> > <artifactId>MVCSLib</artifactId> > <version>1.0-SNAPSHOT</version> > <type>swc</type> > </dependency> > <dependency> > <groupId>com.companyname.foo</groupId> > <artifactId>FooAPIClient</artifactId> > <version>1.0-SNAPSHOT</version> > <type>swc</type> > </dependency> > <dependency> > <groupId>com.degrafa</groupId> > <artifactId>degrafa</artifactId> > <version>2.11</version> > <type>swc</type> > </dependency> > <dependency> > <groupId>com.ilog</groupId> > <artifactId>elixir</artifactId> > <version>1.0</version> > <type>swc</type> > </dependency> > <dependency> > <groupId>com.asfusion</groupId> > <artifactId>mate</artifactId> > <version>0.85</version> > <type>swc</type> > </dependency> > <dependency> > <groupId>flexlib</groupId> > <artifactId>flexlib</artifactId> > <version>2.4</version> > <type>swc</type> > </dependency> > <dependency> > <groupId>flexunit</groupId> > <artifactId>flexunit</artifactId> > <version>0.85</version> > <type>swc</type> > <scope>test</scope> > </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/ -~----------~----~----~----~------~----~------~--~---
