You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by sam tam <sa...@gmail.com> on 2007/06/14 18:26:07 UTC

Build Error

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...

Re: Build Error

Posted by sam tam <sa...@gmail.com>.
Thank You Matthieu for that lightning fast reply !

Sam..



On 6/14/07, Matthieu Riou <ma...@gmail.com> wrote:
>
> 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 <sa...@gmail.com> 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...
> >
>



-- 
Catch Me @: www.samjeyam.co.nr

The Engine is the Heart of the Plane
   but
       Pilot is the Soul...

\___(0)___/
      ./ \.

Re: Build Error

Posted by Matthieu Riou <ma...@gmail.com>.
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 <sa...@gmail.com> 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...
>