I want to execute oracle db
scripts for creating/modifying DB objects through NANT build
file.
Has anybody done it
?
Thanks
Shelly
>I am using the task to perform automated build on a binary that
>uses >some 3rd party tools
>(Dev Express, ChartFX). This builds without problems in VS.net, but I obtain
>>"error LC0003 : Unabled to resolve type" when executed within NAnt. Has
>anyone had similar problems or solutions?
Do you
have any webreferences in your applications Gishu? If so, then it may be that you need to re-generate the
references during the build process.
I hit this problem, as proxy stubs were stored in PVCS by the
integration with VS. If you build
the solution in VS, behind the scenes, it
I am using the task to perform automated build on a binary that uses
some 3rd party tools
(Dev Express, ChartFX). This builds without problems in VS.net, but I obtain
"error LC0003 : Unabled to resolve type" when executed within NAnt. Has
anyone had similar problems or solutions?
I have tackled this problem through using psexec (sysinternals.com)
executing remote commands to go through the steps of putting the
application into maintenance mode, removing the old files, laying the
new files down, warming up the site, then bringing the site back online.
It could be on in nant
I'm not complaining because the task is very useful, but I'm wondering if there is any reason behind some of the structure being the way it is. I'm looking specifically at the dialogs section. To me it would seem most logical to have as a nested element of the node, and then have and as nes
Hey all. Trying to get up and running with NAnt here. I'm using the
NAntContrib task to create my IIS target folder, and that
seems to work OK, then I'm using with to map my
existing solution to that folder:
http://localhost/${solution}/${solution}.csproj";
path="${II