+1 Thanks for all the help in building the src. After you restored the geronimo-schema-jee_5 I was able to build by adding the repos at people.apache.org/~dain/stage and people.apache.org/~dblevins/stage to the root pom. By the way, when I build the src it generates 1.2-SNAPSHOT binaries (not 1.2-beta). Don't know if that was intentional(?)
I tested plugins using the tomcat-j2ee assembly and updated the repository metadata at geronimo.apache.org/plugins/geronimo-1.2 to point at people.apache.org/~dain/stage for the 1.2-beta plugins (i.e. car files). This happens via a redirect in geronimo.apache.org/plugins/geronimo-1.2/.htaccess. When the 1.2-beta artifacts are published to a permanent maven repo that redirect should be replaced with one that points at the official location before wiping the stage area clean. Otherwise the plugin repository at geronimo.apache.org/plugins will stop working. Great work Dain and Alan! I know that riding herd on this one has been a tremendous effort (and success!) Best wishes, Paul On 12/15/06, Paul McMahan <[EMAIL PROTECTED]> wrote:
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