[Nant-users] Executing oracle scripts through NANT

2005-11-06 Thread Shelly Midha
  I want to execute oracle db scripts for creating/modifying DB objects through NANT build file.   Has anybody done it ?   Thanks Shelly

RE: [Nant-users] Problem with NANT and licx files

2005-11-06 Thread Pillai, Gishu R (GE Energy)
>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?

RE: [Nant-users] RE: Weird NAnt build failures that go away after an IDE build

2005-11-06 Thread Bill Martin
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

[Nant-users] Problem with NANT and licx files

2005-11-06 Thread Adrian Holt
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?

RE: [Nant-users] deploying asp.net applications

2005-11-06 Thread Eric Hexter
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

[Nant-users] structure question

2005-11-06 Thread William_Martin
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

[Nant-users] Access Denied

2005-11-06 Thread Joel Gwynn
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