Re: Problems adding Maven2 project through URL

2007-03-06 Thread Roland Klein
Hi Chris, thanks for your reply. I tried your suggestion, but i didn't realize the correct directory structure, so this won't work for me. Also this solution has one drawback, i have to synchronize my svn repo with this directory by hand, like you do with that shell script. To make it short,

Re: Problems adding Maven2 project through URL

2007-03-06 Thread Roland Klein
, 2007 10:08 AM To: continuum-users@maven.apache.org Subject: Re: Problems adding Maven2 project through URL Hi Roland, I never could get it to pull from SVN (svn://se-scm.oracle.com/se/ml3/trunk/orion/apps/helpdesk). My workaround was to create a similar directory structure on the same linux box

RE: Problems adding Maven2 project through URL

2007-03-06 Thread Morgovsky, Alexander \(US - Glen Mills\)
Sounds good, thanks. -Original Message- From: Roland Klein [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 4:54 AM To: continuum-users@maven.apache.org Subject: Re: Problems adding Maven2 project through URL Hi Alexander, as i wrote Chris, i installed apache also and now

Problems adding Maven2 project through URL

2007-03-02 Thread Roland Klein
Hi All, i'm having trouble to add a project with modules to Continuum providing an URL. i tried following URL's: scm:svn:svn://host/project/trunk/pom.xml svn:svn://host/project/trunk/pom.xml svn://host/project/trunk/pom.xml scm:svn:svn://host/project/trunk svn:svn://host/project/trunk

Re: Problems adding Maven2 project through URL

2007-03-02 Thread Roland Klein
What i forgot releasing the project with Maven from the command line works fine. Also accessing the subversion repository with svn ls svn://host/project/trunk works. But there is no http access, because i am to lazy to install apache with svn_mod to acess subversion when it is working with

Re: Problems adding Maven2 project through URL

2007-03-02 Thread Chris Russell
Hi Roland, I never could get it to pull from SVN (svn://se-scm.oracle.com/se/ml3/trunk/orion/apps/helpdesk). My workaround was to create a similar directory structure on the same linux box as Continuum, and upload the POM's there (but it doesn't have to be the same machine). I created this

RE: Problems adding Maven2 project through URL

2007-03-02 Thread Morgovsky, Alexander \(US - Glen Mills\)
. Please let us know if this helps. Thanks. -Original Message- From: Chris Russell [mailto:[EMAIL PROTECTED] Sent: Friday, March 02, 2007 10:08 AM To: continuum-users@maven.apache.org Subject: Re: Problems adding Maven2 project through URL Hi Roland, I never could get it to pull from SVN