Re: Multiproject with maven 2

2005-11-11 Thread Emmanuel Venisse
cool. You can use TortoiseSvn, it's the most simple to use (right click in windows explorer). Checkout sources from http://svn.apache.org/repos/asf/maven/scm/trunk/ clearcase provider is in maven-scm-providers/maven-provider-clearcase For implementing command, you must extends commands from ma

Re: Multiproject with maven 2

2005-11-10 Thread Wim Deblauwe
I'm willing to help out, if you can tell me what I need to do exactly. I will probably need to install an svn client? Any tips on a good one for windows? And where do I start after that? regards, Wim 2005/11/10, Emmanuel Venisse <[EMAIL PROTECTED]>: > > checkout seems to be implemented too, but

Re: Multiproject with maven 2

2005-11-10 Thread Emmanuel Venisse
checkout seems to be implemented too, but I don't know in which mode. Emmanuel Wim Deblauwe a écrit : ok, I saw you closed the issue, thanks a million. By the way, if you need a testuser for ClearCase support, I'm very willing. Can you tell me what should work and what not? regards, Wim 200

Re: Multiproject with maven 2

2005-11-10 Thread Emmanuel Venisse
before a test user, we need a developer for clearcase provider in maven-scm. Do you want to implement it? For support clearcase in continuum, we need checkout, update and changelog commands. Changelog is already implemented. If you want work on it, you can add checkin command too, it would be gr

Re: Multiproject with maven 2

2005-11-10 Thread Emmanuel Venisse
You'll can use module with ../ in continuum 1.0.1, but only with the url feature of Add Project page Emmanuel Wim Deblauwe a écrit : That is really a pity. I would definetly need this to be able to use continuum with multiproject of maven 2. So I filed an issue: http://jira.codehaus.org/brows

Re: Multiproject with maven 2

2005-11-10 Thread Wim Deblauwe
Hmmm... not so fine. The builds starts but then I see a problem in the log file: jvm 1 | 2005-11-10 17:21:45,984 [Thread-2] WARN SQL - Object with id "32" not found ! jvm 1 | 2005-11-10 17:21:46,000 [Thread-2] WARN SQL - Object with id "81[OID]org.apache.maven.continuum.model.project.ProjectDepend

Re: Multiproject with maven 2

2005-11-10 Thread Wim Deblauwe
ok, that works. Should I file a bug that it does not work with the file upload or is there already a bug for that? regards, Wim 2005/11/10, Emmanuel Venisse <[EMAIL PROTECTED]>: > > You must activate file protocol, it's disabled by default for security > reason. > > open $CONTIUUM_HOM/apps/conti

Re: Multiproject with maven 2

2005-11-10 Thread Emmanuel Venisse
You must activate file protocol, it's disabled by default for security reason. open $CONTIUUM_HOM/apps/continuum/conf/application.xml and uncomment line file and restart continuum Emmanuel Wim Deblauwe a écrit : I first tried with the upload file in the structure as you defined and it fails wi

Re: Multiproject with maven 2

2005-11-10 Thread Wim Deblauwe
I first tried with the upload file in the structure as you defined and it fails with this cryptic error: Could not download file:/C:/DOCUME~1/WIM/LOCALS~1/Temp/summit-/moduleA/pom.xml: C:\DOCUME~1\WIM\LOCALS~1\Temp\summit-\moduleA\pom.xml (The system cannot find the path specified) Note that ther

Re: Multiproject with maven 2

2005-11-10 Thread Emmanuel Venisse
ok, can you test with the url field? We don't allow project with module in upload feature because like you can see in your log, uploaded file go to your temp directory and your modules isn't there when continuum parse pom file. Let me know if it works. Emmanuel Wim Deblauwe a écrit : I use t

Re: Multiproject with maven 2

2005-11-10 Thread Wim Deblauwe
I use the option where I choose the pom.xml from a location on my harddrive, so that would be upload pom I guess. regards, Wim 2005/11/10, Emmanuel Venisse <[EMAIL PROTECTED]>: > > Thanks for the issue. > > Do you have upload pom or do you use the url feature? > > Emmanuel > > Wim Deblauwe a écr

Re: Multiproject with maven 2

2005-11-10 Thread Emmanuel Venisse
Thanks for the issue. Do you have upload pom or do you use the url feature? Emmanuel Wim Deblauwe a écrit : That is really a pity. I would definetly need this to be able to use continuum with multiproject of maven 2. So I filed an issue: http://jira.codehaus.org/browse/CONTINUUM-437 hope to

Multiproject with maven 2

2005-11-10 Thread Wim Deblauwe
Hi, I'm testing with multiproject like this: root + project + moduleA + moduleB each one has a pom.xml defined. The pom of the project has a section as follows: ../moduleA ../moduleB When I try to add the pom of "project", continuum fails with an error: Could not download file:/C:/DOCUME~1