On Fri, Dec 11, 2009 at 5:22 PM, Wayne Fay <wayne...@gmail.com> wrote:
> > runs just fine when going against my OLD repo. With a fresh EMPTY repo > I'll > > end up with the following: > > > > app0.child-container[org.sonatype.flexmojos:flexmojos-maven-plugin:3.4.2] > > What version of the flexmojos-maven-plugin is used in your successful > build, against the old repo? Use -X for debug mode if you're not sure. > > My old repo only has 3.4.2 plugin so isn't that all it can run against? But here is the really weird thing (and I'm wondering if it is some issue being behind the work firewall?) I took that same test project that I posted and used it from a linux box not behind the company firewall (with a completely fresh repo as well) and I end up with the following error instead: [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) com.adobe.flex.framework:flex-framework:pom:3.2.0.3958 Path to dependency: 1) net.reumann:swc:swc:1.0-SNAPSHOT 2) com.adobe.flex.framework:flex-framework:pom:3.2.0.3958 ---------- 1 required artifact is missing. for artifact: net.reumann:swc:swc:1.0-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2) AND NOW.... back on the mac machine, when running that test fresh again I now notice these kinds of messages which don't look good: Downloading: http://repo1.maven.org/maven2/org/graniteds/granite-generator-share/2.0.0.GA/granite-generator-share-2.0.0.GA.pom [INFO] Unable to find resource 'org.graniteds:granite-generator-share:pom: 2.0.0.GA' in repository central (http://repo1.maven.org/maven2) Downloading: http://repo1.maven.org/maven2/org/sonatype/flexmojos/flexmojos-generator-constraints/3.4.2/flexmojos-generator-constraints-3.4.2.pom Downloading: http://repo1.maven.org/maven2/com/adobe/flex/compiler/3.2.0.3958/compiler-3.2.0.3958.pom [INFO] Unable to find resource 'com.adobe.flex:compiler:pom:3.2.0.3958' in repository central (http://repo1.maven.org/maven2) Downloading: http://repo1.maven.org/maven2/com/adobe/flex/compiler/3.2.0.3958/compiler-3.2.0.3958.pom [INFO] Unable to find resource 'com.adobe.flex:compiler:pom:3.2.0.3958' in repository central (http://repo1.maven.org/maven2) Downloading: http://repo1.maven.org/maven2/com/adobe/flex/compiler/asdoc/3.2.0.3958/asdoc-3.2.0.3958.pom [INFO] Unable to find resource 'com.adobe.flex.compiler:asdoc:pom:3.2.0.3958' in repository central ( http://repo1.maven.org/maven2) Downloading: http://repo1.maven.org/maven2/com/adobe/flex/compiler/asdoc/3.2.0.3958/asdoc-3.2.0.3958.pom [INFO] Unable to find resource 'com.adobe.flex.compiler:asdoc:pom:3.2.0.3958' in repository central ( http://repo1.maven.org/maven2) and the error is completely DIFFERENT now: [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) com.adobe.flex:compiler:pom:3.2.0.3958 Path to dependency: 1) org.sonatype.flexmojos:flexmojos-maven-plugin:maven-plugin:3.4.2 2) com.adobe.flex:compiler:pom:3.2.0.3958 ... and 5 others missing as well I'm going nuts:)