RE: [Nant-users] csc resources prefix problem using refid

2005-07-22 Thread Gert Driesen
Hi Craigh, In this case, the prefix should be defined on the global definition. Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Craig Ducharme > Sent: zaterdag 23 juli 2005 0:19 > To: nant-users@lists.sourceforge.net > Subject: RE: [Nant-u

RE: [Nant-users] csc resources prefix problem using refid

2005-07-22 Thread Craig Ducharme
Hi Charlie,   I have experienced the same problem but haven’t had the time to submit a bug.  I had to revert to my first approach, which is similar to your working example.   Regards, Craig From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Morss, Charlie Sent

[Nant-users] csc resources prefix problem using refid

2005-07-22 Thread Morss, Charlie
Hello,   I’m having problems with my within a task.  It works fine this way:           ...                     But if I use a refid for the files to include in either a resourcefileset or a regular f

RE: [Nant-users] link error -- cannot open user32.lib

2005-07-22 Thread Melissa Kacher
The linker doesn't use PATH to find libraries. It's LIB. See vcvars32.bat. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jill Bryan Sent: Friday, July 22, 2005 1:54 PM To: nant-users@lists.sourceforge.net Subject: [Nant-users] link error -- cannot open

[Nant-users] link error -- cannot open user32.lib

2005-07-22 Thread Jill Bryan
My solution builds when I use the IDE, but with NAnt, I get an error. Here is the following output from the command prompt: C:\ant\nant\bin>nant NAnt 0.85 (Build 0.85.1932.0; rc3; 4/16/2005) Copyright (C) 2001-2005 Gerry Shaw http://nant.sourceforge.net Buildfile: file:///C:/ant/nant/bin/test.b

RE: [Nant-users] vb.net xml documentation

2005-07-22 Thread Dan Pupek
We use the VB.Doc nant task. We didn't have much luck with it as it was packaged so we have had to modify it a bit. If you would like I can send you our task dll directly. The original project lives at http://vb-doc.sf.net       Dan Pupek Software Engineer Advanced Systems Technology, Inc

[Nant-users] vb.net xml documentation

2005-07-22 Thread Steve Baker
Hi all,   I am trying to build xml documentation using the ndoc task. The catch is my current client uses vb.net.   So we use the VBXC add-in for vb.net to code up all the xml comments. A build in vs.net will then generate the xml file used for documentation. The problem is the solution

[Nant-users] [Semianual update report]

2005-07-22 Thread Stephen Lewis
In the 1.25 years I've been using NANT, I've updated my installation twice, so this is my second brief report on what I had to change in my build files to accommodate the accumulated changes in NANT. Overall, it was much easier that my first transition in Nov 2004. I updated from a Nov 2004 versi

[Nant-users] need help with logging source control information

2005-07-22 Thread Sandaruwan Fernando
Hi, I have set up NANT to work with CruiseControl and StarTeam 4.0. I am checking out a set of projects from star team but I am building only a selected few of them. Im using NAnt.Core.XmlLogger and sending mails using CruiseControl. But in the mail, some of the files which are checked in after th