Hi Sam, Maven2 build isn't supported anymore, we moved on. See our building guide to build with Buildr:
http://incubator.apache.org/ode/building-ode.html I'm going to remove all Maven2 stuff, it's about time. Cheers, Matthieu On 6/14/07, sam tam <[EMAIL PROTECTED]> wrote:
Hello, I am trying to build ode , as usual am getting the build error missing ode-dao-hibernate-db-derby-2.0-SNAPSHOT.tar, As per the wiki, http://wiki.apache.org/ode/Building the solution provided : cd dao-hibernate-db-derby mvn install cd .. mvn install but there is no module as ode-dao-hibernate-db-derby only dao-hibernate-db , dao-hibernate , dao-jpa , dao-jpa-ojpa , dao-jpa-ojpa-derby are available ! I mavened each module individually and started off with Bpel-Runtime yet it failes giving the same errror ! Kindly suggest me what to do ! Sam PS: Also there is no module as ode-dao-hibernate-db-derby ( http://people.apache.org/repo/m2-incubating-repository/org/apache/ode/) Error Trace: Downloading: http://pxe.intalio.org/public/maven2/org/apache/ode/ode-dao-hiberna te-db-derby/2.0-SNAPSHOT/ode-dao-hibernate-db-derby-2.0-SNAPSHOT.tar Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/o de/ode-dao-hibernate-db-derby/2.0-SNAPSHOT/ode- dao-hibernate-db-derby-2.0-SNAPSH OT.tar Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/ode /ode-dao-hibernate-db-derby/2.0-SNAPSHOT/ode- dao-hibernate-db-derby-2.0-SNAPSHOT .tar [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.apache.ode:ode-dao-hibernate-db-derby:tar:2.0-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId= org.apache.ode-DartifactId=ode-dao-hib ernate-db-derby \ -Dversion=2.0-SNAPSHOT -Dpackaging=tar -Dfile=/path/to/file Path to dependency: 1) org.apache.ode:ode-bpel-runtime:jar:2.0-SNAPSHOT 2) org.apache.ode:ode-dao-hibernate-db-derby:tar:2.0-SNAPSHOT ---------- 1 required artifact is missing. for artifact: org.apache.ode:ode-bpel-runtime:jar:2.0-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository), apache-incubator (http://people.apache.org/repo/m2-incubating-repository ), pxe.intalio.org (http://pxe.intalio.org/public/maven2) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 9 seconds [INFO] Finished at: Thu Jun 14 21:45:42 IST 2007 [INFO] Final Memory: 9M/17M [INFO] ------------------------------------------------------------------------ -- Sam...
