[NAnt-users] How to Call a Web Service from Nant?

2006-06-13 Thread Jim B
Is there a way to call a Web Service from Nant? At the end of my build process, I need to call a web service to kick off the creation of some additional files. Any help is appreciated. Jim _ Express yourself instantly with MSN Mes

Re: [NAnt-users] Setting property after reading from a file.

2006-06-13 Thread Gary Feldman
Ramya Niranjan wrote: > I have a text file info.txt that contains some version specific > information like: > MAJORVERSION=4.0 > MINORVERSION=11 > BRANCHINFO=COR > > What I need to do is create some properties like majorversion, > minorversion and branchinfo in NAnt and assign these values afte

[NAnt-users] midl and idl files

2006-06-13 Thread Robert Hanson
When building a solution, nant uses the midl compiler to process .idl files, even if the solution file (actually the .vcproj file)  has a custom build step for the .idl file.  Is there a way to force nant to use some other program (other than midl) to process the .idl files?   What I’d li

Re: [NAnt-users] Setting property after reading from a file.

2006-06-13 Thread Rod Ayers
Hi, Niranjan   I did that quite easily with a response file.  Here's a snippet from the batch file I used: NAnt @myapp.response %*   The "@" indicates that myapp.response is a response file.  The extension has no particular meaning, and could even be omitted.   The %* added any parms