Subversion needs to be installed, and available in the path.

Please ask further questions on continuum-users@maven.apache.org, as this is a list for discussion about development of Continuum itself.

Thanks,
Brett

On 14/08/2006 11:29 AM, p_m wrote:
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


--
Apache Maven - http://maven.apache.org/
Better Builds with Maven - http://library.mergere.com/

Reply via email to