[Nant-users] RE: nant clearcase tasks

2004-09-13 Thread Ankita Kapadia
I need to use Nant to automate the daily build. 1) Is there any predefined Clearcase task in Nant just like "ccupdate" in ant ? 2) My project .sln file contains 8 different projectsThere is a one.csproj file for each project, So I have 8 .csproj files.Can I use them direct

[Nant-users] (no subject)

2004-09-13 Thread Ankita Kapadia
I need to use Nant to automate the daily build. 1) Is there any predefined Clearcase task in Nant just like "ccupdate" in ant ? 2) My project .sln file contains 8 different projectsThere is a one.csproj file for each project, So I have 8 .csproj files.Can I use them directly to make a buil

RE: [Nant-users] nightly builds

2004-09-13 Thread Clayton Harbour
Hi, The task can take 2 dates and list the changes that have been made between them. The task also outputs xml in the same format as the ant task so the ant style sheet can be used to provide an html page of changes. Using the ant version I have just generated a rolling daily/ weekly log of cha

Re: [Nant-users] Solution Task problem

2004-09-13 Thread Gert Driesen
Kent, Can you provide a small repro for this issue ? Thanks, Gert - Original Message - From: "Kent Boogaart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 14, 2004 8:21 AM Subject: [Nant-users] Solution Task problem Hello, This problem has been mentioned previously

[Nant-users] Solution Task problem

