So what to do about openejb? Build fails:
<snip> Bliss:~/ws/apache/geronimo/trunk jason$ mvn [INFO] Scanning for projects...[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM). Project ID: unknownReason: Could not find the model file '/Users/jason/ws/apache/ geronimo/trunk/openejb/modules/pom.xml'.
[INFO] ------------------------------------------------------------------------
[INFO] Traceorg.apache.maven.reactor.MavenExecutionException: Could not find the model file '/Users/jason/ws/apache/geronimo/trunk/openejb/modules/ pom.xml'. at org.apache.maven.DefaultMaven.getProjects (DefaultMaven.java:365) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java: 278)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.codehaus.classworlds.Launcher.launchEnhanced
(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode
(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.project.ProjectBuildingException: Could
not find the model file '/Users/jason/ws/apache/geronimo/trunk/
openejb/modules/pom.xml'.
at
org.apache.maven.project.DefaultMavenProjectBuilder.readModel
(DefaultMavenProjectBuilder.java:1274)
at
org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFileI
nternal(DefaultMavenProjectBuilder.java:414)
at org.apache.maven.project.DefaultMavenProjectBuilder.build
(DefaultMavenProjectBuilder.java:192)
at org.apache.maven.DefaultMaven.getProject
(DefaultMaven.java:515)
at org.apache.maven.DefaultMaven.collectProjects
(DefaultMaven.java:447)
at org.apache.maven.DefaultMaven.collectProjects
(DefaultMaven.java:491)
at org.apache.maven.DefaultMaven.getProjects
(DefaultMaven.java:351)
... 11 more
Caused by: java.io.FileNotFoundException: /Users/jason/ws/apache/
geronimo/trunk/openejb/modules/pom.xml (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileReader.<init>(FileReader.java:55)
at
org.apache.maven.project.DefaultMavenProjectBuilder.readModel
(DefaultMavenProjectBuilder.java:1269)
... 17 more
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 33 seconds [INFO] Finished at: Mon Jun 26 18:30:25 PDT 2006 [INFO] Final Memory: 7M/14M[INFO] ------------------------------------------------------------------------
</snip> Do I need to check something else out? If so... WHY? Or do I need to pass some-other configuration? If so... WHY? I've said this before and will say it again (and again)... I should be able to: 1) svn co .../geronimo/trunk 2) mvn install ... 3) start the serverThe only assumption made is that Maven 2.0 is installed and that JAVA_HOME (or the equiv on OS X) is setup correctly.
If there are more than 3 steps to go from src to server, then something is wrong... and should be fixed.
* * *Its been months since I have been able to actually build G... I'd recommend that people periodically blow away your repository cache so that you get really clean builds. Often m2 problems will only start to show up when a clean repo is used... :-(
--jason On Jun 26, 2006, at 6:46 PM, Prasad Kashyap wrote:
I'm sorry but I'm confused about this main build and the plugins build. I thought they are all one single build like we did in m1 with all the new(xx). This is how the build order is specified in the geronimo/pom.xml <modules> <module>modules</module> <module>m2-plugins</module> <module>applications</module> <module>openejb/modules</module> <module>configs</module> <module>assemblies</module> <modules> There's no cyclical dependency there. Jason, as for the <relativePath>, I tried that. It didn't help. Also, the default value of <relativePath> is ../pom.xml anyways. Cheers Prasad On 6/26/06, Jason Dillon <[EMAIL PROTECTED]> wrote:FYI, seems that you need to build trunk first (probably until it fails with a missing plugin), then build the plugins, then rebuild trunk. Just building m2-plugins pukes with: <snip> [INFO]--------------------------------------------------------------------- ---[ERROR] BUILD ERROR [INFO]--------------------------------------------------------------------- ---[INFO] Failed to resolve artifact. Missing: ---------- 1) org.apache.geronimo.modules:geronimo-deploy-tool:jar:1.2-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.geronimo.modules -DartifactId=geronimo-deploy-tool \-Dversion=1.2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/ filePath to dependency: 1) org.apache.geronimo.plugins:geronimo-packaging- plugin:maven-plugin:1.2.0 2) org.apache.geronimo.modules:geronimo-deploy-tool:jar:1.2- SNAPSHOT 2) org.apache.geronimo.modules:geronimo-kernel:jar:1.2-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.geronimo.modules -DartifactId=geronimo-kernel \-Dversion=1.2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/ filePath to dependency: 1) org.apache.geronimo.plugins:geronimo-packaging- plugin:maven-plugin:1.2.02) org.apache.geronimo.modules:geronimo-kernel:jar:1.2- SNAPSHOT3) org.apache.geronimo.modules:geronimo-service-builder:jar:1.2- SNAPSHOTTry downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.geronimo.modules -DartifactId=geronimo-service-builder \-Dversion=1.2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/ filePath to dependency: 1) org.apache.geronimo.plugins:geronimo-packaging- plugin:maven-plugin:1.2.0 2) org.apache.geronimo.modules:geronimo-service-builder:jar: 1.2-SNAPSHOT 4) org.apache.geronimo.modules:geronimo-system:jar:1.2-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.geronimo.modules -DartifactId=geronimo-system \-Dversion=1.2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/ filePath to dependency: 1) org.apache.geronimo.plugins:geronimo-packaging- plugin:maven-plugin:1.2.02) org.apache.geronimo.modules:geronimo-system:jar:1.2- SNAPSHOT---------- 4 required artifacts are missing. for artifact:org.apache.geronimo.plugins:geronimo-packaging-plugin:maven- plugin:1.2.0 from the specified remote repositories: central (http://repo1.maven.org/maven2), codehaus-dist (http://dist.codehaus.org), Apache CVS (http://people.apache.org/maven-snapshot-repository), maven1-ibiblio (http://www.ibiblio.org/maven), snapshots (http://snapshots.maven.codehaus.org/maven2), apache-cvs (http://cvs.apache.org/repository) </snip> Looks like bad news... if the main build needs the plugin, and the plugin needs the main build, and m2 won't let it all run/build at the same time due to its plugin resolution fluff. May need to provide a bootstrap, which builds a few select modules, then the entire system... but that is not very friendly either. * * * Also, start adding <relativePath>../pom.xml</relativePath> to the parent element, so that you can skip the mvn -N install bits. --jason On Jun 26, 2006, at 1:05 PM, Prasad Kashyap wrote: > Alan, >> You'd have to build the geronimo-packaging-plugin manually first. It's> under geronimo/m2-plugins > > cd geronimo/m2-plugins > mvn clean > mvn -N > mvn > > Cheers > Prasad > > On 6/25/06, Alan D. Cabrera <[EMAIL PROTECTED]> wrote: >> I get this error: >> >> Try downloading the file manually from the project website. >> >> Then, install it using the command: >> mvn install:install-file -DgroupId=org.apache.geronimo.plugins >> -DartifactId=geronimo-packaging-plugin \>> -Dversion=1.2.0 -Dpackaging=maven-plugin -Dfile=/path/ to/file>> >> >> org.apache.geronimo.plugins:geronimo-packaging-plugin:maven- >> plugin:1.2.0 >> >> from the specified remote repositories: >> central (http://repo1.maven.org/maven2), >> codehaus-dist (http://dist.codehaus.org/mojo/m2-snapshots), >> snapshots (http://snapshots.maven.codehaus.org/maven2) >> >> org.apache.geronimo.plugins:geronimo-packaging-plugin:maven- >> plugin:1.2.0 >> >> from the specified remote repositories: >> central (http://repo1.maven.org/maven2), >> codehaus-dist (http://dist.codehaus.org/mojo/m2-snapshots), >> snapshots (http://snapshots.maven.codehaus.org/maven2) >> >> >> >> Regards, >> Alan >> >> >>
