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
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
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
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