Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 64580 invoked from network); 6 Aug 2008 17:08:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Aug 2008 17:08:39 -0000 Received: (qmail 69535 invoked by uid 500); 6 Aug 2008 17:08:37 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 69270 invoked by uid 500); 6 Aug 2008 17:08:36 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 69258 invoked by uid 99); 6 Aug 2008 17:08:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Aug 2008 10:08:36 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ashjain2@gmail.com designates 74.125.46.29 as permitted sender) Received: from [74.125.46.29] (HELO yw-out-2324.google.com) (74.125.46.29) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Aug 2008 17:07:39 +0000 Received: by yw-out-2324.google.com with SMTP id 2so2430ywt.85 for ; Wed, 06 Aug 2008 10:08:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=gbNKNaAf/wVVx0eeJbMwspAAE65NANPyXmqk6WgKX3g=; b=mWZijEHa7rAHFjMvvsoyVpKovV2gvvJViUqDIfbB9Sma7o+dAggMVRxarriC3VeJyX eLzVblDiHpl2PoAKlOYc7prOEtCy+MWfZF8EI7R8wlOlisNiNdQFDBI7L23oDjj66dbh vShDEQdcbS4tPja7vQvCDnJWEnUI04zg18img= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=mUy8A9TltJHZfzSieOwOkp3f4OEtN6T+iBiCIVAYxzAKYvfH4tyMAFsn7fUN27li2z BmCa2mkWxh12D6aJ0tECd1IEgL1+ajeTGUjNFg7DiZY0btJ/CAdDWZd7aY3VzcMW44gm PSI3L/mHVdHxhDJSUi8L43x4SJQQvqkafaY2o= Received: by 10.142.140.15 with SMTP id n15mr91353wfd.84.1218042485530; Wed, 06 Aug 2008 10:08:05 -0700 (PDT) Received: by 10.142.180.14 with HTTP; Wed, 6 Aug 2008 10:08:05 -0700 (PDT) Message-ID: <14af40510808061008n71765d80o39c8f7fd5d6cc73c@mail.gmail.com> Date: Wed, 6 Aug 2008 22:38:05 +0530 From: "Ashish Jain" To: dev@geronimo.apache.org Subject: GEP Build Error for revision 683248 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_18670_23275022.1218042485523" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_18670_23275022.1218042485523 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I am getting a missing dependency error while trying to build GEP. Any suggestions on getting this artifacts rather than manually downloading it my m2repo. [INFO] ----------------------------------------------------------------------- [ERROR] BUILD ERROR [INFO] ----------------------------------------------------------------------- [INFO] Failed to resolve artifact. Missing: ---------- 1) org.apache.pluto:pluto-taglib:jar:1.1.6-G643117 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.pluto -DartifactId=pluto-t lib \ -Dversion=1.1.6-G643117 -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.pluto -DartifactId=pluto-tagli \ -Dversion=1.1.6-G643117 -Dpackaging=jar -Dfile=/path/to/file \ -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.geronimo.devtools:testsuite-eclipse:pom:2.1.2 2) org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:zip:bin:2.1 3) org.apache.geronimo.plugins:console-tomcat:car:2.1.2 4) org.apache.geronimo.plugins:pluto-support:car:2.1.2 5) org.apache.pluto:pluto-taglib:jar:1.1.6-G643117 2) org.apache.pluto:pluto-descriptor-impl:jar:1.1.6-G643117 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.pluto -DartifactId=pluto-d criptor-impl \ -Dversion=1.1.6-G643117 -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.pluto -DartifactId=pluto-descr tor-impl \ -Dversion=1.1.6-G643117 -Dpackaging=jar -Dfile=/path/to/file \ -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.geronimo.devtools:testsuite-eclipse:pom:2.1.2 2) org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:zip:bin:2.1 3) org.apache.geronimo.plugins:console-tomcat:car:2.1.2 4) org.apache.geronimo.plugins:pluto-support:car:2.1.2 5) org.apache.pluto:pluto-descriptor-impl:jar:1.1.6-G643117 3) org.apache.tomcat:jasper:jar:6.0.16-G652117 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.tomcat -DartifactId=jasper -Dversion=6.0.16-G652117 -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.tomcat -DartifactId=jasper \ -Dversion=6.0.16-G652117 -Dpackaging=jar -Dfile=/path/to/file \ -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.geronimo.devtools:testsuite-eclipse:pom:2.1.2 2) org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:zip:bin:2.1 3) org.apache.geronimo.configs:jasper:car:2.1.2 4) org.apache.tomcat:jasper:jar:6.0.16-G652117 4) org.apache.tomcat:catalina:jar:6.0.16-G652117 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.tomcat -DartifactId=catali \ -Dversion=6.0.16-G652117 -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.tomcat -DartifactId=catalina \ -Dversion=6.0.16-G652117 -Dpackaging=jar -Dfile=/path/to/file \ -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.geronimo.devtools:testsuite-eclipse:pom:2.1.2 2) org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:zip:bin:2.1 3) org.apache.geronimo.configs:tomcat6:car:2.1.2 4) org.apache.tomcat:catalina:jar:6.0.16-G652117 5) juddi:juddi:jar:0.9rc4 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=juddi -DartifactId=juddi \ -Dversion=0.9rc4 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=juddi -DartifactId=juddi \ -Dversion=0.9rc4 -Dpackaging=jar -Dfile=/path/to/file \ -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.geronimo.devtools:testsuite-eclipse:pom:2.1.2 2) org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:zip:bin:2.1 3) org.apache.geronimo.configs:uddi-tomcat:car:2.1.2 4) juddi:juddi:jar:0.9rc4 6) org.apache.pluto:pluto-descriptor-api:jar:1.1.6-G643117 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.pluto -DartifactId=pluto-d criptor-api \ -Dversion=1.1.6-G643117 -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.pluto -DartifactId=pluto-descr tor-api \ -Dversion=1.1.6-G643117 -Dpackaging=jar -Dfile=/path/to/file \ -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.geronimo.devtools:testsuite-eclipse:pom:2.1.2 2) org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:zip:bin:2.1 3) org.apache.geronimo.plugins:console-tomcat:car:2.1.2 4) org.apache.geronimo.plugins:pluto-support:car:2.1.2 5) org.apache.pluto:pluto-descriptor-api:jar:1.1.6-G643117 7) org.apache.pluto:pluto-portal-driver-impl:jar:1.1.6-G643117 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.pluto -DartifactId=pluto-p tal-driver-impl \ -Dversion=1.1.6-G643117 -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.pluto -DartifactId=pluto-porta driver-impl \ -Dversion=1.1.6-G643117 -Dpackaging=jar -Dfile=/path/to/file \ -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.geronimo.devtools:testsuite-eclipse:pom:2.1.2 2) org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:zip:bin:2.1 3) org.apache.geronimo.plugins:console-tomcat:car:2.1.2 4) org.apache.geronimo.plugins:pluto-support:car:2.1.2 5) org.apache.pluto:pluto-portal-driver-impl:jar:1.1.6-G643117 8) org.apache.pluto:pluto-portal-driver:jar:1.1.6-G643117 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.pluto -DartifactId=pluto-p tal-driver \ -Dversion=1.1.6-G643117 -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.pluto -DartifactId=pluto-porta driver \ -Dversion=1.1.6-G643117 -Dpackaging=jar -Dfile=/path/to/file \ -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.geronimo.devtools:testsuite-eclipse:pom:2.1.2 2) org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:zip:bin:2.1 3) org.apache.geronimo.plugins:console-tomcat:car:2.1.2 4) org.apache.geronimo.plugins:pluto-support:car:2.1.2 5) org.apache.pluto:pluto-portal-driver:jar:1.1.6-G643117 9) org.apache.pluto:pluto-container:jar:1.1.6-G643117 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.pluto -DartifactId=pluto-c tainer \ -Dversion=1.1.6-G643117 -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.pluto -DartifactId=pluto-conta er \ -Dversion=1.1.6-G643117 -Dpackaging=jar -Dfile=/path/to/file \ -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.geronimo.devtools:testsuite-eclipse:pom:2.1.2 2) org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:zip:bin:2.1 3) org.apache.geronimo.plugins:console-tomcat:car:2.1.2 4) org.apache.geronimo.plugins:pluto-support:car:2.1.2 5) org.apache.pluto:pluto-container:jar:1.1.6-G643117 ---------- 9 required artifacts are missing. for artifact: org.apache.geronimo.devtools:testsuite-eclipse:pom:2.1.2 from the specified remote repositories: central (http://repo1.maven.org/maven2), java.net (http://download.java.net/maven/1/), apache.incubator (http://people.apache.org/repo/m2-incubating-repository/ ), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository), codehaus-snapshots (http://snapshots.repository.codehaus.org) Thanks Ashish ------=_Part_18670_23275022.1218042485523 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Hi,
I am getting a missing dependency error while trying to build GEP. Any suggestions on getting this artifacts rather than manually downloading it my m2repo.

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

