Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nagarajan 6 posts 26 karma points
    Jan 17, 2011 @ 07:20
    Nagarajan
    0

    Source Code of Umbraco 4.6.1

    Hi,

    I am trying to customize umbraco. When i downloded code from the below link

    http://umbraco.codeplex.com/SourceControl/changeset/view/bcb384244a9c

    I able to execute it only in framework 3.5. Does any body know where the source code of umbraco in framework 4.0.

    I tried to conver the source code to framework 4.0, but i end up in error.

     

     

     

     

  • Sascha Wolter 615 posts 1101 karma points
    Jan 17, 2011 @ 11:18
    Sascha Wolter
    0

    Hi Nagarajan,

    the easiest way to get the source code is now via TortoiseHG (Mercurial instead of SVN). Go to http://umbraco.codeplex.com/SourceControl/list/changesets and click on the right hand side on Source Control Setup/Connections instructions. You've got the link to use with TortoiseHG, now you just need to follow instructions on how to install it on your system. It's pretty straightforward. After you are done, create a new folder in your file system, right click on it and select Clone... Paste the Umbraco Mercurial repository url in as source, in the Options you can then select to which specific revision you want to clone. 

    There are also a couple of blogs out concerning Umbraco and Mercurial:

    Umbraco & Mercurial - How to contribute

    Mercurial 101 as an Umbraco developer

    Hope that helps,

    Sascha

     

  • Arman 16 posts 50 karma points
    Jun 14, 2012 @ 13:06
    Arman
    0

    I found the way myself!!!

     

    If u want to compile / build the source code, you will need to use the Nant  (  http://nant.sourceforge.net/ ).

    Go to the home directory of source code (where the file umbraco,sln exists) and then create a file "nant.bat" , right click on it add select edit,

    Copy these lines:

    @echo off
    "C:\Program Files\NAnt\bin\NAnt.exe" %

    Replace the address to the path that you've unzipped the nant.

     

    runt the nant.batch, after executation, if no problem occurs, you can find the compiled umbraco at "build" folder.

    add it to IIS az a virtual directory or run it via the WebMatrix ,etc.

    Follow the installation wizard, go have fun :) 

     

     

Please Sign in or register to post replies

Write your reply to:

Draft