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
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
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
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
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
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