cancel
Showing results for 
Search instead for 
Did you mean: 

Intallking Alfresco SDK by ant

hanumeshm
Champ in-the-making
Champ in-the-making
Hi,
  I am trying to install Alfresco SDK. I did the foll:
     1. Checkedout the source from SVN
     2. From root I executed
              ant build.xml successfully
     3. When I ran
              ant -f continuous.xml distribute
         I am getting the following error:
BUILD FAILED
C:\AlfrescoSDK\root\continuous.xml:161: Execute failed: java.io.IOException: Can
not run program "svn": CreateProcess error=2, The system cannot find the file specified

What should I do to overcome this.
My Environment:
    Windows 7
    ant 1.7
    SVN Client 1.6



Thanks in advance,
Hanumesh M
3 REPLIES 3

mrogers
Star Contributor
Star Contributor
Build a different target.   If you have already downloaded the source there's no need to download it again.

That particular error means you don't have a svn command line environment on your path.

What are you trying to do?

hanumeshm
Champ in-the-making
Champ in-the-making
Hi Mrogers,

    Thanks for your response.

    I am trying to setup Alfresco SDK into Eclipse so that I can import sample Projects. I am following the steps specified in "Developer Guide".

    This makes me easy to start with by understanding sample project available in SDK.

    So what should I do to enable command line SVN? Should I download Slik SVN and include entry in the path?

Thanks,
Hanumesh M

hanumeshm
Champ in-the-making
Champ in-the-making
Yes, I am able to do this after installing the said SVN command Client