On 12/15/06, Dain Sundstrom <[EMAIL PROTECTED]> wrote:
On Dec 15, 2006, at 9:18 AM, Paul McMahan wrote:

> Missing:
> ----------
> 1) org.apache.geronimo.schema:geronimo-schema-jee_5:jar:1.0
>
>  Try downloading the file manually from the project website.
>
>  Then, install it using the command:
>      mvn install:install-file -DgroupId=org.apache.geronimo.schema -
> DartifactId
> =geronimo-schema-jee_5 \
>          -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file
>
>  Path to dependency:
>        1) org.apache.geronimo.modules:geronimo-persistence-jpa10-
> builder:jar:1.
> 2-SNAPSHOT
>        2) org.apache.geronimo.schema:geronimo-schema-jee_5:jar:1.0
>
> ----------
> 1 required artifact is missing.

Fixed.

I think I accidently deleted that one from the stage during the
build, but have a back of the stage dir after each project was
deployed.  So, I just copied it over from the backup.  Backups are
sweet!

-dain

Thanks, that got me past jpa builder. Do you also have a copy of
org.apache.openejb:openejb-axis:jar:2.2-incubating and
org.apache.openejb:openejb-core:jar:2.2-incubating to restore from
backups?  :-)

[INFO] 
----------------------------------------------------------------------------
[INFO] Building Geronimo Configs :: OpenEJB
[INFO]    task-segment: [clean, install]
[INFO] 
----------------------------------------------------------------------------
[snip]
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.openejb:openejb-axis:jar:2.2-incubating

 Try downloading the file manually from the project website.

 Then, install it using the command:
     mvn install:install-file -DgroupId=org.apache.openejb
-DartifactId=openejb-axis \
         -Dversion=2.2-incubating -Dpackaging=jar -Dfile=/path/to/file

 Path to dependency:
       1) org.apache.geronimo.configs:openejb:car:1.2-SNAPSHOT
       2) org.apache.openejb:openejb-axis:jar:2.2-incubating

2) org.apache.openejb:openejb-core:jar:2.2-incubating

 Try downloading the file manually from the project website.

 Then, install it using the command:
     mvn install:install-file -DgroupId=org.apache.openejb
-DartifactId=openejb-core \
         -Dversion=2.2-incubating -Dpackaging=jar -Dfile=/path/to/file

 Path to dependency:
       1) org.apache.geronimo.configs:openejb:car:1.2-SNAPSHOT
       2) org.apache.openejb:openejb-core:jar:2.2-incubating

----------
2 required artifacts are missing.

for artifact:
 org.apache.geronimo.configs:openejb:car:1.2-SNAPSHOT

from the specified remote repositories:
 central (http://repo1.maven.org/maven2),
 apache.incubator (http://people.apache.org/repo/m2-incubating-repository/),
 apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
 codehaus (http://repository.codehaus.org),
 dain.repo (http://people.apache.org/~dain/stage/),
 apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
 codehaus-snapshots (http://snapshots.repository.codehaus.org),
 apache-incubator (http://people.apache.org/repo/m2-incubating-repository/),
 dains-repo (http://people.apache.org/~dain/stage)

Best wishes,
Paul

Reply via email to