Hi,
Not really sure  <connection>scm: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
À : [EMAIL PROTECTED]
Objet : Cannot checkout sources....Invalid 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";>

<modelVersion>4.0.0</modelVersion>



<groupId>company.share</groupId>
<artifactId>pdfp</artifactId>
<version>1.X-SNAPSHOT</version>

<name>Share : PDFP</name>
<packaging>jar</packaging>

<scm> 
        <!--connection>scm:svn:svn://localhost/pdfp</connection--> 
        <connection>scm:svn://localhost/svn/repos/pdfp</connection> 

<!--developerConnection>scm:svn:svn://localhost/pdfp</developerConnection--> 
        <developerConnection>scm:svn://localhost/pdfp</developerConnection> 
        <url>http://localhost/svn/repos/pdfp</url>
</scm>

<developers> 
        <developer> 
                <id>radams</id> 
                <name>Robert</name> 
                [EMAIL PROTECTED] 
        </developer>
</developers>

<ciManagement>
  <system>continuum</system>
  <notifiers>
   <notifier>
     <type>mail</type>
     <configuration>
        <address>[EMAIL PROTECTED]</address>
     </configuration>
    </notifier>
  </notifiers>
</ciManagement>


 
<dependencies>
   <dependency>
        <groupId>itext</groupId>
        <artifactId>itext</artifactId>
          <version>2.0.4</version>
   </dependency>
   <dependency>
        <groupId>log4j</groupId>
        <artifactId>log4j</artifactId>
          <version>1.2.14</version>
   </dependency>
</dependencies>

<build>
 <plugins>
   <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-compiler-plugin</artifactId>
      <configuration>
         <source>1.5</source>
         <target>1.5</target>
      </configuration>
   </plugin>
 </plugins>
</build>

</project>









--
View this message in context: 
http://www.nabble.com/Cannot-checkout-sources....Invalid-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.
********************************************************************** 

Reply via email to