Missing:
----------
1) org.apache.pluto:pluto-taglib:jar:1.1.6-G643117

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.apache.pluto -DartifactId=pluto-t
lib \
          -Dversion=1.1.6-G643117 -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.pluto -DartifactId=pluto-tagli
\
          -Dversion=1.1.6-G643117 -Dpackaging=jar -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) org.apache.geronimo.devtools:testsuite-eclipse:pom:2.1.2
        2) org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:zip:bin:2.1

        3) org.apache.geronimo.plugins:console-tomcat:car:2.1.2
        4) org.apache.geronimo.plugins:pluto-support:car:2.1.2
        5) org.apache.pluto:pluto-taglib:jar:1.1.6-G643117

2) org.apache.pluto:pluto-descriptor-impl:jar:1.1.6-G643117

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.apache.pluto -DartifactId=pluto-d
criptor-impl \
          -Dversion=1.1.6-G643117 -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.pluto -DartifactId=pluto-descr
tor-impl \
          -Dversion=1.1.6-G643117 -Dpackaging=jar -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) org.apache.geronimo.devtools:testsuite-eclipse:pom:2.1.2
        2) org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:zip:bin:2.1

        3) org.apache.geronimo.plugins:console-tomcat:car:2.1.2
        4) org.apache.geronimo.plugins:pluto-support:car:2.1.2
        5) org.apache.pluto:pluto-descriptor-impl:jar:1.1.6-G643117

