Should I report these problems here? Anyway, here's another when running build_all.sh:
[INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [ERROR] FATAL ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error building POM (may not be this project's POM). Project ID: unknown Reason: Could not find the model file '/home/dleangen/libs/felix/felix/trunk/mosgi.managedelements.linuxprobes/pom.xml'. Also, the installer seems to be dependend on bundlerepository, but this is not mentioned in the docs. Again, I could send in a patch or something... On Tue, 2006-09-05 at 18:42 +0900, David Leangen wrote: > Ok, problem resolved by adding: > > <pluginRepository> > <id>codehaus</id> > <name>New Codehaus repository</name> > <url>http://snapshots.repository.codehaus.org/</url> > </pluginRepository> > > > Should I send in a patch? > > > > > On Tue, 2006-09-05 at 18:29 +0900, David Leangen wrote: > > Found this thread started by Alex Karasulu: > > > > http://www.mail-archive.com/[email protected]/msg50269.html > > > > > > Doesn't seem to be resolved yet, though... > > > > > > > > > > On Tue, 2006-09-05 at 18:20 +0900, David Leangen wrote: > > > Hi! > > > > > > Finally checking out the move from Oscar to Felix, but: > > > > > > > > > > > > [INFO] > > > ------------------------------------------------------------------------ > > > [ERROR] BUILD ERROR > > > [INFO] > > > ------------------------------------------------------------------------ > > > [INFO] Failed to resolve artifact. > > > > > > Missing: > > > ---------- > > > 1) org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7-SNAPSHOT > > > > > > Try downloading the file manually from the project website. > > > > > > Then, install it using the command: > > > mvn install:install-file -DgroupId=org.codehaus.plexus > > > -DartifactId=plexus-archiver \ > > > -Dversion=1.0-alpha-7-SNAPSHOT -Dpackaging=jar > > > -Dfile=/path/to/file > > > > > > Path to dependency: > > > 1) > > > org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.1-20060826.162339-6 > > > 2) org.apache.maven:maven-archiver:jar:2.2-SNAPSHOT > > > 3) org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7-SNAPSHOT > > > > > > ---------- > > > 1 required artifact is missing. > > > > > > for artifact: > > > > > > org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.1-20060826.162339-6 > > > > > > from the specified remote repositories: > > > central (http://repo1.maven.org/maven2), > > > apache.snapshots (http://cvs.apache.org/maven-snapshot-repository) > > > > > > > > >

