Re: Quiet Period and CVS

2007-06-06 Thread Emmanuel Venisse
You understood it well, but I think we don't use it correctly. Maybe you can help us to fix it. Emmanuel Peter Yuill a écrit : I have read the wiki on 'Quiet Period' and it seems that Continuum's Quiet Period is designed to work like Cruise Control's, but no matter what I set the schedule

Re: Subversion Maven Continuum (trunk/tags/branches) and flat layout

2007-06-06 Thread Jesse McConnell
ya basically... its what most of the people I know that use eclipse do. That or use the eclipse plugin that once the projects are imported manages the pom and maven dependencies itself. search around on the maven users list and you should come up with some example usage. having that kind of

Re: Subversion Maven Continuum (trunk/tags/branches) and flat layout

2007-06-06 Thread Emmanuel Venisse
hierarchical structures works well with eclipse. The only thing to know for hierarchival project is to not create an eclipse project for project with pom packaging. The maven-eclipse-plugin doesn't generate .project/.classpath for them. Emmanuel bkbonner a écrit : I don't want problems then.

Re: Subversion Maven Continuum (trunk/tags/branches) and flat layout

2007-06-06 Thread Christian Gruber
Also remember that you have to build once from the command-line when you alter poms that are depended-on, either as parents or dependencies if they are not available to the eclipse plugin. I just usually build world after an svn checkout, then F5 my projects into currency, then build

Add Maven 2.0+ Project does not accept file url

2007-06-06 Thread eeweise
Hi total newbie here trying to get anything working. I'm trying to create a new project and get the option to Add Maven 2.0+ Project. I enter file:///Users/eric/projects/xyz/workspace/trunk/pom.xml into the M2 POM Url field and get the error Enter the URL to the Maven 2 POM[ You must

Re: Add Maven 2.0+ Project does not accept file url

2007-06-06 Thread Emmanuel Venisse
http://maven.apache.org/continuum/faqs.html#can-i-use-file-protocol-in-add-project-view eeweise a écrit : Hi total newbie here trying to get anything working. I'm trying to create a new project and get the option to Add Maven 2.0+ Project. I enter

Re: Add Maven 2.0+ Project does not accept file url

2007-06-06 Thread eeweise
Great, thanks Emmanuel! Emmanuel Venisse wrote: http://maven.apache.org/continuum/faqs.html#can-i-use-file-protocol-in-add-project-view eeweise a écrit : Hi total newbie here trying to get anything working. I'm trying to create a new project and get the option to Add Maven 2.0+