Re: [Nant-users] Problem installing Nant0.8.01

2003-03-19 Thread Brian Deacon
Alright... I'll bite... what does the ziplib date bug have to do with the pdb file staying locked? (Snippet from Chris' log here) BUILD FAILED C:\work\nant-0.8.01\src\NAnt.DotNetTasks.build(12,10): External Program Failed: C:\WINNT\Microsoft.NET\Framework\v1.0.3705\csc.exe return 1 Output: fatal

RE: [Nant-users] NAnt FAQ

2003-02-18 Thread Brian Deacon
That summed up wiki so nice, I'm gonna slap it on the wiki. :) B -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Scott Hernandez Sent: Tuesday, February 18, 2003 7:53 AM To: Chris Garty Cc: [EMAIL PROTECTED] Subject: Re: [Nant-users] NAnt FAQ I'm sure

RE: FAQ Q, was (Re: [Nant-users] Emailing NAnt output using mail task)

2003-02-15 Thread Brian Deacon
Done. I noticed the index.html in /doc is slightly more up-to-date than what's at nant.sf.net. I've attached a slightly more updated one which mentions the wiki, and removes the reference to /nightlysnapshots (as I understand the draco.net'd /builds is taking over that functionality?) I think if

RE: [Nant-users] Adding Tasks 0.7.9 vs 0.8

2003-02-12 Thread Brian Deacon
That will -definitely- keep it from working. NAnt uses reflection in combination with the TaskAttribute to match your attributes up with your properties and a privately scoped property not only won't show up in reflection, but NAnt wouldn't be able to assign to it even if it did. Hmmm... Is there