[NAnt-users] Building vb6 projects in NAnt

2008-10-14 Thread Munawar Rashid
Hi I need to know if there's a niftyt way of building vb6 projects like the solution task for building vb.net assemblies from the solution file. Thx- This SF.Net email is sponsored by the Moblin Your Move Developer's ch

Re: [NAnt-users] Delete files but preserve directory tree

2009-01-06 Thread Munawar Rashid
If for example, we have a directory path like c:\a\b\c\d, then above code snippet will delete .txt files from directory b down preserving the folder structure. Hope it helps. Munawar -Original Message- From: Bob Archer [mailto:bob.arc...@

Re: [NAnt-users] Delete files but preserve directory tree

2009-01-06 Thread Munawar Rashid
If for example, we have a directory path like c:\a\b\c\d, the above code snippet will delete .txt files from directory b down. Hope it helps. Munawar -Original Message- From: Bob Archer [mailto:bob.arc...@amsi.com] Sen

Re: [NAnt-users] psExec

2009-02-10 Thread Munawar Rashid
psexec \\remotemachine -c example.exe you can put the above command in a batch file called example.bat and then run the batch file from your build file in the following way Hope it helps Munawar From: zwhee...@sddmtech.comto: nant-us...@lists.sourceforge.netdate: Tue, 10 Feb 2009 16:

[NAnt-users] Passing multiple properties to nant.exe from command line

2009-03-19 Thread Munawar Rashid
Hi I'm trying to call a nant build file through a batch file and I need to pass few properties to the build file. There's a swith '-D', that you can use to pass a proprty. My question is, can you pass more than one property. I tried delimiting them by comma and semicolon. But it doesn't wor

[NAnt-users] Reliability of NAnt vssget task in getting labeled files

2009-05-09 Thread Munawar Rashid
I've posted this issue in NAnt forum too. I just thought imight be worthwhile to thread it over here too. Has anybody faced any issue with the subject of this post. I have already been using the combo of NAnt 'vsslabel' and 'vssget' task with the 'version' attribute, to pull labeled codes and

[NAnt-users] ant condition task equivalent in NAnt

2009-05-26 Thread Munawar Rashid
Is this available to check whether multiple conditions are being met (through 'or'-ing and 'and'-ing of the conditions). I know its in Ant. Thx -- Register Now for Creativity and Technology (CaT), June 3rd, NYC

Re: [NAnt-users] ant condition task equivalent in NAnt

2009-05-27 Thread Munawar Rashid
9:20 -0400 Subject: RE: [NAnt-users] ant condition task equivalent in NAnt Sure you can. From: Munawar Rashid [mailto:a_m_ras...@hotmail.com] Sent: Tuesday, May 26, 2009 1:43 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] ant condition task equivalent in NAnt Is this

[NAnt-users] referencing mixed platform 3rd party assembly in custom task creation

2013-10-28 Thread Munawar Rashid
Hi, I'm trying to create some a custom task to interact with our VisualSVN repo using SharpSVN api. I added a reference to the dll. I have one csproj file which all my individual task class files are bound to. It compiles fine, but with following warning. There was a mismatch between the proce