Re: [Nant-users] Configuration Management Support

2005-06-30 Thread Troy Laurin
On 6/29/05, Wilson, Glenn <[EMAIL PROTECTED]> wrote: > Hi, > > Is IBM's ClearCase supported by NAnt (or NantContrib)? There doesn't appear > to be any specific Tasks such as the PVCS, CVS and Surrond SCM tasks. > > Regards > > Glenn > > Glenn Wilson > Corporate Systems Development Clea

[Nant-users] Ndoc 255 character limit

2005-06-30 Thread Boswell William
Does anyone know if file names longer than 255 characters are acceptable to Ndoc via Nant 85 RC 3?   Thanks   Bill  

[Nant-users] Various questions regarding task (multiple sln files, doing a "clean", linking problems)

2005-06-30 Thread Pat Lawrence
Many thanks to those who helped me with my previous questions.  Your responses were a great help.   I have this really big project I want to compile (Source.sln).  Within Source.sln are a lot of directories with smaller solution files that Source depends on in order to compile.  Do I have to write

Re: [Nant-users] Launching Watir from NAnt?

2005-06-30 Thread Wes Maldonado
Perhaps this might help you also: Integrating Ruby and Watir with NUnit http://www.hanselman.com/blog/IntegratingRubyAndWatirWithNUnit.aspx Wes On 6/27/05, Edmund Schweppe <[EMAIL PROTECTED]> wrote: > Does anybody have any experience running Watir tests from NAnt? I don't > see a speci

RE: [Nant-users] accessing methods in external DLLs

2005-06-30 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Curtis Zarger > Sent: donderdag 30 juni 2005 16:10 > To: nant-users@lists.sourceforge.net > Cc: [EMAIL PROTECTED] > Subject: [Nant-users] accessing methods in external DLLs > > Hello, > > I am m

[Nant-users] accessing methods in external DLLs

2005-06-30 Thread Curtis Zarger
Hello, I am managing builds for a project that encrypts their database connection strings in web.config. Due to the hosting environment we're in, I need to change some values in the connection string. I would like to be able to access the encrypt/decrypt methods in their DLL to do that. It seem

RE: [Nant-users] newbie question: system cannot find the C++ compiler

2005-06-30 Thread Bill Arnette
Try this:   Start->Programs->Microsoft Visual Studio .NET 2003->Visual Studio.NET 2003 Tools->Visual Studio .NET 2003 Command Prompt   Then run your NAnt build in the that command prompt.   VSVars32.bat sets the INCLUDE environment variable so that CL.exe can resolve #includes and the LIB en

Re: [Nant-users] newbie question: system cannot find the C++ compiler

2005-06-30 Thread Pat Lawrence
Thank you for your help.  I tried calling the vsvars32 script and also tried putting it in the PATH but I couldn't get it to work.  I haven't yet graduated from school and am just a new intern here at the office, so I'm seeing PATH variables for the first time.  What I did do was put the C:\Progra

[Nant-users] XmlPoke Namepace problem

2005-06-30 Thread Fredrik T
Hi, I have a prolem using namespaces with XmlPoke. In the XML below, the row xmlns="http://www.microsoft.com/practices/enterpriselibrary/08-31-2004/data"; causes an "No matching nodes were found with XPath expression '/dataConfiguration/etc." If I remove that row, it works fine, but that is n

RE: [Nant-users] NUnit reporting

2005-06-30 Thread Paul Cowan
But there is an nunit2report and a nunitreport tag.  I take it these work??     _ VirusChecked for Huntsworth plc _

[Nant-users] NUnit reporting

2005-06-30 Thread Paul Cowan
OK, I’ve asked this before, but here I go again:   Can anyone tell me how to generate an HTML NUnit report from Nant.   I have the following target which does not work:                             

Re: [Nant-users] exec output=" (Want to have a Property here)"

2005-06-30 Thread Thibaut Barrère
Hi Frank if not possible, how can I remove the CRLF from a String-Property read in with ? If you want to remove the end in a string property you could use the string functions : http://nant.sourceforge.net/release/latest/help/functions/string.trim-end.html or http://nant.sourceforge.net/releas

[Nant-users] exec output=" (Want to have a Property here)"

2005-06-30 Thread Frank Striegel
Hello All,   How can I get the write output to a property instead of file? if not possible, how can I remove the CRLF from a String-Property read in with ?   Here the facts:                         I want to get the actual revision number in a p