Archive
Monthly
Go
|
|
DNN Blog
Feb
25
Posted by:
Philip Beadle
Thursday, February 25, 2010 12:36 PM
It has been a goal of the DNN project to be able to allow developers and anyone interested to download the latest source code from CodePlex without affecting our internal operations. To do this I have created a CruiseControl.Net project that synchronises the source code in our internal system out to CodePlex on a daily basis. If you check out the Source page for the project you will see the following today:

Each time the source is updated by the CruiseControl.Net project you will an entry from dnnsvn user.
The source code in the repository is slightly different from the downloaded source package. The downloaded source package has the automatic packaging of the modules and providers removed so that when you open the solution you don’t see this security prompt:

This prompt shows up because I have used the very cool and useful MSBuild tasks available from the MSBuild Community Tasks Project. The task I am using is the zip task which is used to package up the files for the installation packages. So if you do download the code please select “Load Project Normally” when you load the solution. The packaging only happens when you build in Release mode. Also don’t forget to change the name of either the release.config or development.config to web.config before you build the solution.
4 comment(s) so far...
Re: Open Repository of latest source code now operational
Thanks for setting this up Philip. Much appreciated.
Also, for everyone else, here is a link directly to the source page in codeplex: dotnetnuke.codeplex.com/SourceControl/list/changesets
By Ian Robinson on
Saturday, February 27, 2010 6:45 PM
|
Re: Open Repository of latest source code now operational
Hate to be "that guy", but CruideControl.Net should be CruiseControl.Net.J
[Edit] Thanx J
By Jason Kergosien on
Wednesday, March 17, 2010 1:04 PM
|
Re: Open Repository of latest source code now operational
Thanks for your hard work. Just so I am clear, what do these source code releases represent? I understood that only core team members had access to pre-release code, so is this only release source?
By Mark Merrick on
Wednesday, March 17, 2010 1:04 PM
|
Re: Open Repository of latest source code now operational
Hi Mark, The code in CodePlex is a direct copy of whats in our internal source system every day. So it is prerelease code for sure with all the caveats around that. Thats the idea around having an open repository, you can see exactly what we are working on each day. You cant write to it but you have up to date changes each day.
By Philip Beadle on
Wednesday, March 17, 2010 1:07 PM
|
|