RE: Continuum file url to pom.xml

2007-07-20 Thread Roosendaal, Maarten
Thanks, we've got it working. Unfrotunatly since we are using clearcase we've 
encountered a new challenge (see the new posting).
 
Kind regards / Met vriendelijke groeten,
Maarten Roosendaal / Capgemini / Netherlands
Senior Consultant / Java Assembly Line / ADC Technologies
T. +31 30 68 970 77 / Mob. +31 6 248 216 12
www.nl.capgemini.com
Join the Collaborative Business Experience



From: Anshula [mailto:[EMAIL PROTECTED]
Sent: Thu 7/19/2007 15:54
To: continuum-users@maven.apache.org
Subject: Re: Continuum file url to pom.xml




Try this -
file:///C:/location_of_clearcase_view/project/pom.xml

The file protocol always starts with file:/// And in the file path, the
separator should be /

Regards,
Anshula




Roosendaal, Maarten wrote:


 Hi,

 We are trying to add a Maven 2(.0.7) project to Continuum (1.0.3). The
 pom.xml is part of a clearcase view so we have
 to fill in the M2 POM Url. Unfortunatly whatever we try it does not work:
 * file://localhost/c:/location_of_clearcase_view/project/pom.xml
 * file://c:/ file:///c:/ location_of_clearcase_view/project/pom.xml
 * file://localhost/c:\ file://localhost/c:/ 
 location_of_clearcase_view\project\pom.xml
 and then some.

 We've also tried following the instructions on:
 http://maven.apache.org/continuum/faqs.html#can-i-use-file-protocol-in-add-project-view

 but the specified folder is not there. I added it and changed all the
 application.xml's but with no luck

 We keep getting the message:[ You must provide a valid url (http, https,
 ftp and file protocols are allowed) ]

 Is this a bug or are we doing something wrong? There is a clearcase view
 already present there.

 Thanks,

 
 
 Kind regards / Met vriendelijke groeten,
 Maarten Roosendaal / Capgemini / Netherlands
 Senior Consultant / Java Assembly Line / ADC Technologies
 T. +31 30 68 970 77 / Mob. +31 6 248 216 12
 www.nl.capgemini.com
 Join the Collaborative Business Experience


 This message contains information that may be privileged or confidential
 and is the property of the Capgemini Group. It is intended only for the
 person to whom it is addressed. If you are not the intended recipient,
 you are not authorized to read, print, retain, copy, disseminate,
 distribute, or use this message or any part thereof. If you receive this
 message in error, please notify the sender immediately and delete all
 copies of this message.



--
View this message in context: 
http://www.nabble.com/Continuum-file-url-to-pom.xml-tf4110435.html#a11689819
Sent from the Continuum - Users mailing list archive at Nabble.com.



This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


RE: Continuum file url to pom.xml

2007-07-19 Thread Roosendaal, Maarten
Hi,
 
No luck there, no matter what i enter it always gives the same 'error'.
 
I would like to know if anyone else has used this before?
 
Kind regards / Met vriendelijke groeten,
Maarten Roosendaal / Capgemini / Netherlands
Senior Consultant / Java Assembly Line / ADC Technologies
T. +31 30 68 970 77 / Mob. +31 6 248 216 12
www.nl.capgemini.com
Join the Collaborative Business Experience



From: Artamonov, Juri [mailto:[EMAIL PROTECTED]
Sent: Thu 7/19/2007 14:50
To: continuum-users@maven.apache.org
Subject: RE: Continuum file url to pom.xml



Try this one: file:/c:/location_of_clearcase_view/project/pom.xml

-Original Message-
From: Roosendaal, Maarten [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 19, 2007 3:37 PM
To: continuum-users@maven.apache.org
Subject: Continuum file url to pom.xml


Hi,

We are trying to add a Maven 2(.0.7) project to Continuum (1.0.3). The
pom.xml is part of a clearcase view so we have
to fill in the M2 POM Url. Unfortunatly whatever we try it does not
work:
* file://localhost/c:/location_of_clearcase_view/project/pom.xml
* file://c:/ file:///c:/ location_of_clearcase_view/project/pom.xml
* file://localhost/c:\ file://localhost/c:/ 
location_of_clearcase_view\project\pom.xml
and then some.

We've also tried following the instructions on:
http://maven.apache.org/continuum/faqs.html#can-i-use-file-protocol-in-a
dd-project-view

but the specified folder is not there. I added it and changed all the
application.xml's but with no luck

We keep getting the message:[ You must provide a valid url (http, https,
ftp and file protocols are allowed) ]

Is this a bug or are we doing something wrong? There is a clearcase view
already present there.

Thanks,



Kind regards / Met vriendelijke groeten,
Maarten Roosendaal / Capgemini / Netherlands
Senior Consultant / Java Assembly Line / ADC Technologies
T. +31 30 68 970 77 / Mob. +31 6 248 216 12
www.nl.capgemini.com
Join the Collaborative Business Experience


This message contains information that may be privileged or confidential
and is the property of the Capgemini Group. It is intended only for the
person to whom it is addressed. If you are not the intended recipient,
you are not authorized to read, print, retain, copy, disseminate,
distribute, or use this message or any part thereof. If you receive this
message in error, please notify the sender immediately and delete all
copies of this message.


This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


Re: Continuum file url to pom.xml

2007-07-19 Thread Anshula

Try this -
file:///C:/location_of_clearcase_view/project/pom.xml 

The file protocol always starts with file:/// And in the file path, the
separator should be /

Regards,
Anshula




Roosendaal, Maarten wrote:
 
 
 Hi,
 
 We are trying to add a Maven 2(.0.7) project to Continuum (1.0.3). The
 pom.xml is part of a clearcase view so we have
 to fill in the M2 POM Url. Unfortunatly whatever we try it does not work:
 * file://localhost/c:/location_of_clearcase_view/project/pom.xml
 * file://c:/location_of_clearcase_view/project/pom.xml
 * file://localhost/c:\location_of_clearcase_view\project\pom.xml
 and then some. 
 
 We've also tried following the instructions on:
 http://maven.apache.org/continuum/faqs.html#can-i-use-file-protocol-in-add-project-view
 
 but the specified folder is not there. I added it and changed all the
 application.xml's but with no luck
 
 We keep getting the message:[ You must provide a valid url (http, https,
 ftp and file protocols are allowed) ] 
 
 Is this a bug or are we doing something wrong? There is a clearcase view
 already present there.
 
 Thanks,
 
  
  
 Kind regards / Met vriendelijke groeten,
 Maarten Roosendaal / Capgemini / Netherlands
 Senior Consultant / Java Assembly Line / ADC Technologies
 T. +31 30 68 970 77 / Mob. +31 6 248 216 12
 www.nl.capgemini.com
 Join the Collaborative Business Experience
 
 
 This message contains information that may be privileged or confidential
 and is the property of the Capgemini Group. It is intended only for the
 person to whom it is addressed. If you are not the intended recipient, 
 you are not authorized to read, print, retain, copy, disseminate, 
 distribute, or use this message or any part thereof. If you receive this 
 message in error, please notify the sender immediately and delete all 
 copies of this message.
 
 

-- 
View this message in context: 
http://www.nabble.com/Continuum-file-url-to-pom.xml-tf4110435.html#a11689819
Sent from the Continuum - Users mailing list archive at Nabble.com.