Re: [Nant-users] task and character encoding

2003-12-19 Thread Ian MacLean
Hi Marc, I checked in this change to cvs. It will be in the next nightly build. Ian NAnt version: 0.84-rc1 I see that the task writes the NDoc project file using ASCII encoding (NdocTask.cs line 188). Is there any reason it can't use UTF-8 encoding? The reason I ask is that I have a copyright

RE: [Nant-users] task will not compile my C++ project

2003-12-19 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
After attempting to create a new copy of my old C++ projects under VS.NET 2K3 I did notice that the VS.NET 2K3 C++ project does in fact contain a GUID and my converted projects do not. I bet that the conversion process left out some important information (from NAnt's point of view) out and the X

RE: [Nant-users] task will not compile my C++ project

2003-12-19 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Not a problem. Point me to anything that might help. Thanks once again! -- Edwin G. Castro Firing Systems Engineer [EMAIL PROTECTED] -Original Message- From: Scott Ford [mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 11:12 AM To: Castro, Edwin Gabriel (Firing Systems Engr.) Cc:

RE: [Nant-users] app.config --> project.exe.config

2003-12-19 Thread Erick Thompson
Eric, Did you ever get this problem worked out? I'm looking at a similar situation, and would love to have something I could reuse, as opposed to hardcoding app.config -> [ProjectName].exe.config. I'm using the solution task, without the project files specified. If I specify the project files,

RE: [Nant-users] task will not compile my C++ project

2003-12-19 Thread Scott Ford
Edwin, I am replying this back to the list in case it helps anyone else out in the future. Don't worry about not sending in project files. I completely understand the intellectual property concerns in doing so. The C++ project that I was using when I modified the C++ support was produced from

[Nant-users] task and character encoding

2003-12-19 Thread Lehnert, Marc [LBRT/LNA]
NAnt version: 0.84-rc1 I see that the task writes the NDoc project file using ASCII encoding (NdocTask.cs line 188). Is there any reason it can't use UTF-8 encoding? The reason I ask is that I have a copyright string that uses the copyright symbol (UNICODE 0x00A9). Because the NDoc task uses

RE: [Nant-users] task will not compile my C++ project

2003-12-19 Thread Scott Ford
Edwin, I did a little bit of work getting C++ projects to compile, but I identified that what worked for me might not (most likely will not) work for others. Sadly, I have not had a chance to work on this anymore. I really do what to get back to working on it, but I am not sure when I am going

[Nant-users] task will not compile my C++ project

2003-12-19 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
I have a solution with 3 C++ projects. When I try to build the solution using the task I receive the following messages:   Target(s) specified: build   build:    [solution] Starting solution build.   BUILD FAILED   Project with GUID '' must be included for the build to work.