Just to tell I found the issue:
I removed local repository use in my maven settings.xml and it works: <localRepository>/path/to/local/repo</localRepository> reagrds kermitt wrote: > > Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) > Maven version: 2.0.5 > > -reinstalled maven, I only changed in the settings.xmk the default local > repository to point another drive with enough space on it. > -deleted my maven repository. > -pick up the last trunk > > => still get the same error even with your tips. > > one of my team mate is able to build it :( > > any other idea? > > > > Matthieu Riou-2 wrote: >> >> Hi Herve, >> >> You've not done anything wrong, it's most probably Maven that has been >> doing >> things wrong. The missing dependency is one of ours that should have been >> built before. So you'll need to build it explicitly by doing: >> >> cd dao-jpa-ojpa-derby >> mvn install >> cd .. >> mvn install >> >> You may have to do the same thing for the 'dao-hibernate-db-derby' >> module. >> Let us know if that worked better. >> >> Matthieu >> >> On 3/6/07, herve bourzeix <[EMAIL PROTECTED]> wrote: >>> >>> Hi, >>> >>> I check out lastest trunk and I just did a mvn install. >>> It fails with the following error : >>> >>> this jar seems to an artifact from ODE itself ... where I am wrong ? >>> >>> >>> test-db: >>> [artifact:dependencies] An error has occurred while processing the Maven >>> artifact tasks. >>> [artifact:dependencies] Diagnosis: >>> [artifact:dependencies] >>> [artifact:dependencies] Failed to resolve artifact. >>> [artifact:dependencies] >>> [artifact:dependencies] Missing: >>> [artifact:dependencies] ---------- >>> [artifact:dependencies] 1) >>> org.apache.ode:ode-jpa-ojpa-derby:tar:2.0-SNAPSHOT >>> [artifact:dependencies] >>> [artifact:dependencies] Try downloading the file manually from the >>> project >>> website. >>> [artifact:dependencies] >>> [artifact:dependencies] Then, install it using the command: >>> [artifact:dependencies] mvn install:install-file -DgroupId= >>> org.apache.ode -DartifactId=ode-jpa-ojpa-derby \ >>> [artifact:dependencies] -Dversion=2.0-SNAPSHOT -Dpackaging=tar >>> -Dfile=/path/to/file >>> [artifact:dependencies] >>> [artifact:dependencies] Path to dependency: >>> [artifact:dependencies] 1) unspecified:unspecified:jar:0.0 >>> [artifact:dependencies] 2) >>> org.apache.ode:ode-jpa-ojpa-derby:tar:2.0-SNAPSHOT >>> [artifact:dependencies] >>> [artifact:dependencies] ---------- >>> [artifact:dependencies] 1 required artifact is missing. >>> [artifact:dependencies] >>> [artifact:dependencies] for artifact: >>> [artifact:dependencies] unspecified:unspecified:jar:0.0 >>> [artifact:dependencies] >>> [artifact:dependencies] from the specified remote repositories: >>> [artifact:dependencies] central (http://repo1.maven.org/maven2) >>> [artifact:dependencies] >>> [artifact:dependencies] >>> [artifact:dependencies] >>> [INFO] >>> ------------------------------------------------------------------------ >>> [ERROR] BUILD ERROR >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] Failed to resolve artifact. >>> >> >> > > -- View this message in context: http://www.nabble.com/error-building-ODE-tf3356351.html#a9370123 Sent from the Apache Ode User mailing list archive at Nabble.com.