[NAnt-users] Nant capability

2007-04-03 Thread Bobby Michael
Hi All, I have couple of questions regarding the capability of Nant scripts. I really need this requirements to write scripts for my ongoing project. Answers to these questions are highly appreciated. Is NAnt capable of verifying that a Windows Service is up and running? Can we start Windows Se

[NAnt-users] how to open a file using NAnt and read/parse it

2007-03-06 Thread Bobby Michael
Hi All: Can any one please let me know how to open a file using NAnt and read/parse it? Thanks in advance Mike - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the cha

[NAnt-users] How to import/checkin files into CVS?

2007-01-12 Thread Bobby Michael
Hi All, I need to check-in (import) files to CVS. Can anyone please help me how to achieve this task using nant scripts? In the documentation I have seen tasks like cvs-export, cvs-checkout but I didn't find cvs-import/cvs-checkin. I appreciate if someone can provide a sample script for importing

[NAnt-users] How to deploy nant compiled files to remote server.

2006-12-10 Thread Bobby Michael
Hi, Currently I was using nant buildscripts to compile the code and generate a zip file. Now I want to deploy this zip file to another server in our network. How to achieve this task? Is there any specific tasks in nant to deploy files to a remote server? Please help me. Thanks in advance. Mike

[NAnt-users] BUILD FAILED...Unzip task error

2006-12-06 Thread Bobby Michael
Hi All, While I was working with Unzip task, I was getting the following error. Can anybody please help me. BUILD FAILED C:\My Personals\NAnt Builds\unzip\unzip.build(5,2): Unable to expand 'COMPONENTS/3rdPartyDLL's/licenses.licx' to 'C:\My Personals\NAnt Builds\unzip\test1'.: NAnt.Core.BuildExc

[NAnt-users] Help required for build numbering by NAnt script.

2006-11-24 Thread Bobby Michael
Hi All, We have a version.include file which contains the following properties with their corresponding values set. ReleaseYear() ReleaseNumber(R) BuildNumber() This version.include file is included in the buildscript. while running the build we are overriding the BuildNumber property b