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