Archives

Archives / 2007 / June
  • SMS Task for NAnt using BT SDK

    What:
    A simple NAnt custom task to send SMS messages using the BT SDK.

    Why:
    Maybe you want to ping your manager every time the build fails :).

    How:
    1. Setup the SDK on your PC using my tutorial here. Please note that you need to register your own certificate and generate a wse3policyCache.config file which will be used in the next step.

    2. Copy the SMS.Tasks.dll, btsdk.dll, btsdkcomponents.dll, wse3policyCache.config in your Nant/bin directory.