3) org.apache.tomcat:jasper:jar:6.0.16-G652117

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.apache.tomcat -DartifactId=jasper

          -Dversion=6.0.16-G652117 -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.tomcat -DartifactId=jasper \
          -Dversion=6.0.16-G652117 -Dpackaging=jar -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) org.apache.geronimo.devtools:testsuite-eclipse:pom:2.1.2
        2) org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:zip:bin:2.1

        3) org.apache.geronimo.configs:jasper:car:2.1.2
        4) org.apache.tomcat:jasper:jar:6.0.16-G652117

4) org.apache.tomcat:catalina:jar:6.0.16-G652117

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.apache.tomcat -DartifactId=catali
 \
          -Dversion=6.0.16-G652117 -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.tomcat -DartifactId=catalina \
          -Dversion=6.0.16-G652117 -Dpackaging=jar -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) org.apache.geronimo.devtools:testsuite-eclipse:pom:2.1.2
        2) org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:zip:bin:2.1

        3) org.apache.geronimo.configs:tomcat6:car:2.1.2
        4) org.apache.tomcat:catalina:jar:6.0.16-G652117

5) juddi:juddi:jar:0.9rc4

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=juddi -DartifactId=juddi \
          -Dversion=0.9rc4 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
    mvn deploy:deploy-file -DgroupId=juddi -DartifactId=juddi \
          -Dversion=0.9rc4 -Dpackaging=jar -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) org.apache.geronimo.devtools:testsuite-eclipse:pom:2.1.2
        2) org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:zip:bin:2.1

        3) org.apache.geronimo.configs:uddi-tomcat:car:2.1.2
        4) juddi:juddi:jar:0.9rc4

6) org.apache.pluto:pluto-descriptor-api:jar:1.1.6-G643117

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.apache.pluto -DartifactId=pluto-d
criptor-api \
          -Dversion=1.1.6-G643117 -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.pluto -DartifactId=pluto-descr
tor-api \
          -Dversion=1.1.6-G643117 -Dpackaging=jar -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) org.apache.geronimo.devtools:testsuite-eclipse:pom:2.1.2
        2) org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:zip:bin:2.1

        3) org.apache.geronimo.plugins:console-tomcat:car:2.1.2
        4) org.apache.geronimo.plugins:pluto-support:car:2.1.2
        5) org.apache.pluto:pluto-descriptor-api:jar:1.1.6-G643117

7) org.apache.pluto:pluto-portal-driver-impl:jar:1.1.6-G643117

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.apache.pluto -DartifactId=pluto-p
tal-driver-impl \
          -Dversion=1.1.6-G643117 -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.pluto -DartifactId=pluto-porta
driver-impl \
          -Dversion=1.1.6-G643117 -Dpackaging=jar -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) org.apache.geronimo.devtools:testsuite-eclipse:pom:2.1.2
        2) org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:zip:bin:2.1

        3) org.apache.geronimo.plugins:console-tomcat:car:2.1.2
        4) org.apache.geronimo.plugins:pluto-support:car:2.1.2
        5) org.apache.pluto:pluto-portal-driver-impl:jar:1.1.6-G643117

8) org.apache.pluto:pluto-portal-driver:jar:1.1.6-G643117

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.apache.pluto -DartifactId=pluto-p
tal-driver \
          -Dversion=1.1.6-G643117 -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.pluto -DartifactId=pluto-porta
driver \
          -Dversion=1.1.6-G643117 -Dpackaging=jar -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) org.apache.geronimo.devtools:testsuite-eclipse:pom:2.1.2
        2) org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:zip:bin:2.1

        3) org.apache.geronimo.plugins:console-tomcat:car:2.1.2
        4) org.apache.geronimo.plugins:pluto-support:car:2.1.2
        5) org.apache.pluto:pluto-portal-driver:jar:1.1.6-G643117

9) org.apache.pluto:pluto-container:jar:1.1.6-G643117

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.apache.pluto -DartifactId=pluto-c
tainer \
          -Dversion=1.1.6-G643117 -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.pluto -DartifactId=pluto-conta
er \
          -Dversion=1.1.6-G643117 -Dpackaging=jar -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) org.apache.geronimo.devtools:testsuite-eclipse:pom:2.1.2
        2) org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:zip:bin:2.1

        3) org.apache.geronimo.plugins:console-tomcat:car:2.1.2
        4) org.apache.geronimo.plugins:pluto-support:car:2.1.2
        5) org.apache.pluto:pluto-container:jar:1.1.6-G643117

----------
9 required artifacts are missing.

for artifact:
  org.apache.geronimo.devtools:testsuite-eclipse:pom:2.1.2

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  java.net (http://download.java.net/maven/1/),
  apache.incubator (http://people.apache.org/repo/m2-incubating-repository/),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  codehaus-snapshots (http://snapshots.repository.codehaus.org)

Thanks
Ashish
------=_Part_18670_23275022.1218042485523--