[nant-dev] error in unzip task

2005-05-16 Thread Shelly Midha
I'm geeting the an error while running the following target: *** target name="release" call target="pre-release"/ if test = "${string::contains(string::to-lower(Release.From), 'vss')==true}"

[nant-dev] including files in a zipfile using zip task

2005-05-10 Thread Shelly Midha
I want to include files in an existing zip file using zip task, based on a specific criterion. If I include the condition with in the zip task, it is not supported. Ive written a separate target that includes files in the zip. Every time this target is called, it overwrites the

[nant-dev] Calling sn.exe for creating a assembly key file from NAnt Target using exec

2005-04-29 Thread Shelly Midha
Hi Everyone I'm getting the following error while I try to execute the following target from the build script: Target: - ?xml version="1.0"?project name="TestKey" default="TestKey"property