Archive
Monthly
Go
|
|
DNN Blog
By Leigh Pointer on
Thu, 19 Aug 2010 00:19:15 GMT
One of my main tasks working at the United Nation and the European Commission Joint Research Centre was to get all developers on the same page with developing in DotNetNuke. This is a difficult task in itself as everybody has their own flavour. So the best way to tackle this was to introduce the DotNetNuke templates. I used the ones from Chris Hammond on CodePlex both C# and VB to do this. They ran straight out of the box and with...
|
By Chris Hammond on
6/10/2010 4:02 PM
So this is the third and final post in the module development series of blogs I started last week. The first two covered
- Configuring your development environment
- Customizing and installing a C# module development template
This post is going to tell you how to utilize an open source project called NAnt to package up your modules quickly and easily, so that they can be installed on various DotNetNuke sites. The C# module development template that I released last week comes with a NAnt BUILD script included, so when you create a project using the template (as we do in blog #2) you are ready to use NAnt to package the module, you must get NAnt configure though, so let’s walk through that process.
|
|