DevPinoy.org
A Filipino Developers Community

>>> First two to make 3 wins! <<<

Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • Continuous Integration "Hang-ups"

    I really like continuous integration . Having come from a company that didn't practice it at all (this was a time I used to regularly work 12 to 16 hours a day), I was so happy when I got into a company that actually practiced it. I found it to be a really effective mechanism to ensure that developers...
    Posted to cruizer by cruizer on 06-14-2008
    Filed under: Filed under: , , , ,
  • Weighing in on pipelined continuous integration (CI)

    This InfoQ link on pipelined CI got my attention because it was something that I can relate to. The project we're working on used to build on our CruiseControl.NET build server in only three minutes; now it's taking more than 18 minutes to complete. And it's a dual-core 2 GB machine at that...
    Posted to cruizer by cruizer on 09-30-2007
    Filed under: Filed under: , , , ,
  • Web application projects and build server issues

    Normally, you don't have Visual Studio installed in build servers. Unless you're using the setup and deployment package which can only be compiled by the IDE executable devenv.exe, that's the time that you install VS. As such, you only have the .NET SDK installed and just uses MSBUILD to...
    Posted to jokiz by jokiz on 07-19-2007
    Filed under: Filed under: ,
  • insufficient test code coverage -> broken build

    i agree that incorporating code coverage criteria in your build scripts is very restrictive, but you have no choice if your team is just starting out doing tdd or writing plain automated unit tests. how can you force them to learn to write automated unit tests if you will not be pressuring them? without...
    Posted to jokiz by jokiz on 05-24-2007
    Filed under: Filed under: , ,
  • TDD-CI environment work - definitely a plus

    We still have a job advertisement for a C# developer and one of the requirements is experience in agile software development using T est- D riven D evelopment and C ontinuous I ntegration setup. You can hardly find a .NET company in the Philippines which has this setup so I find it as a reward rather...
    Posted to jokiz by jokiz on 02-07-2007
    Filed under: Filed under: , , ,
  • Generate DB script using NAnt's copy-replacetokens task

    most of our .NET projects has a database project with three scripts in it, (1) create database script, (2) database shema script and the (3) default data script. for our pre-release, we packaged the database creation with default data in our Installshield project so we made use of the SQLScripts section...
    Posted to jokiz by jokiz on 02-05-2007
    Filed under: Filed under: , ,
  • working around a project with minimal unit tests

    coming from a project with number of unit tests in it (hundreds i believe), it's hard to work around our current project without it. we're near the release of the project and we still have 31 unit and integration test cases for the .NET client application. the count does not include my own set of unit...
    Posted to jokiz by jokiz on 01-30-2007
    Filed under: Filed under: , ,
  • Saved by an automated test

    Last week, I was assigned to fix a bug in my first project in my current company. The said application was released months ago and is currently being used by our client. Initially, the fix was just to move a particular line of code just above a conditional statement. I am all set, ready to commit, but...
    Posted to jokiz by jokiz on 12-08-2006
    Filed under: Filed under: ,
  • CCTray rocks

    I have been using CruiseControl.NET for a 10 months now and i love it. The only thing that puzzles me is why the java counterpart still does not have a client application like CCTray which just parks at the system tray and gives out build status notifications. The remaining time for the build is currently...
    Posted to jokiz by jokiz on 12-03-2006
    Filed under: Filed under: ,
  • holidays are ideal work days for build masters

    it is currently a public holiday today (end of ramadan) and i decided to come to work in the afternoon to do some changes on our build server and subversion repository. you can't really do some changes on the development servers on regular working days since it might cause delays on the developers (this...
    Posted to jokiz by jokiz on 10-24-2006
    Filed under: Filed under: ,
  • XmlLogger issue with NAnt

    For a long time now, our Cruise Control .NET dashboard is inconsistently generating NAnt outputs and timings reports. Sometimes, it was generated, sometimes a message of "Please make sure that NAnt is executed using the XmlLogger (use the argument: -logger:NAnt.Core.XmlLogger).". But the docs says when...
    Posted to jokiz by jokiz on 10-22-2006
    Filed under: Filed under:
  • Longer build time

    As we progress on our current project, our unit tests have now reached the thousand mark. Although some are poorly written (some hits the database), our build time has increased past the default NAnt task for CCNET of 10 minutes. It used to build less than 5 minutes and now we have doubled our build...
    Posted to jokiz by jokiz on 10-17-2006
    Filed under: Filed under: ,
  • assemblyversion - revision number before build number

    although msdn docs say that the proper format for assembly version is <major version>.<minor version>.<build number>.<revision> i was surprised that our current project is using a different format which is used by the nant build for our continuos integration setup <major version>...
    Posted to jokiz by jokiz on 08-16-2006
    Filed under: Filed under: , ,
  • referencing gac assemblies will result to broken build

    i was creating this excel workbook reader module so i referenced the excel com interop assembly which resulted in a failing build in our build server minutes after i commit. the problem is because the said assembly is in my machine's global assembly cache, however, it is not existing in the build server...
    Posted to jokiz by jokiz on 07-27-2006
    Filed under: Filed under: , , ,
  • safe commit with continuous integration

    whenever i have a major change in our projects (e.g. add, remove, rename files), i always try to check if i've broken something by running a nant build locally. everybody here is monitoring our build server and it is a bad impression to break something and hear bart simpson screaming. and the painful...
    Posted to jokiz by jokiz on 07-19-2006
    Filed under: Filed under: , , ,
Page 1 of 1 (15 items)

Copyright DevPinoy 2005-2008