Re: Project group

2005-10-07 Thread Brett Porter
Yes, I noticed this and filed a bug. - Brett On 10/8/05, Mark Hobson <[EMAIL PROTECTED]> wrote: > Hi, > > Where does the project 'group' get derived from when adding m2 > projects? It seems to have got the wrong end of the stick for some of > my projects and appears to be uneditable. > > Cheers,

Re: [beta-1] [m2b3] XSD version ?

2005-10-07 Thread Emmanuel Venisse
Mark Hobson a écrit : On 07/10/05, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: we don't have update it for the moment it will be in the next version. You can replace maven* libs in apps/continuum/lib by 2.0-beta-3 files So continuum has it's own version of m2 within itself? When does con

Project group

2005-10-07 Thread Mark Hobson
Hi, Where does the project 'group' get derived from when adding m2 projects? It seems to have got the wrong end of the stick for some of my projects and appears to be uneditable. Cheers, Mark

build state 6

2005-10-07 Thread Mark Hobson
Hi, I'm sure this is too random to prove useful, but nevertheless - I added a new m2 project to continuum and forced the build which resulted in the following email notification: Subject: [continuum] ERROR: Unknown build state 6 Build statistics: State: Building Previous Build: No previous b

Re: [beta-1] [m2b3] XSD version ?

2005-10-07 Thread Emmanuel Venisse
we don't have update it for the moment it will be in the next version. You can replace maven* libs in apps/continuum/lib by 2.0-beta-3 files Emmanuel Yann Le Du a écrit : Hi, Just gave a shot at beta-1, and really appreciate new features such as online configuration, users/groups and working

RE: Help on errors when loaing Maven2 POM

2005-10-07 Thread Allison, Bob
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 remo

Re: Adding projects with parent poms

2005-10-07 Thread Emmanuel Venisse
Mark Hobson a écrit : On 07/10/05, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: No, actually, you can add a pom project with modules, continuum will add all modules in database but not project with pom type. So continuum will build all modules but if you update your parent pom without instal

Re: Cannot find m2.. and then builds

2005-10-07 Thread Mark Hobson
On 07/10/05, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > can you send logs or open an issue for it? Sure, http://jira.codehaus.org/browse/CONTINUUM-344. Mark

Re: Adding projects with parent poms

2005-10-07 Thread Mark Hobson
On 07/10/05, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > No, actually, you can add a pom project with modules, continuum will add all > modules in > database but not project with pom type. So continuum will build all modules > but if you > update your parent pom without install it manually in y

Re: Adding projects with parent poms

2005-10-07 Thread Emmanuel Venisse
No, actually, you can add a pom project with modules, continuum will add all modules in database but not project with pom type. So continuum will build all modules but if you update your parent pom without install it manually in your repo, modules will can't be updated with parent updates Emma

Re: Adding projects with parent poms

2005-10-07 Thread Mark Hobson
On 07/10/05, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > Actually pom project aren't add in continuum, so I think it's why continuum > can install it > in repo and then can't retreive it on an other project build. Ah ok, so for pom projects with modules do I have to add each module separately?

Re: Cannot find m2.. and then builds

2005-10-07 Thread Emmanuel Venisse
can you send logs or open an issue for it? Emmanuel Mark Hobson a écrit : On 07/10/05, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: is it in your path? We find m2 in path. Yep, the logs show it's checking the correct dirs in path, but it still reports that it can't find m2 before proceeding

Re: Adding projects with parent poms

2005-10-07 Thread Emmanuel Venisse
Actually pom project aren't add in continuum, so I think it's why continuum can install it in repo and then can't retreive it on an other project build. Emmanuel Mark Hobson a écrit : Hi, It seems continuum has problems downloading parent poms when adding m2 projects. I've added the bootstra

Re: Adding projects with parent poms

2005-10-07 Thread Emmanuel Venisse
we use the same command line that a user. continuum call m2 command (m2 --batch-mode --non-recursive clean:clean install by default) Emmanuel Mark Hobson a écrit : Hi, It seems continuum has problems downloading parent poms when adding m2 projects. I've added the bootstrap repo to the conti

Re: Cannot find m2.. and then builds

2005-10-07 Thread Emmanuel Venisse
is it in your path? We find m2 in path. Emmanuel Mark Hobson a écrit : Hi, I've got beta1 running on linux, but when adding a m2 project it complains that it can't find m2 in the logs and then produces to build using m2: 171628 [Thread-0] INFO org.apache.maven.continuum.execution.ContinuumBu

Re: Help on errors when loaing Maven2 POM

2005-10-07 Thread Emmanuel Venisse
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

Adding projects with parent poms

2005-10-07 Thread Mark Hobson
Hi, It seems continuum has problems downloading parent poms when adding m2 projects. I've added the bootstrap repo to the continuum users' m2 settings.xml to avoid the chicken-and-egg problem. All builds fine from the command line but fails from within continuum. Any idea why continuum appears

Re: Help on errors when loaing Maven2 POM

2005-10-07 Thread Mark Hobson
On 07/10/05, Ashley Williams <[EMAIL PROTECTED]> wrote: > I believe continuum does a checkout of everything under the > repository location you specify under in your scm tag - so provided > you retain the same project structure in your repository as you would > expect on disk, I'm guessing that sho

Cannot find m2.. and then builds

2005-10-07 Thread Mark Hobson
Hi, I've got beta1 running on linux, but when adding a m2 project it complains that it can't find m2 in the logs and then produces to build using m2: 171628 [Thread-0] INFO org.apache.maven.continuum.execution.ContinuumBuildExecutor:ant - Resolved the executable 'ant' to '/usr/bin/ant'. 171635

Re: Help on errors when loaing Maven2 POM

2005-10-07 Thread Ashley Williams
I believe continuum does a checkout of everything under the repository location you specify under in your scm tag - so provided you retain the same project structure in your repository as you would expect on disk, I'm guessing that should be ok. In other words I think continuum does a singl

Re: Help on errors when loaing Maven2 POM

2005-10-07 Thread Mark Hobson
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 l

Re: Add project on linux

2005-10-07 Thread Mark Hobson
On 07/10/05, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > It's fixed in beta-1 Thanks that worked - I wasn't expecting a release so soon :) Mark

[ANN] Continuum 1.0 Beta 1 Released

2005-10-07 Thread Emmanuel Venisse
The Maven team is pleased to announce the 1.0-beta-1 release of Continuum. This release offers users both an advance look at what's in Continuum 1.0 and a head start in helping to shape the final Continuum release. You can find everything here: http://maven.apache.org/continuum";>http://maven.ap

Re: Add project on linux

2005-10-07 Thread Brett Porter
This seemed ok to me in beta-1 when I set it up today (its on the site now) - Brett On 10/7/05, Mark Hobson <[EMAIL PROTECTED]> wrote: > Hi there, > > I've got continuum alpha4 installed on linux within a continuum user's > homedir, but am getting the following error in the logs when adding > pro

Add project on linux

2005-10-07 Thread Mark Hobson
Hi there, I've got continuum alpha4 installed on linux within a continuum user's homedir, but am getting the following error in the logs when adding projects via the ui: org.apache.maven.continuum.store.ContinuumStoreException: Could not make the build output directory: '/build-output-directory/6