2004-09-13 Thread Kent Boogaart
Title: Solution Task problem Hello, This problem has been mentioned previously in the developer group (see http://www.mail-archive.com/[EMAIL PROTECTED]/msg04673.html) and was supposedly fixed. However, I just downloaded the nightly build and am experiencing the same problem. When using the

Re: [Nant-users] nightly builds

2004-09-13 Thread Ian MacLean
Gert Driesen wrote: - Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Merrill Cornish" <[EMAIL PROTECTED]> Cc: "Felice Vittoria" <[EMAIL PROTECTED]>; "Gert Driesen" <[EMAIL PROTECTED]>; "Nant-Users (E-mail)" <[EMAIL PROTECTED]> Sent: Tuesday, September 14, 2004 4:35 AM Sub

Re: [Nant-users] nightly builds

2004-09-13 Thread Gert Driesen
- Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Merrill Cornish" <[EMAIL PROTECTED]> Cc: "Felice Vittoria" <[EMAIL PROTECTED]>; "Gert Driesen" <[EMAIL PROTECTED]>; "Nant-Users (E-mail)" <[EMAIL PROTECTED]> Sent: Tuesday, September 14, 2004 4:35 AM Subject: Re: [Nant-use

Re: [Nant-users] Can't overwrite property when readonly not set

2004-09-13 Thread Ian MacLean
Gert Driesen wrote: - Original Message - From: "Gary Feldman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 13, 2004 5:53 PM Subject: Re: [Nant-users] Can't overwrite property when readonly not set Although a node with nested element would definitely be more self-do

Re: [Nant-users] nightly builds

2004-09-13 Thread Ian MacLean
Merrill Cornish wrote: I would vote for a simple change log to be included in the nightly builds also. This could only be a summary of the cvs changes since the last build - similar to what draco.net puts in its report. Obviously the log needs to be auto-generated or it defeats the purpose of

RE: [Nant-users] string::concat?

2004-09-13 Thread McCullough, Gary
Heh. I think those are plus signs you're using there, Scott! I know about using plus signs (that's what I ended up doing when I couldn't figure out "Concat"). But there is documentation for an operator called "Concat", which is different from the documentation for the operator called "Add". Add:

RE: [Nant-users] string::concat?

2004-09-13 Thread McCullough, Gary
Got it. Thanks, Scott. I figured I was missing something stupid. I do find the documentation a bit confusing however. Gary McCullough -Original Message- From: M. Scott Ford [mailto:[EMAIL PROTECTED] Sent: Monday, September 13, 2004 3:50 PM To: McCulloug

Re: [Nant-users] string::concat?

2004-09-13 Thread M. Scott Ford
Gary, '+' is the concat operator for strings. If you read the list of operators that are supported for strings under 4.4, the operators are in a bullet list in the same order that they appear below. + operator is the first in the bulleted list, and thus, 4.4.1. I hope that helps. -Scott McCullo

[Nant-users] NAnt fails to include standard C++ headers

2004-09-13 Thread John Debay
Hi, I am trying to compile a trivial source file with NAnt, but am having difficulty. I have one solution, which contains one project. The code is in C++. I am trying to use the solution task for the build. My code is as follows: #include int main(int argc, char * argv[]) { std::cout << "He

Re: [Nant-users] string::concat?

2004-09-13 Thread M. Scott Ford
Here is an example: ... ... I hope that helps. -Scott McCullough, Gary wrote: I guess I didn’t make it clear that though I called it an expression when in fact it’s an operator, it is indeed the operator I haven’t been able to figure out how to use. So, has anybody used the Concat operator suc

RE: [Nant-users] string::concat?

2004-09-13 Thread McCullough, Gary
I guess I didn’t make it clear that though I called it an _expression_ when in fact it’s an operator, it is indeed the operator I haven’t been able to figure out how to use. So, has anybody used the Concat operator successfully and/or care to post a working example?   Gary McCullo

RE: [Nant-users] nightly builds

2004-09-13 Thread Merrill Cornish
I would vote for a simple change log to be included in the nightly builds also. Merrill --- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports you

RE: [Nant-users] nightly builds

2004-09-13 Thread Felice Vittoria
Gert, Been doing some thinking regarding this. I think we talked about this earlier about putting a change log somewhere so that one would know what changed between nightly build X and nightly build Y (of the same release). I'm not sure how important this is. It's one of those things were i

Re: [Nant-users] Can't overwrite property when readonly not set

2004-09-13 Thread Gert Driesen
- Original Message - From: "Gary Feldman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 13, 2004 5:53 PM Subject: Re: [Nant-users] Can't overwrite property when readonly not set >From: "Ian MacLean" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> T

RE: [Nant-users] Deploying to remote machines

2004-09-13 Thread Bonnett, Evan A
Title: RE: [Nant-users] Deploying to remote machines Hmmm, well being that we currently ftp, I would agree with you that I should just use the scp task. Thanks, Gary. Evan A. Bonnett Reynolds and Reynolds, IT ERA Integrated Desking Development 937-485-8577 58577 -Original Message---

Re: [Nant-users] Deploying to remote machines

2004-09-13 Thread Gary Feldman
>From: "Bonnett, Evan A" <[EMAIL PROTECTED]> >Sent: Monday, September 13, 2004 11:43 AM > > What is the recommended way to deploy to remote machines? I build on W2003 > Enterprise, create a tar ball and ftp to linux machines. So, if I create > the directory structure on the build machine then ta

Re: [Nant-users] Can't overwrite property when readonly not set

2004-09-13 Thread Gary Feldman
>From: "Ian MacLean" <[EMAIL PROTECTED]> >Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > This issue keeps coming back. Yeah I know 'its documented' but its > causing and will continue to cause grief for new users. I made the > [1] proposal earlier but thats probably still a way off. What I don't

[Nant-users] Deploying to remote machines

2004-09-13 Thread Bonnett, Evan A
Title: Message Hi all,   What is the recommended way to deploy to remote machines?  I build on W2003 Enterprise, create a tar ball and ftp to linux machines.  So, if I create the directory structure on the build machine then tar it, what would be the "recommended practice" to get that tar t

Re: [Nant-users] Disbale nant task

2004-09-13 Thread Ian MacLean
Merrill Cornish wrote: Ian, that will give you an "unknown task or datatype" error I'm thinking. Sounds reasonable. But commenting out the task--which was the original question--would do that same thing. uh - no it wouldn't. Commenting out the task will result in it being ignored

RE: [Nant-users] string::concat?

2004-09-13 Thread McCullough, Gary
Sorry. It’s Monday. I’m not awake yet.   It’s not a function, it’s an operator. Here’s what the docs say:   --- 4.4.1 Concat Summary Returns the concatenation of both string operands.   Examples ---   http://nant.sourceforge.net/nightly/help/fund

Re: [Nant-users] string::concat?

2004-09-13 Thread Jaroslaw Kowalski
string::concat() isn't supported. Use + operator for concatenation. Where did you find this function?   Jarek - Original Message - From: McCullough, Gary To: [EMAIL PROTECTED] Sent: Monday, September 13, 2004 3:21 PM Subject: [Nant-users] string::concat?

RE: [Nant-users] string::concat?

2004-09-13 Thread Vladimir Knezevic
I don’t even know if there is string::concat function, but I managed to concatenate strings.   Example: …       Vladimir   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of McCullough, Gary Sent: Monday, September 13, 2004 3:22 PM To: [EMAIL PROTE

Re: [Nant-users] Disbale nant task

2004-09-13 Thread Ian MacLean
Merrill Cornish wrote: Bryan, You could temporarily rename the task to something else--add a "-disabled" suffix to its name, perhaps. that will give you an "unknown task or datatype" error I'm thinking. Ian --- This SF.Net email is sponsored

RE: [SPAM] - Re: [Nant-users] can't do vssgets anymore - Email found in subject

2004-09-13 Thread Felice Vittoria
Thanks .. suprisingly that worked :) -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Monday, September 13, 2004 8:50 AM To: Felice Vittoria; Nant-Users (E-mail) Subject: [SPAM] - Re: [Nant-users] can't do vssgets anymore - Email found in subject > - Original M

RE: [Nant-users] VS.NET build works, Nant build fails with error CS0234

2004-09-13 Thread Michael Joseph
Hi Gert, Thanks for the offer. I'm not really at liberty to share code in its current form, but I'll try to reproduce this on a smaller scale. Should I send it directly to you or should I add it to a sf.net tracker? Thanks michael > -Original Message- > From: Gert Driesen [mailto:[EMAIL

Re: [Nant-users] can't do vssgets anymore

2004-09-13 Thread Gert Driesen
> - Original Message - > From: "Felice Vittoria" <[EMAIL PROTECTED]> > To: "Nant-Users (E-mail)" <[EMAIL PROTECTED]> > Sent: Monday, September 13, 2004 3:31 PM > Subject: [Nant-users] can't do vssgets anymore > > Hey guys, > > Has anyone seen something like this: > > Failed to open datab

Re: [Nant-users] VS.NET build works, Nant build fails with error CS0234

2004-09-13 Thread Gert Driesen
Michael, If you package up a repro for this, I'd be glad to take a look at it ... Gert - Original Message - From: "Michael Joseph" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 13, 2004 3:01 PM Subject: [Nant-users] VS.NET build works, Nant build fails with error

[Nant-users] can't do vssgets anymore

2004-09-13 Thread Felice Vittoria
Hey guys, Has anyone seen something like this: Failed to open database "\\eclsys16\ecl\vss\srcsafe.ini". COM object with CLSID {783CD4E4-9D54-11CF-B8EE-00608CC9A71F} is either not v alid or not registered. I get this message when doing a vssget. I don't understand why. It was working fine

[Nant-users] string::concat?

2004-09-13 Thread McCullough, Gary
This may sound stupid, but I can’t figure out how to make the string::concat function work. (The docs are kind of vague on it.) Can someone post an example?   Gary McCullough   

Re: [Nant-users] Disbale nant task

2004-09-13 Thread Merrill Cornish
Bryan, You could temporarily rename the task to something else--add a "-disabled" suffix to its name, perhaps. Merrill --- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE fo

[Nant-users] VS.NET build works, Nant build fails with error CS0234

2004-09-13 Thread Michael Joseph
Hi All, This isn't strictly a NAnt issue, but I'm hoping that someone in the community could shed some light on my problem: I have an existing ASP.NET project that I'm trying to develop a NAnt build for. I've tried using both Gordon Weakliem's XSLT (http://radio.weblogs.com/0106046/stories/2002/

RE: [Nant-users] Disbale nant task

2004-09-13 Thread Felice Vittoria
Yes ... you can set a property and then test the condition of that property. So, it would look something like this: Here, if 'sometarget.run' equals true then the 'sometarget' target will execute. Otherwise, it won't execute. Felice -Original Message- From: [EMAIL PROTECTED] [mail

[Nant-users] Disbale nant task

2004-09-13 Thread Bryan D. Andrews
Is there a way to disable a nant task besides commenting it out? Commenting can be a pain if the task already has comments in it... --- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPo

Re: [Nant-users] Can't overwrite property when readonly not set

2004-09-13 Thread Ian MacLean
Gert Driesen wrote: - Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, September 13, 2004 7:50 AM Subject: Re: [Nant-users] Can't overwrite property when readonly not set This is