Return-Path: Delivered-To: apmail-oodt-dev-archive@www.apache.org Received: (qmail 5980 invoked from network); 8 Mar 2011 21:36:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Mar 2011 21:36:47 -0000 Received: (qmail 66691 invoked by uid 500); 8 Mar 2011 21:36:47 -0000 Delivered-To: apmail-oodt-dev-archive@oodt.apache.org Received: (qmail 66665 invoked by uid 500); 8 Mar 2011 21:36:47 -0000 Mailing-List: contact user-help@oodt.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@oodt.apache.org Delivered-To: mailing list user@oodt.apache.org Received: (qmail 66655 invoked by uid 99); 8 Mar 2011 21:36:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Mar 2011 21:36:47 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jfarreol@usc.edu designates 209.85.214.171 as permitted sender) Received: from [209.85.214.171] (HELO mail-iw0-f171.google.com) (209.85.214.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Mar 2011 21:36:43 +0000 Received: by iwr19 with SMTP id 19so7134807iwr.16 for ; Tue, 08 Mar 2011 13:36:22 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.189.195 with SMTP id df3mr4470077ibb.43.1299620181535; Tue, 08 Mar 2011 13:36:21 -0800 (PST) Received: by 10.231.194.135 with HTTP; Tue, 8 Mar 2011 13:36:21 -0800 (PST) In-Reply-To: References: Date: Tue, 8 Mar 2011 13:36:21 -0800 Message-ID: Subject: Re: Getting Started with OODT From: Fernando Arreola To: user@oodt.apache.org Content-Type: multipart/alternative; boundary=005045016279436a72049dff6715 --005045016279436a72049dff6715 Content-Type: text/plain; charset=ISO-8859-1 Sorry about the double post I had sent the first one out before I had subscribed and once I subscribed I didn't think the original one had taken so I sent this one. I was running on Windows XP, using Maven 2.2.1 (Maven 3.0.3 didn't seem to work at all). I used the command to skip the tests and that resolved the issue. Thanks for the help! Fernando On Sun, Mar 6, 2011 at 1:16 AM, Fernando Arreola wrote: > Hello, > > I am new to OODT and am having trouble building OODT. My end goal is to > learn more about how the different components work internally. > > I have downloaded the 0.2 release by obtaining the " > apache-oodt-0.2-src.tar.gz" > file and extracting its contents. I also installed Maven 2.2.1 in order to > build OODT. I ran the "mvn install" command from the top level directory but > it tells me the build failed. The only failure I see is an XMLTest failure, > but I am unable to find any compile artifacts (i.e. .jar files or .class > files). > > If I try to build individual components I also get a build error. For > example, if I try to build the metadata component I get the following error: > > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) org.apache.oodt:oodt-commons:jar:0.2 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.oodt > -DartifactId=oodt-commo > ns -Dversion=0.2 -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > there: > > mvn deploy:deploy-file -DgroupId=org.apache.oodt > -DartifactId=oodt-commons > -Dversion=0.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] > -DrepositoryId=[ > id] > > Path to dependency: > 1) org.apache.oodt:cas-metadata:jar:0.2 > 2) org.apache.oodt:oodt-commons:jar:0.2 > > 2) org.apache.oodt:pcs-input:jar:0.2 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.oodt > -DartifactId=pcs-input > -Dversion=0.2 -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > there: > > mvn deploy:deploy-file -DgroupId=org.apache.oodt > -DartifactId=pcs-input -D > version=0.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] > -DrepositoryId=[id] > > > Path to dependency: > 1) org.apache.oodt:cas-metadata:jar:0.2 > 2) org.apache.oodt:pcs-input:jar:0.2 > > > I cannot find either file in any repository. Am I missing a step that is > needed in order to get the compile artifacts? > > Thanks, > Fernando Arreola > --005045016279436a72049dff6715 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sorry about the double post I had sent the first one out before I had subsc= ribed and once I subscribed I didn't think the original one had taken s= o I sent this one.

I was running on Windows XP, using Maven 2.2.1 (= Maven 3.0.3 didn't seem to work at all). I used the command to skip the= tests and that resolved the issue.

Thanks for the help!

Fernando

= On Sun, Mar 6, 2011 at 1:16 AM, Fernando Arreola <jfarreol@usc.edu> wrote:
<= blockquote class=3D"gmail_quote" style=3D"margin: 0pt 0pt 0pt 0.8ex; border= -left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"> Hello,

I am new to OODT and am having trouble building OODT. My end = goal is to learn more about how the different components work internally.
I have downloaded the 0.2 release by obtaining the "apache-oodt-0.2-src.tar.gz" file and extracting its= contents. I also installed Maven 2.2.1 in order to build OODT. I ran the &= quot;mvn install" command from the top level directory but it tells me= the build failed. The only failure I see is an XMLTest failure, but I am u= nable to find any compile artifacts (i.e. .jar files or .class files).

If I try to build individual components I also get a build error. For e= xample, if I try to build the metadata component I get the following error:=

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

Mi= ssing:
----------
1) org.apache.oodt:oodt-commons:jar:0.2

=A0 Try downloading the file manually from the project website.

=A0 = Then, install it using the command:
=A0=A0=A0=A0=A0 mvn install:install-= file -DgroupId=3Dorg.apache.oodt -DartifactId=3Doodt-commo
ns -Dversion= =3D0.2 -Dpackaging=3Djar -Dfile=3D/path/to/file

=A0 Alternatively, if you host your own repository you can deploy the f= ile there:

=A0=A0=A0=A0=A0 mvn deploy:deploy-file -DgroupId=3Dorg.ap= ache.oodt -DartifactId=3Doodt-commons
=A0-Dversion=3D0.2 -Dpackaging=3Dj= ar -Dfile=3D/path/to/file -Durl=3D[url] -DrepositoryId=3D[
id]

=A0 Path to dependency:
=A0=A0=A0=A0=A0=A0=A0 1) org.apache.o= odt:cas-metadata:jar:0.2
=A0=A0=A0=A0=A0=A0=A0 2) org.apache.oodt:oodt-c= ommons:jar:0.2

2) org.apache.oodt:pcs-input:jar:0.2

=A0 Try d= ownloading the file manually from the project website.

=A0 Then, install it using the command:
=A0=A0=A0=A0=A0 mvn install:= install-file -DgroupId=3Dorg.apache.oodt -DartifactId=3Dpcs-input
-Dvers= ion=3D0.2 -Dpackaging=3Djar -Dfile=3D/path/to/file

=A0 Alternatively= , if you host your own repository you can deploy the file there:

=A0=A0=A0=A0=A0 mvn deploy:deploy-file -DgroupId=3Dorg.apache.oodt -Dar= tifactId=3Dpcs-input -D
version=3D0.2 -Dpackaging=3Djar -Dfile=3D/path/t= o/file -Durl=3D[url] -DrepositoryId=3D[id]


=A0 Path to dependenc= y:
=A0=A0=A0=A0=A0=A0=A0 1) org.apache.oodt:cas-metadata:jar:0.2
=A0=A0=A0=A0=A0=A0=A0 2) org.apache.oodt:pcs-input:jar:0.2


I can= not find either file in any repository. Am I missing a step that is needed = in order to get the compile artifacts?

Thanks,
Fernando Arreola

--005045016279436a72049dff6715--