[NAnt-users] Please Unsubscribe

2006-06-24 Thread murty dronamraju
On 6/21/06, Rod Ayers <[EMAIL PROTECTED]> wrote: Hi, GaryI'm intrigued how you would implement the "XML approach".  Probably so easy I've totall yoverlooked it  :):)Thanks!Rod-Original Message-From: [EMAIL PROTECTED][mailto: [EMAIL PROTECTED]] On Behalf Of Gary FeldmanSent: Tuesday

[NAnt-users] Plz Unsubscribe

2006-06-07 Thread murty dronamraju
Plz Unsubscribe ___ NAnt-users mailing list NAnt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users

[NAnt-users] Please Unsubscribe

2006-05-22 Thread murty dronamraju
On 5/19/06, Ahmed, Shabana <[EMAIL PROTECTED]> wrote: 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

[NAnt-users] Plz Unsubscribe

2006-05-04 Thread murty dronamraju
  Plz Unsubscribe       On 5/4/06, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: Thomas, I'm not sure if there is an easier way, but as you (presumably) know the GUID of your application, you could try the following.  I haven't tried it myself, but I think it should work: Add a search to your scr

[Nant-users] nAnt Error

2005-07-08 Thread murty dronamraju
I am getting the following error when i am trying to run my scripts(which work fine on server A )  on a different server B. BUILD FAILED The current runtime framework 'net-1.1' is not correctly configured in the NAntconfiguration file.    The directory name is invalid.I looked at some of the post

Re: [Nant-users] Problems with sosget

2005-03-26 Thread murty dronamraju
attribute. > > For example: > > > > > > > > > > > > > > > > > > > > Hope this helps, > > Gert > > > -Original Message- > > From: [EMAIL PROTEC

[Nant-users] Problems with sosget

2005-03-24 Thread murty dronamraju
Hi All: I am having a problem with sosget, consistently running into a "Failed to open database" error in my script. Here's what i have in my script: I can use the GUI client of SourceOffsite to login and do a get-latest using the information above. My database name has a space in it : E:\VSS\x

[Nant-users] Please Unsubscribe

2005-02-12 Thread murty dronamraju
Please Unsubscribe me from this mailing list. On Fri, 11 Feb 2005 14:57:06 -0500, Troy Parsons <[EMAIL PROTECTED]> wrote: > p4labelsync doesn't seem to call p4 quite right (I'm using 0.85.1793.0; > rc1). If my target is as follows: > > > label="project_subproject_v${assembly.version}" > v

[Nant-users] Question regarding the nunit2 task

2004-11-09 Thread murty dronamraju
above code. Thank you in advance, Murty Dronamraju --- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.

[Nant-users] Release Notes Using Nant

2004-09-27 Thread murty dronamraju
Hi All, I had a question about generating release notes using Nant. I have a situation here where i need to pull out all the comments about files that the developers put in SourceControl(VSS) and consolidate that information into a text file. Is it possible to do this with Nant and if yes

Re: [Nant-users] Problems with vssget

2004-09-20 Thread murty dronamraju
adtasks] Adding "p4add" from > D:\CVS\NAntContrib\build\nantcontrib-0.85-debug\ > bin\NAnt.Contrib.Tasks.dll:NAnt.Contrib.Tasks.Perforce.P4Add. > [loadtasks] Creating TaskBuilder for "P4Change". > . > > Gert > > > > - Original Message

Re: [Nant-users] Problems with vssget

2004-09-20 Thread murty dronamraju
n into > NAnt's bin. > > Is the path to NAnt.Contrib.Tasks.dll correct on your PC? > > Felice > > -Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of murty > dronamraju > Sent: Monday, September 20, 2004 10:50 AM >

Re: [Nant-users] Problems with vssget

2004-09-20 Thread murty dronamraju
for your help. Regards, Murty On Sun, 19 Sep 2004 23:35:16 +0200, Gert Driesen <[EMAIL PROTECTED]> wrote: > Hi Murty, > > Can you try using today's nightly build of both NAnt and NAntContrib ? > > Gert > > > > - Original Message --

[Nant-users] Problems with vssget

2004-09-19 Thread murty dronamraju
Hi All: I am having issues getting the vssget task to work in my NAnt build script. I am using the nant-0.85-nightly build along with the latest build from nant-contrib. Any input will be highly appreciated. Here's a snippet of my Nant file: --> target name="Build" depend