Blackfin Blog > Posts > Rapid Tools for SharePoint

 Posts

Rapid Tools for SharePoint
In case you haven't seen it, there is a packaged set of tools for working with SharePoint on Google code: http://code.google.com/p/rapid-tools/
 
There are a few nice tweeks to the setup and deployment of a SharePoint solution but this might not be for you if you already have a process in place.  That is, it seems to be a compilation of free tools already available.
 
In our case, we use Nant and Nantcontrib to automate our builds per the target environment.  This allows us to have different build/deployment configurations to choose from.  The configuration chosen depends on whether we're deploying to the development, staging, or production farm.
 
In addition, we use PsExec, part of the PsTools Suite, to execute the stsadm.exe commands on the target server.
 

Comments

There are no comments yet for this post.
Blackfin