> -----Original Message-----
> From: Yuan, Bill 
> Sent: Thursday, July 27, 2006 9:15 AM
> To: continuum-users@maven.apache.org
> Subject: RE: issue with setting up M1 POM URL
> 
> Arnaud and any other experts,
> 
> I still have problem with adding our Maven 1.x project to 
> Continuum. Let me restate our problem again:
> [deleted]
> Seems like we have to use the "M1 POM URL" option instead. 
> However, I tried various URL format (I could only use FILE 
> protocol), like,
> 
> file:///C:\p4\WS_u208479_AIS\EAI_weblogic\uia2_5.0\project.xml
> 
> fill:///C:/p4/WS_u208479_AIS/EAI_weblogic/uia2_5.0/project.xml
<ftp:///c:
> /p4/WS_u208479_AIS/EAI_weblogic/uia2_5.0/project.xml>
> 
> 
> but always got the error message saying "[ You must provide a 
> valid url (http, https, ftp and file protocols are allowed) ]"

Bill, I'm not strictly familiar with the maven POM URL format, but the
"file:" protocol with a DOS path should look like this:

  file://C:/p4/WS_u208479_AIS/EAI_weblogic/uia2_5.0/project.xml

It should have 2 slashes before the disk letter, and use all forward
slashes.

> -----Original Message-----
> From: Arnaud HERITIER [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 25, 2006 4:18 PM
> To: continuum-users@maven.apache.org
> Subject: Re: issue with setting up M1 POM URL
> 
> There's no jar to update.
> You just have to reboot your continuum server
> 
> Arnaud
> 
> On 7/25/06, Yuan, Bill <[EMAIL PROTECTED]> wrote:
> >
> > Arnaud,
> >
> > I tried but seems like it doesn't work. I also found from 
> the FAQ on 
> > http://maven.apache.org/continuum/faqs.html . It says that 
> if we need
> to
> > use File protocol in Add project view, we have to uncomment 
> the line 
> > "<allowedScheme>file</allowedScheme>" in "application.xml". 
> I did the 
> > change, but how could I compile the new jars which will 
> reference this 
> > application.xml?
> >
> >
> > Thanks for your followup!
> >
> >
> >
> > - Bill
> > -----Original Message-----
> > From: Arnaud HERITIER [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, July 25, 2006 3:58 PM
> > To: continuum-users@maven.apache.org
> > Subject: Re: issue with setting up M1 POM URL
> >
> > If your POM isn't on a web server but on your local disk, 
> you have to 
> > define something like :
> >
> >
> fille://C:/p4/WS_u208479_AIS/EAI_weblogic/uia2_5.0/project.xml
<ftp://c/p
> > 4/WS_u208479_AIS/EAI_weblogic/uia2_5.0/project.xml>
> >
> > cheers
> >
> > arnaud
> >
> > On 7/25/06, Yuan, Bill <[EMAIL PROTECTED]> wrote:
> > >
> > > Hi there,
> > >
> > > Please help me on the following issue:
> > >
> > > I installed Continuum 1-0-3 on my local machine, and our 
> project is 
> > > managed by Perforce on another server. My problem is: On the web 
> > > interface of Continuum 
> > > (http://localhost:8080/continuum/servlet/continuum), I 
> clicked "Add 
> > > Maven 1.x project", however, whatever M1 POM URL I gave, I got the
> > error
> > > saying "[ You must provide a valid url (http, https, ftp and file 
> > > protocols are allowed) ]". For example, I gave one URL string as 
> > > ftp:///C:/p4/WS_u208479_AIS/EAI_weblogic/uia2_5.0/project.xml and
> got
> > > the error mentioned earlier.
> > >
> > > Could anybody help me on what the M1 POM URL would be?  
> One note is
> > that
> > > our project includes a bunch of subprojects, meaning I 
> can't use the 
> > > "Upload" POM function
> > >
> > >
> > >
> > > Thanks,
> > >
> > > Bill (Xinxue) Yuan
> > > Retail Bank Services and Systems
> > > Application Architectur/Integration
> > > Washington Mutual
> > > 847.393.5382 Office
> > > 847.903.4548 Mobile
> > > 340 N. Milwaukee Ave., VHF4A01, Vernon Hills, IL 60061
> > >
> > >
> > >
> >
> 

Reply via email to