[Nant-users] unsubscribe

2005-11-10 Thread Ransel Lopez Mena
Title: unsubscribe Does anyone know how to unsubscribe from the list? I tried the web site, but there is not unsubscribe functionality… Thanks a lot ransel

RE: [Nant-users] Get VSS Labelled version

2005-04-19 Thread Ransel Lopez Mena
{build.label}"  path="$/Applications/${librariesbranchpath}/dotNET/Microsoft/EnterpriseLibrary/bin"      /> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bert Robbins (Documentum)Sent: Tuesday, April 19, 2005 6:15 AMTo: 'Ransel Lopez Mena'; nant-users@li

[Nant-users] Get VSS Labelled version

2005-04-18 Thread Ransel Lopez Mena
Hello everyone: I have been trying to get a labeled version from VSS and it looks like vssget task is able to do it, but there is not any example, or at least I haven't found any sample or explanation about it. Could anyone, please, send me a sample or explain how to create my Nant task to get

[Nant-users] Mail task error

2005-04-01 Thread Ransel Lopez Mena
Title: Mail task error Hi everyone, I am running CruiseControl into a Windows  2003 server and the mail task works properly. Now, on my Nant project I added a mail task to send when the build fails (I didn't find the way to do it through CruiseControl). Well, the problem is when my build fa

RE: [Nant-users] VS.Net Solution having references to the Dlls on network folder

2005-03-18 Thread Ransel Lopez Mena
Hi Sandeep,   I had exactly the same problem and the solution I found was to make a copy of my assemblies (or dlls) to my local machine. Then build the project. I know is not the most elegant solution, but it works.   I hope it works for you ransel   From: [EMAIL PROTECTED] [mailto:[EMAIL

[Nant-users] project not found error

2005-03-18 Thread Ransel Lopez Mena
Title: project not found error Hi everybody: I am building a multiproject solution. I don't have a solution, just a bunch of projects. I have all the references in a txt file and it works perfectly. But, if I one of the references is pointing to an invalid folder or the project file doesn't

[Nant-users] Another from compiling a bunch of projects

2005-03-01 Thread Ransel Lopez Mena
Title: Another from compiling a bunch of projects Hello, Reading the Nant documentation I could see that I ca use the solution task for compiling all the projects in a txt file.                 Can anybody tell me what is the txt file format? I tried with an x

[Nant-users] Compiling a bunch of projects

2005-02-28 Thread Ransel Lopez Mena
Title: Compiling a bunch of projects Hello everyone: I am new using Nant and I have a problem that I am sure is easy to solve (but I don't know how). I don't have a solution, just a bunch of projects from me and all my developers. I am using the solution task to compile my assemblies like t