The way I got around this issue was to alter the POM on disk (the one uploaded into Continuum) so that it was packaging=jar and no modules. It uploaded fine, built a single job for the whole project and checked everything out of SCM without a hitch. The only thing I had to touch up was to remove the "--non-recursive" option.
-----Original Message----- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Friday, October 07, 2005 07:26 To: [email protected] Subject: Re: Help on errors when loaing Maven2 POM it will be fixed in beta-2 Emmanuel Mark Hobson a écrit : > Yep I'm getting the same thing with uploading poms of type pom that > contain modules - poms of type jar are fine. > > Any ideas? > > Mark > > On 06/10/05, Frank Zhao <[EMAIL PROTECTED]> wrote: > >>Can someone help me on building a Maven 2 project in Continuum? >> >>I wanted to try Continuum with Maven 2, when loading a pom.xml file of my >>project, the continuum tried to find other pom.xml files under /tmp/summit-2/ >>directory which does not exist. In fact, all of those files should be under >>./subdirectories. If I copy all of my project under /tmp/summit-2, then >>Continuum can load the POM correctly. However, it cannot build. >> >>So I used the Contunuum source code as a test which I believe it should work. >>When I uploaded the pom.xml file at the root directory of the Continuum, I >>got the the same errors. It seems the Continuum tried to get the pom.xml >>files in the subdirectory at a wrong path: >> >> >> * Could not download file:/tmp/summit-2/continuum-api/pom.xml: >> /tmp/summit-2/continuum-api/pom.xml (No such file or directory) >> >>Check the logs for more details. >> >> * Could not download file:/tmp/summit-2/continuum-cc/pom.xml: >> /tmp/summit-2/continuum-cc/pom.xml (No such file or directory) >> >>Check the logs for more details. >> >> * Could not download file:/tmp/summit-2/continuum-core-it/pom.xml: >> /tmp/summit-2/continuum-core-it/pom.xml (No such file or directory) >> >>Check the logs for more details. >> >> ... >> >>Here is what I did: >>1) check out code at: http://svn.apache.org/repos/asf/maven/continuum/trunk/ >>2) Modify the <notifier> email address to my email address >>3) in Continuum web interface, submit the local pom.xml file at the Continum >>directory. I got error message showing above. >> >>Thanks in advance, >> >>Frank >> >> >> > > > >
