That worked. Of all the formats I tried evidently I never tried file:/C:/... Not sure how I missed that one. I also realised that part of the problem was the file path had a space in one of the folders names. Once I changed to folder name to have no space and used that format it worked great.
Thanks! On 3/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > This how i used it and its working for me > > lets say my pom.xml in C:\views\viewname\module\pom.xml > > then enter >>>>>>>>>>>>>>>>>>> file:/C:/views/viewname/module/pom.xml > > > > > > > Thanks, > Raghu > > > > > > Emmanuel Venisse <[EMAIL PROTECTED]> > 03/29/2006 12:43 PM > Please respond to continuum-users > > > To: [email protected] > cc: > Subject: Re: Continuum and ClearCase > > > your first url is correct, but i don't think the second is. > > file protocol works only if you allow it in > apps/continuum/conf/application.xml > You must restart continuum after the modification because the conf is > loaded at startup. > > I use every day file protocol with url similar to your first for continuum > tests. > > Emmanuel > > Aaron Freeman a écrit : > > I tried giving it something similar to Mark suggested: > > file:///C:/path/to/pom/pom.xml > > > > I also tried several other formats: > > //path/to/pom/pom.xml > > file://///path/to/pom/pom.xml > > and several other that I can't even think of right now. > > > > It always says "You must provide a valid URL" > > > > > > > > On 3/29/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > > > >>What is your url provided in add screen? > >> > >>Emmanuel > >> > >>Aaron Freeman a écrit : > >> > >>>Thanks for the reply! I uncommented the "allowedScheme" for the type > >>>'file', and then tried the path the way you suggested (and any other > >>>way I could think of), and it still says "You must provide a valid > >>>URL". I'm not sure what I am doing wrong. Is there something I need to > >>>do to make this change take affect? > >>> > >>> > >>> > >>> > >>>On 3/24/06, Mark Reynolds <[EMAIL PROTECTED]> wrote: > >>> > >>> > >>>>See this: > >>>>http://maven.apache.org/continuum/faqs.html#can-i-use-file-protocol-in-add-project-view > >>>> > >>>>Then add your POM URL like this: file:///C:/path/to/pom/pom.xml > >>>> > >>>>Aaron Freeman wrote: > >>>> > >>>> > >>>>>I am bran new to Continuum. I have been learning Maven over last few > >>>>>weeks and have a decent understanding of it, now I'm trying to figure > >>>>>out how to setup Continuum. We got it installed and running, and now > >>>>>we are trying to get one of our Maven project to build under it. On > >>>>>the Continuum page where you add a new POM it asks for the POM URL > I'm > >>>>>not sure what to enter. We are using ClearCase for our version > control > >>>>>(without the web interface), so all I have to give it is a path in > the > >>>>>file system to the POM. Everything we have tried to put in has come > >>>>>back as invalid. I don't know what it is expecting. > >>>>> > >>>>>Can anyone help? > >>>>> > >>>> > >>>> > >>> > >>> > >> > > > > > > > > > > >
