RE: [Nant-users] task question...How to add a comment?

2004-12-14 Thread Clayton Harbour
Hi Jason, no there is no particular reason, although I have been typically trying to get the task going in sharpcvslib before I add it to NAnt. The generic command was added so my lack of free time would not block anyone :-). I just saw your other email, I am glad it worked. Cheers, Clayton

RE: [Nant-users] task question...How to add a comment?

2004-12-14 Thread Morris, Jason
That worked...thanks! >-Original Message- >From: Clayton Harbour [mailto:[EMAIL PROTECTED] >Sent: Tuesday, December 14, 2004 8:47 AM >To: Morris, Jason; [EMAIL PROTECTED] >Subject: RE: [Nant-users] task question...How to add a comment? > >Hi Jason, > >Try using the commandline attribute

RE: [Nant-users] task question...How to add a comment?

2004-12-14 Thread Morris, Jason
Thanks...I will try that. Is there a particular reason why there isn't a specific task? >-Original Message- >From: Clayton Harbour [mailto:[EMAIL PROTECTED] >Sent: Tuesday, December 14, 2004 8:47 AM >To: Morris, Jason; [EMAIL PROTECTED] >Subject: RE: [Nant-users] task question...How t

[Nant-users] Projectfile becomes invalid XML and cannot be parsed by Nant - the followup

2004-12-14 Thread Wilbert van Dolleweerd
Hello everyone, (For people who don't know what I'm rambling about, please read the included posts first). Just a small update to let you know that I've submitted the bug to the Microsoft Product Feedback Center. I was referred to this site by a Microsoft employee. Stupid thing is that you can on

Re: [Nant-users] Resolving properties in strings.

2004-12-14 Thread Merrill Cornish
Payton, Check to see if the dynamic attribute of will do what you want. Merrill --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up

RE: [Nant-users] Changing failonerror on the fly

2004-12-14 Thread Eric Deslauriers
Troy, Thanks for the head's up. As soon as we move to 0.85, I'll plunk that in. It is a great solution. Eric D > The cleanest solution (IMHO) was to create a custom try/catch/finally > task... your codecov target becomes: > > > > > > > > > > > > The tr

[Nant-users] FW: How to pass values betwwen build files

2004-12-14 Thread Hadzramin AR
Hi,   Anyone can help me on the abovementioned?   I've tried the followings but no success. What I try to do is to pass param d.output, d.lib & d.dist to other build file.   1. >From tag        2. From tag