Hi,
     I am getting following error while doing build.

Online report :
http://localhost:8080/continuum/servlet/continuum/target/ProjectBuild.vm
/view/ProjectBuild/id/56/buildId/118
Build statistics:
  State: Error
  Previous State: Error
  Started at: Sun, 13 Aug 2006 21:03:37 -0400
  Finished at: Sun, 13 Aug 2006 21:03:37 -0400
  Total time: 0s
  Build Trigger: Forced
  Exit code: 0
  Building machine hostname: emetadev1
  Operating system : Linux(unknown)
  Java version : 1.4.2_04(Sun Microsystems Inc.)

Changes
      No files changed
  
************************************************************************
****
Build Error:
************************************************************************
****
Exception:
Cannot checkout sources.
Exception while executing SCM command.
Error while executing command.
Error while executing process.
java.io.IOException: svn: not found


My SCM tag in POM is as below

        <scm>
                <connection>
                        scm:svn:http://<ip>:<port>/svn/repos/proj/common
                </connection>
            <developerConnection>
                        scm:svn:http://<ip>:<port>/svn/repos/proj/common
                </developerConnection>
                <url>
                http://<ip>:<port>/svn/repos/proj/common
                </url>          
        </scm>

Thanks
Prashant
-- 
View this message in context: 
http://www.nabble.com/build-failed-tf2101021.html#a5790294
Sent from the Continuum - Dev forum at Nabble.com.

Reply via email to