Brian you should send this stuff to the nant-dev list (see nant.sf.net
for a link).  I haven't had any time to actually touch the code in the
last couple of weeks but maybe somebody else with CVS access will patch
these in.

>From the sounds of things the BuildServer project is going to be
replaced or spun off as a separate project.  I just whipped it up as an
example of nant was designed to be used.

-----Original Message-----
From: Brian Ritchie
To: Gerry Shaw
Sent: Wed, June 26, 2002 11:00 AM
Subject: NAnt Patch

I'm not sure if you're the right one to send this to, so let me know if
I should contact someone else.

Before I get started, I just wanted to say that NAnt, Slingshot & the
Build Server are very cool projects. I was working with the NAnt Build
Server and found a couple of things:

1) Database.cs (line 95):  needs log.Replace("'","''") instead of just
log. The insert was failing when the contents of the log contained a '


2) BuildQueue.cs (line 80):  
                project.BaseDirectory = baseDir;
I think this line should be removed.  It was overriding the basedir that
I was supplying in my build file.


3) Project.cs (line 129)
        if(doc.DocumentElement.HasAttribute(PROJECT_BASEDIR_ATTRIBUTE))
_baseDirectory ...
This line was commented out, but it shouldn't be since the basedir for
the project isn't read in.


4) Resgen (and other tasks) were removed from NAnt and moved to the
contrib project.  Do you have any idea when that project will be only?
My build script uses Resgen...so I had to patch in an old version of the
class file to make things work.


Let me know if you need any more details,

Brian 



-------------------------------------------------------
This sf.net email is sponsored by: Jabber Inc.
Don't miss the IM event of the season | Special offer for OSDN members! 
JabberConf 2002, Aug. 20-22, Keystone, CO http://www.jabberconf.com/osdn
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to