Browse by Tags

WSPBuilder: Generate SharePoint Solution Files
12 January 09 07:40 AM | jacobl | 1 Comments   
There's a project on CodePlex called WSPBuilder . It's a console application that gets you from a given folder structure to a SharePoint Solution file. It would be nice if it was a NAnt / MSBuild task, but since it's an exe, calling it from your build Read More...
Custom NAnt Task for Removing TFS Bindings
21 May 08 07:46 AM | jacobl | 1 Comments   
Before I get started, I want to say thanks to Mike Carbenay and his article on CodeProject about removing source control bindings . His WinForms app gave me the base which was used to develop this custom NAnt task. Atalasoft is a toolkit vendor. So, as Read More...
Filed under: , , ,
Writing Custom NAnt Tasks
07 May 08 01:23 PM | jacobl | 6 Comments   
Working as a Build Engineer for about 9 months, I've had the opportunity to push NAnt build scripting to the limits. Our DotImage product is made up of both managed and unmanaged code, third party libraries with .NET wrappers, code that sometimes differs Read More...
Filed under: , , , ,
Presenting at the Western Mass.NET Users Group
05 May 08 08:59 AM | jacobl | 0 Comments   
I will be doing a presentation on build automation using CruiseControl and NAnt at the Western Mass .NET Users Group meeting on May 6th at 6pm. The presentation will cover the basics of CruiseControl and NAnt as well as developing custom tasks to stretch Read More...