Re: [Nant-users] Problem with solution task

2004-09-17 Thread Gert Driesen
Stephen, Can you please provide a small repro for this issue ? Thanks, Gert - Original Message - From: "Stephen Lewis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 18, 2004 12:48 AM Subject: [Nant-users] Problem with solution task I am trying to move my build file

[Nant-users] Problem with solution task

2004-09-17 Thread Stephen Lewis
I am trying to move my build files from a single .build file for each project to using tasks. After using a 0.85 Nant build from May for several months, I updated to the latest nightly build today. I am having trouble building one of the projects in the solution. Here is an excerpt from the log

[Nant-users] failed--somehow

2004-09-17 Thread Merrill Cornish
We are running NAnt 0.85 (Build 0.85.1712.0; net-1.0.win32; nightly; 9/8/2004). In this particular case, NAnt was being run by Cruise Control. We are not using the CVS built-in to NAnt, but rather CVSNT that comes with WinCVS 1.3. The task failed. From the info messages below (extracted from

Re: [Nant-users] task.

2004-09-17 Thread Madhan Retnaswamy
Thanks James, I will look into those links and see if i can generate a msi file for my solution. I am kind of interested with converting the .vdproj to xml build scripts for generating the msi. is there any sample for this that you can throw? that would be helpful. Thanks, Madhan. On Fri, 17 Se

RE: [Nant-users] Solution Task and C++ Project configuration -- E Hsc

2004-09-17 Thread John Debay
This is a really nice fix to have. How many other options are not being sent to the compiler and linker through Nant? John > -Original Message- > From: Jeff McMahon [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 15, 2004 8:04 AM > To: 'Gert Driesen'; [EMAIL PROTECTED] > Subject: R

[Nant-users] vssdiff

2004-09-17 Thread Felice Vittoria
Hello all, I am using vssdiff to create *.xml files. Now what? I'm not sure what I need to do to view them in a HTML report. Any code samples will be appreciated. Thanks, Felice --- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be

Re: [Nant-users] task.

2004-09-17 Thread James Geurts
Hey Madhan, Sample build files are located here: http://nant.sourceforge.net/wiki/index.php/samples%20for%20install%20tasks There is a FAQ located here: http://nant.sourceforge.net/wiki/index.php/MSITask Task documentation is located here: http://nantcontrib.sourceforge.net/nightly/help/tasks/msi

[Nant-users] task.

2004-09-17 Thread Madhan Retnaswamy
Hello Guys, Could anyone please let me know whats the best and simple way to create a msi file with NAnt. A sample build file with task in it will be very helpful and also a brief description of what all the nested task within the task means. thanks, Madhan. -

RE: [Nant-users] FileFunctions Class

2004-09-17 Thread McCullough, Gary
I like it. I was going to suggest something similar, but more general. A “read” task that could read from various sources into a property. You could read a file, read a url, read an xpath, etc.   http://mywebsite/mywebservice.aspx />     Etc.   Gary McCullough  F

RE: [Nant-users] Use and Configure NAntContrib

2004-09-17 Thread Felice Vittoria
Sreeni,   Some examples can be found in the NAntContrib user documentation.  Here's the link to the 0.84 docs: http://nantcontrib.sourceforge.net/help/tasks/sql.html   HTH, Felice -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of SreeniSent: Fr

FW: [Nant-users] VS.NET build works, Nant build fails with error CS0234 [SOLVED]

2004-09-17 Thread Michael Joseph
Fyi, mail.sf.net doesn't like .zip attachments. > -Original Message- > From: Michael Joseph > Sent: Friday, September 17, 2004 11:53 AM > To: 'Gert Driesen'; [EMAIL PROTECTED] > Subject: RE: [Nant-users] VS.NET build works, Nant > build fails with error CS0234 [SOLVED] > > The problem

Re: [Nant-users] VS.NET build works, Nant build fails with error CS0234 [SOLVED]

2004-09-17 Thread Gert Driesen
Hi Michael, Glad you got it working, but I don't quite understand how noconfig="true" can resolve the issue you ran into ... Could you send me a repro for this anyway, as I'd like to understand what's happening there ... Gert - Original Message - From: "Michael Joseph" <[EMAIL PROTECTED

RE: [Nant-users] VS.NET build works, Nant build fails with error CS0234 [SOLVED]

2004-09-17 Thread Michael Joseph
Hi Gert, I figured this out with the help of this blog: http://blogs.msdn.com/jaybaz_ms/archive/2004/05/02/124754.aspx and reading the FM: file:///C:/tools/Nant/doc/help/tasks/csc.html noconfigInstructs the compiler not to use implicit references to assemblies. The default is fa

[Nant-users] Use and Configure NAntContrib

2004-09-17 Thread Sreeni
Hi All,   I'm using NAnt and want to use the task.As you know the task is available in NAntContrib.I downloaded the NAntContrib 0.84 but I don't know how to configure and use it.   How can we use task from NAnt ? Please Post some sample script.     Please guide me wha