Hello Friends,
I write on small target to get latest from vss. Here when i assign path using any variable like ${build.vss.path} then it gives me error like
The "path" and/or "version" is not valid. File or project not found
but when i write full path like this then it is perfect. It giving me
Hello Friends,
I am using TestMaker to test our web services. Now I want to test my web services and want to run TestMaker from NAnt.
Is it possible to run that application from NAnt, if anybody doing so, please let me know with sample code.
Sachin
Hello Friends,
I am maintaining our property files in the format of .build files itself. Like:
But our client wants this property file, like ANT property file with extension as ".property" and structure (may be he want to use same file in ANT also), like this
buil
Hello Friends,
In my NAnt script, I am calling one child Nant script which generate one dll(lets say abc.dll) now I don't want to create/recompile it every time.
Shall i go with
1. file::get-last-access-time
2. file::up-to-date
or is there any otherway to solve this problem ?
help me for
Dear friends,
I am facing one problem regarding accessing property from other build file. How can I access or use property of other build file in top level build file.
Here with this mail I am sending sample build files to you.
Regards
Sachin Gedam