RE: [Nant-users] Solution Task Failing on latest nightly

2004-11-12 Thread Bryan D. Andrews
Nevermind - I didn't have the full "bin" download (only src). -Original Message- From: Bryan D. Andrews Sent: Friday, November 12, 2004 11:51 PM To: [EMAIL PROTECTED] Subject: [Nant-users] Solution Task Failing on latest nightly My solution task returns an error with this version of nan

[Nant-users] Solution Task Failing on latest nightly

2004-11-12 Thread Bryan D. Andrews
My solution task returns an error with this version of nant: Invalid element . Unknown task or datatype. It is a solution task we have been using for quite some time: http://localhost/mysolution/myapp.vbproj"; path="myproj.vbpro

RE: [Nant-users] Can't access "System Volume Information" when a drive root is specified as basedir of a fileset

2004-11-12 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Thanks for the info. I guess I'll have to stick to my workaround then... > -Original Message- > From: Merrill Cornish [mailto:[EMAIL PROTECTED] > Sent: Friday, November 12, 2004 8:59 AM > To: Castro, Edwin Gabriel (Firing Systems Engr.); Felice Vittoria; nant- > [EMAIL PROTECTED] > Subject

RE: [Nant-users] Can't access "System Volume Information" when a drive root is specified as basedir of a fileset

2004-11-12 Thread Merrill Cornish
Edwin, >>> I can't see it if I use explorer or dir. It's just strange. No, it's hidden. :-) In Explorer, look under Tools | Folder Options... | View | Files and Folders and click on Hide protected operating system files. That should let you see the System Volume. I don't know how this "hidi

RE: [Nant-users] Can't access "System Volume Information" when a drive root is specified as basedir of a fileset

2004-11-12 Thread Felice Vittoria
Thanks for the workaround! Felice -Original Message- From: Castro, Edwin Gabriel (Firing Systems Engr.) [mailto:[EMAIL PROTECTED] Sent: Friday, November 12, 2004 10:40 AM To: Felice Vittoria; [EMAIL PROTECTED] Subject: RE: [Nant-users] Can't access "System Volume Information" when a dri

RE: [Nant-users] Can't access "System Volume Information" when a drive root is specified as basedir of a fileset

2004-11-12 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Actually, the drive is a physical volume. It's a partition on my hard drive. I really find it weird that the .NET framework even lists this apparently special directory at all! I checked on the C: drive and it appears to have one too! Again, I can't see it if I use explorer or dir. It's just strang

RE: NAnt Release Policies (was Re: [Nant-users] NAnt copies more files than VS.NET)

2004-11-12 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Great analysis! I totally agree. I think in the end I was trying to say the same you did here. Well done! > -Original Message- > From: [EMAIL PROTECTED] [mailto:nant-users- > [EMAIL PROTECTED] On Behalf Of Gary Feldman > Sent: Thursday, November 11, 2004 2:05 PM > To: [EMAIL PROTECTED] > S

RE: [Nant-users] Suggestion for datetime::to-string

2004-11-12 Thread Felice Vittoria
Title: Suggestion for datetime::to-string Payton,   There is another way to achieve what you need.  You can always use the tstamp task.    Here's an example using what you need:   [Nant-users] Suggestion for datetime::to-string
Title: Suggestion for datetime::to-string It would be great to be able to format the string created from a datetime type: datetime::to-formatted-string(DateTimeValue, '-mm-dd_hh.MM.ss') This would be great because the current datetime::to-string(DateTimeValue) function returns back mm/d

[Nant-users] TestFixture Filter

Hello,   Is it possible to filter TestFixtures in a single assembly?  For example I would like to state something like which would exclude all TestFixtures with a name ending in “UITests”.   Thanks, Roarke