Re: [Nant-users] Project with GUID 'xxx' must be included for the build to work error

2004-07-12 Thread Gert Driesen
Edwin, The lacks solid support for Visual C++. We could use help on that. Gert - Original Message - From: "Castro, Edwin Gabriel (Firing Systems Engr.)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 13, 2004 2:37 AM Subject: RE: [Nant-users] Project with GUID 'xxx' mu

RE: [Nant-users] Project with GUID 'xxx' must be included for the build to work error

2004-07-12 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
I fixed the GUID problems in my solution/project files. I build the solutions using VS.NET to make sure they still work. I tried to build one of the solutions using NAnt and I get the following error: T:\FireBox>nant /f:FireBox.build.xml NAnt 0.85 (Build 0.85.1653.0; net-1.0.win32; nightly; 7/11

Re: [Nant-users] csc vs. solution

2004-07-12 Thread Martin Gainty
csc would provide you finer grain control over compiles - Original Message - From: Castro, Edwin Gabriel (Firing Systems Engr.) To: [EMAIL PROTECTED] Sent: Monday, July 12, 2004 3:29 PM Subject: RE: [Nant-users] csc vs. solution What if you are a using Nan

[Nant-users] commandline attribute

2004-07-12 Thread Merrill Cornish
In the 20040711 NAnt nightly build, is the commandline attribute for the task meant to be used IN PLACE OF all of the other documented task attributes, or is it meant to be used to ADD command options in addition to whatever other attributes are specified in the task. Merrill ---

RE: [Nant-users] converting to nant tasks

2004-07-12 Thread Felice Vittoria
Thanks. That would work. Sorry .. should have been more informative in the beginning. I don't want to use an task. I wanted something to replace it. With the help from Scott and further reading, I believe the task is what I need. I haven't tried this yet ... I got something else I need t

RE: [Nant-users] Need help with

2004-07-12 Thread Felice Vittoria
Jean-Michel,   If you know the name of the file you want to attach then all you need to do is something like this:     Felice -Original Message-From: Jean-Michel Theriault [mailto:[EMAIL PROTECTED]Sent: Monday, July 12, 2004 2:59 PMTo: [EMAIL PROTECTED]Subject: Re: [Nant-

RE: [Nant-users] converting to nant tasks

2004-07-12 Thread Noel Gifford
Felice, Below is one conversion of your request: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Felice Vittoria Sent: Monday, July 12, 2004 11:3

Re: [Nant-users] Need help with

2004-07-12 Thread Jean-Michel Theriault
Well I’m almost there…I can now get my email and my attachments and the body file. Problem is, instead of only getting one body file I receive 3 of them. Inside my folder I have 3 html files. In my code whenever I insert the direct path to the one I want, I get nothing. When I insert this:

Re: [Nant-users] csc vs. solution

2004-07-12 Thread Scott Hernandez
  Sure, there is much more control when using individual tasks; logically this is all the solution task does, convert the vs.net xml format into a series of nant task executions... The task makes certain assumptions and reproduces the behavior of vs.net; This may not be the case for everyon

Re: [Nant-users] converting to nant tasks

2004-07-12 Thread Scott Hernandez
Yes, I believe that would, but you will need to test to make sure. Note: There are also some things that the task won't handle that calling devenv.com will. What they are, I can't say; I'm not that up on the current features/todos of the task. Please let us know if you have any problems :) --

RE: [Nant-users] converting to nant tasks

2004-07-12 Thread Felice Vittoria
Scott, That line is already part of a build file. I inherited the scripts and rewriting (cleaninup code wherever possible). I was thinking about the task but wasn't sure. Would this be the correct equivalent? Felice -Original Message- From: Scott Hernandez [mailto:[E

Re: [Nant-users] converting to nant tasks

2004-07-12 Thread Scott Hernandez
Felice, http://nant.sourceforge.net/nightly/help/tasks/solution.html. Or, write a build file from scratch; this is ultimately more flexible, but requires greater knowledge and more effort :) Note: Use a recent nightly build of NAnt (http://nant.sourceforge.net/nightly/builds/) as they are much mo

RE: [Nant-users] csc vs. solution

2004-07-12 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
What if you are a using Nant in a situation where you do not have access to Visual Studio? You could potentially be on an OS that's not supported by Visual Studio (i.e. Linux) or you don't have the financial capacity to buy Visual Studio. In these cases you don't have the means to create Vis

[Nant-users] converting to nant tasks

2004-07-12 Thread Felice Vittoria
Hello all, Silly question. How can I convert something like this: to a Nant task? Thanks, Felice --- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital se

[Nant-users] vs. SharpCVSLib

2004-07-12 Thread Merrill Cornish
After sending the question about the quiet attribute of the task, I decided to find out if using the built-in Sharp CVS Library would make any difference (the last time I tried this, it objected to my cvsroot attribute value). So now, when I run I get the following error: [cvs-checkout

[Nant-users] won't be "quiet"

2004-07-12 Thread Merrill Cornish
I don't like CVS--and I think it knows. I'm running the 20040711 nightly build with sourcecontrol.usesharpcvslib="false". I had the following task in a target, and it work fine: The files are checked out as readonly. Then, I decided to experiment to see what the "quiet" attribute wou

[Nant-users] csc vs. solution

2004-07-12 Thread Shawn Knowles
This may seem like a trivial question, but I am curious to know if more people build C# tasks with the solution or csc task.  I am wondering why one wouldn’t use the solution task since it seems to be much easier.  Any advice, standard practices, or opinions are greatly appreciated.   Tha

Re: [Nant-users] Nant build self-test failure in Test_ShowHelp

2004-07-12 Thread Gert Driesen
Brad, This is a known issue that fixed since. You can safely ignore it. We'll soon release a new version of NAnt with loads of new features and bug fixed (including the one you described), but if you can't wait you can always download a recent nightly build (http://nant.sourceforge.net/nightly/b

[Nant-users] Nant build self-test failure in Test_ShowHelp

2004-07-12 Thread Brad Williams
At the end of build process I get the following error. Looks like something on my machine has the wrong year?? self-test: [attrib] Setting file attributes for 1 files to Normal. [xmlpoke] Found '1' nodes matching XPath expression '//configuration/nant/fra