Re: [NAnt-users] Conditional Compile based on VB6 Return

2006-08-11 Thread Eric Fetzer
John, I'm having a problem with the vb6.make task (the new one). This task complains if the dll that I'm compiling exists in the first place. So, I deleted the dll and used the task again. It now complains when it tries to set the version compatibility: Unable to set the version compatible com

Re: [NAnt-users] Conditional Compile based on VB6 Return

2006-08-11 Thread Eric Fetzer
Thanks John, I'll give that a shot. BTW, this is some awesome functionality (indispensible if you have to do an automated build in vb6 and don't want to do a manual/automated/manual/automated/manual/automated build if you know what I mean;0)! Eric --- John Cole <[EMAIL PROTECTED]> wrote: > Eric

Re: [NAnt-users] Conditional Compile based on VB6 Return

2006-08-11 Thread John Cole
Eric, We started using the newer try/catch tasks and removed that section. Here is our current vb6.make task: ---

Re: [NAnt-users] Conditional Compile based on VB6 Return

2006-08-11 Thread Eric Fetzer
John, I ran into a function that you use in here that I can't find in NAnt or NAntContrib called: file::get-file Is this your own custom function, and if so, can I get a copy of it to put in the include file? Looks like it just extracts the text out of the file it targets. Thanks, Eric --- J

Re: [NAnt-users] Conditional Compile based on VB6 Return

2006-08-11 Thread John Cole
Eric, We don't user DSR files too much (I think we have an add-in that has them) but nothing that we build with Nant. However, I did just write a little utility to update a csproj with current COM clsid's (similar to the fixvbp target in those vb6 nant scripts). As far as instructions go, I