RE: [NAnt-users] Force copy

2006-05-19 Thread Brass Tilde
> Is there a way to do this? I don't see a switch that will allow me to tell copy to > do this no matter what? Ideas? Using Subversion, you will need to delete the existing tag and copy a new one. --- Using Tomcat but need to do more? Need to

[NAnt-users] Force copy

2006-05-19 Thread Daniell, Casey B
Ok, I am scripting out a process that will tag (copy in SVN terms) a repository as part of a build. Occasionally, the build will fail for one reason or another and the copy needs to be done again (overwriting the existing items.)   Is there a way to do this? I don't see a switch that will a

[NAnt-users] Finding DLL's not in the GAC inside a NAnt build

2006-05-19 Thread marc
Hi NAnt fellows! I try to resolve the problem that I have a NAnt build file, which needs to specify an external include path for DLL's to be loaded under build. Those DLL path locations are platform dependent, so I wish not to do the following:

RE: [NAnt-users] compiling OmniOrb idl files - options?

2006-05-19 Thread Robert Hanson
Can you give an example of how to do that?  Would this replace the task?   For example, I have a solution   “rascal.sln”;  this has several projects (rascal\rascalClient.vcproj;  rascal\rascalServer.vcproj).  Within rascalClient.vcproj is a file called rascalInterface.idl   rascalInter

RE: [NAnt-users] compiling OmniOrb idl files - options?

2006-05-19 Thread Melissa Kacher
Use the task to execute devenv.exe.   Thanks, Melissa   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert HansonSent: Friday, May 19, 2006 9:25 AMTo: nant-users@lists.sourceforge.netSubject: [NAnt-users] compiling OmniOrb idl files - options? I have a number of VS.

[NAnt-users] compiling OmniOrb idl files - options?

2006-05-19 Thread Robert Hanson
I have a number of VS.NET projects that we’re porting from VC 6.0  (all in C++).  The projects use a custom build step to compile an idl file using OmniOrb.   As I understand it, the NANT solution task does not understand or execute custom build steps, which is what we use to compile the

[NAnt-users] NAnt.Core.BuildException: Unexpected error while compiling project

2006-05-19 Thread Ahmed, Shabana
Hi All,      I get the following error when I try to execute a build using my NAnt script. It says "NAnt.Core.BuildException: Unexpected error while compiling project 'FSS' --> System.ArgumentException: URI formats are not supported.   Has any body come across such an error before or have any s