in

 

Browse by Tags

  • NAnt and .NET 3.5

    I recently started a personal .NET 3.5 project (finally learning the ASP.NET MVC architecture) and noticed when I tried to migrate an old NAnt build file over and run the automated build it died. The main reason was because when I call out to msbuild to build my solution it uses the nant.exe.config file...
    Posted to Jason Meridth (Weblog) by Jason Meridth on 02-18-2008
  • JetBrains TeamCity

    Being sick today has allowed me to catch up on my ASP.NET MVC knowledge and also move the remainder of my CC.NET projects to JetBrains TeamCity . Being sick is no fun though. *Cough Cough* After reading Sean's post on TeamCity , my eyes have been opened. Don't get me wrong, I have attachments...
    Posted to Jason Meridth (Weblog) by Jason Meridth on 01-24-2008
  • What I do

    In response to being tagged by Ben Scheirman : I'm a full-time software developer currently working for Wachovia (formerly World Savings) in San Antonio, TX. I'm a lead developer on the team I'm on. This doesn't mean I'm a master developer, it just means that upper management has...
    Posted to Jason Meridth (Weblog) by Jason Meridth on 12-20-2007
  • NAnt-GUI

    For individuals who do not like command prompt, you can use a GUI tool to handle your NAnt build files. This was mentioned on the Alt.NET yahoo group . Check it out here . I just played with it briefly and it does it's job. You are able to also run the build file while in the UI and see the output...
    Posted to Jason Meridth (Weblog) by Jason Meridth on 10-27-2007
  • <kill processName="peskyLittleProcess" />

    For a second time now, I've found myself needing to kill processes in my automated build scripts, so that was enough for me to automate it and wrap it up in a custom NAnt task. The first time I needed it, I just embedded the C# code inside a NAnt script block , but using it as "real" NAnt...
    Posted to joeyDotNet (Weblog) by joeyDotNet on 06-11-2007
Page 1 of 1 (5 items)
Copyright Los Techies 2007. All rights reserved.
Powered by Community Server (Commercial Edition), by Telligent Systems