Prasad and I hit the same problem earlier today. There must be something strange going on with the version # where "21" is being assumed instead of the "23" that is actually in the repo. I'm hoping that Jason will know what exactly is going on and how to fix it and I suspect it may be related to one of his changes.

To get around the problem for now you can build genesis locally. That worked for me.

Joe


Donald Woods wrote:
Having build problems today and wondering if the below genesis change yesterday is causing it?

Started with a new trunk checkout directory on a SLES10 x86 machine.
Removed the existing .m2 repo.
bootstrap clean ran fine.
bootstrap specs is failing (also tried mvn -U install from target/external/specs) because the file version=1.1-20061013.014841-21 is not in the snapshot repo, but version=1.1-20061013.014841-23 is.

------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.geronimo.genesis.plugins:plugin-support:jar:1.1-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.geronimo.genesis.plugins -DartifactId=plugin-support \ -Dversion=1.1-20061013.014841-21 -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
1) org.apache.geronimo.genesis.plugins:tools-maven-plugin:maven-plugin:1.1-20061013.014841-21 2) org.apache.geronimo.genesis.plugins:plugin-support:jar:1.1-20061013.014841-21

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

for artifact:

org.apache.geronimo.genesis.plugins:tools-maven-plugin:maven-plugin:1.1-20061013.014841-21

from the specified remote repositories:
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  codehaus-snapshots (http://snapshots.repository.codehaus.org),
  central (http://repo1.maven.org/maven2),
  codehaus (http://repository.codehaus.org),
  apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository)




[EMAIL PROTECTED] wrote:

Author: jdillon
Date: Thu Oct 12 20:54:00 2006
New Revision: 463555

URL: http://svn.apache.org/viewvc?view=rev&rev=463555
Log:
Add tools profile to enable tools-m-p and m-m-p to all projects

Modified:
    geronimo/genesis/trunk/config/project-config/pom.xml

Modified: geronimo/genesis/trunk/config/project-config/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/config/project-config/pom.xml?view=diff&rev=463555&r1=463554&r2=463555 ==============================================================================
--- geronimo/genesis/trunk/config/project-config/pom.xml (original)
+++ geronimo/genesis/trunk/config/project-config/pom.xml Thu Oct 12 20:54:00 2006
@@ -508,6 +508,24 @@
                 <activeByDefault>true</activeByDefault>
             </activation>
         </profile>
+        +        <profile>
+            <id>tools</id>
+
+            <build>
+                <plugins>
+                    <plugin>
+ <groupId>org.apache.geronimo.genesis.plugins</groupId>
+                        <artifactId>tools-maven-plugin</artifactId>
+                    </plugin>
+
+                    <plugin>
+ <groupId>org.apache.geronimo.genesis.plugins</groupId>
+                        <artifactId>maven-maven-plugin</artifactId>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
     </profiles>
          <reporting>



Reply via email to