RE: Cannot checkout sources....Invalid SCM URL

2007-08-30 Thread mfs

is it...how can i verify..


LAMY Olivier wrote:
 
 Hi,
 Not really sure 
 connectionscm:svn://localhost/svn/repos/pdfp/connection is a valid
 url.
 The scheme is missing. 
 
 --
 Olivier
 
 -Message d'origine-
 De : mfs [mailto:[EMAIL PROTECTED] 
 Envoyé : jeudi 30 août 2007 18:39
 À : continuum-users@maven.apache.org
 Objet : Cannot checkout sourcesInvalid SCM URL
 
 
 Hello Everyone,
 
 I am getting this error on a build done through continuum...
 
 Exception:
 Cannot checkout sources.//localhost/pdfp url isn't a valid svn URL.
 The scm url is invalid.
 
 which i am not able to figure out why...any help is much appreciated..am
 using maven 2 with sub-version..nyways have also pasted the contents of
 the pom files below..Let me add that i am getting a build-fail email, on
 the emails configured in my pom.xml..
 
 Thanks in advance and Regards,
 
 Farhan.
 
 
 --
 
 ?xml version=1.0 encoding=UTF-8?
 
 project xmlns=http://maven.apache.org/POM/4.0.0;
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
 xsi:schemaLocation=http://maven.apache.org/POM/4.0.0
 http://maven.apache.org/maven-v4_0_0.xsd;
 
 modelVersion4.0.0/modelVersion
 
 
 
 groupIdcompany.share/groupId
 artifactIdpdfp/artifactId
 version1.X-SNAPSHOT/version
 
 nameShare : PDFP/name
 packagingjar/packaging
 
 scm 
   !--connectionscm:svn:svn://localhost/pdfp/connection-- 
   connectionscm:svn://localhost/svn/repos/pdfp/connection 
 
 !--developerConnectionscm:svn:svn://localhost/pdfp/developerConnection-- 
   developerConnectionscm:svn://localhost/pdfp/developerConnection 
   urlhttp://localhost/svn/repos/pdfp/url
 /scm
 
 developers 
   developer 
   idradams/id 
   nameRobert/name 
   [EMAIL PROTECTED] 
   /developer
 /developers
 
 ciManagement
   systemcontinuum/system
   notifiers
notifier
  typemail/type
  configuration
 address[EMAIL PROTECTED]/address
  /configuration
 /notifier
   /notifiers
 /ciManagement
 
 
  
 dependencies
dependency
 groupIditext/groupId
 artifactIditext/artifactId
 version2.0.4/version
/dependency
dependency
 groupIdlog4j/groupId
 artifactIdlog4j/artifactId
 version1.2.14/version
/dependency
 /dependencies
 
 build
  plugins
plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-compiler-plugin/artifactId
   configuration
  source1.5/source
  target1.5/target
   /configuration
/plugin
  /plugins
 /build
 
 /project
 
 
 
 
 
 
 
 
 
 --
 View this message in context:
 http://www.nabble.com/Cannot-checkout-sourcesInvalid-SCM-URL-tf4355448.html#a12411221
 Sent from the Continuum - Users mailing list archive at Nabble.com.
 
 
 This e-mail, any attachments and the information contained therein (this
 message) are confidential and intended solely for the use of the
 addressee(s). If you have received this message in error please send it
 back to the sender and delete it. Unauthorized publication, use,
 dissemination or disclosure of this message, either in whole or in part is
 strictly prohibited.
 ** 
 Ce message électronique et tous les fichiers joints ainsi que  les
 informations contenues dans ce message ( ci après le message ), sont
 confidentiels et destinés exclusivement à l'usage de la  personne à
 laquelle ils sont adressés. Si vous avez reçu ce message par erreur, merci 
 de le renvoyer à son émetteur et de le détruire. Toutes diffusion,
 publication, totale ou partielle ou divulgation sous quelque forme que se
 soit non expressément autorisées de ce message, sont interdites.
 ** 
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Cannot-checkout-sourcesInvalid-SCM-URL-tf4355448.html#a12411480
Sent from the Continuum - Users mailing list archive at Nabble.com.



RE: Cannot checkout sources....Invalid SCM URL

2007-08-30 Thread LAMY Olivier
Have a look here http://maven.apache.org/scm/subversion.html


 

-Message d'origine-
De : mfs [mailto:[EMAIL PROTECTED] 
Envoyé : jeudi 30 août 2007 18:52
À : continuum-users@maven.apache.org
Objet : RE: Cannot checkout sourcesInvalid SCM URL


is it...how can i verify..


LAMY Olivier wrote:
 
 Hi,
 Not really sure
 connectionscm:svn://localhost/svn/repos/pdfp/connection is a valid 
 url.
 The scheme is missing. 
 
 --
 Olivier
 
 -Message d'origine-
 De : mfs [mailto:[EMAIL PROTECTED] Envoyé : jeudi 30 août 2007 
 18:39 À : continuum-users@maven.apache.org Objet : Cannot checkout 
 sourcesInvalid SCM URL
 
 
 Hello Everyone,
 
 I am getting this error on a build done through continuum...
 
 Exception:
 Cannot checkout sources.//localhost/pdfp url isn't a valid svn URL.
 The scm url is invalid.
 
 which i am not able to figure out why...any help is much 
 appreciated..am using maven 2 with sub-version..nyways have also 
 pasted the contents of the pom files below..Let me add that i am 
 getting a build-fail email, on the emails configured in my pom.xml..
 
 Thanks in advance and Regards,
 
 Farhan.
 
 
 --
 
 ?xml version=1.0 encoding=UTF-8?
 
 project xmlns=http://maven.apache.org/POM/4.0.0;
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
 xsi:schemaLocation=http://maven.apache.org/POM/4.0.0
 http://maven.apache.org/maven-v4_0_0.xsd;
 
 modelVersion4.0.0/modelVersion
 
 
 
 groupIdcompany.share/groupId
 artifactIdpdfp/artifactId
 version1.X-SNAPSHOT/version
 
 nameShare : PDFP/name
 packagingjar/packaging
 
 scm 
   !--connectionscm:svn:svn://localhost/pdfp/connection-- 
   connectionscm:svn://localhost/svn/repos/pdfp/connection
 
 !--developerConnectionscm:svn:svn://localhost/pdfp/developerConnection-- 
   developerConnectionscm:svn://localhost/pdfp/developerConnection 
   urlhttp://localhost/svn/repos/pdfp/url
 /scm
 
 developers 
   developer 
   idradams/id 
   nameRobert/name 
   [EMAIL PROTECTED] 
   /developer
 /developers
 
 ciManagement
   systemcontinuum/system
   notifiers
notifier
  typemail/type
  configuration
 address[EMAIL PROTECTED]/address
  /configuration
 /notifier
   /notifiers
 /ciManagement
 
 
  
 dependencies
dependency
 groupIditext/groupId
 artifactIditext/artifactId
 version2.0.4/version
/dependency
dependency
 groupIdlog4j/groupId
 artifactIdlog4j/artifactId
 version1.2.14/version
/dependency
 /dependencies
 
 build
  plugins
plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-compiler-plugin/artifactId
   configuration
  source1.5/source
  target1.5/target
   /configuration
/plugin
  /plugins
 /build
 
 /project
 
 
 
 
 
 
 
 
 
 --
 View this message in context:
 http://www.nabble.com/Cannot-checkout-sourcesInvalid-SCM-URL-tf435
 5448.html#a12411221 Sent from the Continuum - Users mailing list 
 archive at Nabble.com.
 
 
 This e-mail, any attachments and the information contained therein 
 (this
 message) are confidential and intended solely for the use of the 
 addressee(s). If you have received this message in error please send 
 it back to the sender and delete it. Unauthorized publication, use, 
 dissemination or disclosure of this message, either in whole or in 
 part is strictly prohibited.
 **
 Ce message électronique et tous les fichiers joints ainsi que  les 
 informations contenues dans ce message ( ci après le message ), sont 
 confidentiels et destinés exclusivement à l'usage de la  personne à 
 laquelle ils sont adressés. Si vous avez reçu ce message par erreur, 
 merci de le renvoyer à son émetteur et de le détruire. Toutes 
 diffusion, publication, totale ou partielle ou divulgation sous 
 quelque forme que se soit non expressément autorisées de ce message, sont 
 interdites.
 **
 
 
 

--
View this message in context: 
http://www.nabble.com/Cannot-checkout-sourcesInvalid-SCM-URL-tf4355448.html#a12411480
Sent from the Continuum - Users mailing list archive at Nabble.com.


Re: Cannot checkout sources....Invalid SCM URL

2007-08-30 Thread mfs

Thanks man..got it fixed...thats the url i used ...

scm:svn:http://localhost/svn/repos/pdfp in the
connection/developerConnection

Actually i did try this earlier as well but the reason it wasnt working
was..after uploading the project pom the first time..i was just updating the
pom.xml and committing the changes which never took effect..and this time i
re-added the m2 project and the url worked.

Thanks and Regards,
Farhan.



mfs wrote:
 
 Hello Everyone,
 
 I am getting this error on a build done through continuum...
 
 Exception:
 Cannot checkout sources.//localhost/pdfp url isn't a valid svn URL.
 The scm url is invalid.
 
 which i am not able to figure out why...any help is much appreciated..am
 using maven 2 with sub-version..nyways have also pasted the contents of
 the pom files below..Let me add that i am getting a build-fail email, on
 the emails configured in my pom.xml..
 
 Thanks in advance and Regards,
 
 Farhan.
 
 
 --
 
 ?xml version=1.0 encoding=UTF-8?
 
 project xmlns=http://maven.apache.org/POM/4.0.0;
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
 xsi:schemaLocation=http://maven.apache.org/POM/4.0.0
 http://maven.apache.org/maven-v4_0_0.xsd;
 
 modelVersion4.0.0/modelVersion
 
 
 
 groupIdcompany.share/groupId
 artifactIdpdfp/artifactId
 version1.X-SNAPSHOT/version
 
 nameShare : PDFP/name
 packagingjar/packaging
 
 scm 
   !--connectionscm:svn:svn://localhost/pdfp/connection-- 
   connectionscm:svn://localhost/svn/repos/pdfp/connection 
 
 !--developerConnectionscm:svn:svn://localhost/pdfp/developerConnection-- 
   developerConnectionscm:svn://localhost/pdfp/developerConnection 
   urlhttp://localhost/svn/repos/pdfp/url
 /scm
 
 developers 
   developer 
   idradams/id 
   nameRobert/name 
   [EMAIL PROTECTED] 
   /developer 
 /developers
 
 ciManagement
   systemcontinuum/system
   notifiers
notifier
  typemail/type
  configuration
 address[EMAIL PROTECTED]/address
  /configuration
 /notifier
   /notifiers
 /ciManagement
 
 
  
 dependencies
dependency
 groupIditext/groupId
 artifactIditext/artifactId
 version2.0.4/version
/dependency
dependency
 groupIdlog4j/groupId
 artifactIdlog4j/artifactId
 version1.2.14/version
/dependency
 /dependencies
 
 build
  plugins
plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-compiler-plugin/artifactId
   configuration
  source1.5/source
  target1.5/target
   /configuration
/plugin
  /plugins
 /build
 
 /project
 
 
 
 
 
 
 
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Cannot-checkout-sourcesInvalid-SCM-URL-tf4355448.html#a12411955
Sent from the Continuum - Users mailing list archive at Nabble.com.