Re: [Nant-users] Build target from command line without dependencies

2005-09-16 Thread Troy Laurin
> Thank you for a pleasant discussion of NAnt. I'm quite excited to be > using it and learning about it. I hope that someday soon, I'll be able > to answer questions here rather than just asking. I've really enjoyed > the separation of concerns thread too. Nice thinking! > > -Kelly Nothing wrong

RE: [Nant-users] Build target from command line without dependencies

2005-09-16 Thread Anderson, Kelly
Yes, I'm hopeful that C# will be in more places soon as well. I'm very excited about the mono project, and I'm led to believe that there are about twenty programmers here in town (Provo, UT) working on it full time. They should make very good progress at that rate. Unfortunately, Java still exceed

RE: [Nant-users] Build target from command line without dependencies

2005-09-16 Thread Morss, Charlie
One thing to remember about Nant is that it is a spin-off of the Java Ant tool. The java compile, javac, does full dependency checking out of the box so there was never a big requirement to have dependency checking (at least for compiling). -Original Message- From: [EMAIL PROTECTED] [mail

RE: [Nant-users] Build target from command line without dependencies

2005-09-16 Thread Anderson, Kelly
I didn't so much have a question, as an observation. I do see MANY clear advantages of NAnt over make and shell scripts as you do. My only issue was just with how it's being presented. It seems that NAnt would be very good at solving a lot of problems that make would have difficulty solving. I gues

RE: [Nant-users] Solution task and VSSGET

2005-09-16 Thread Wilson, Glenn
Hi, I think the solution to this problem is more to do with the way you manage your source control processes rather than a technical one. We use labels within our PVCS repository to label all files associated with a particular release . Thus, a solution file with a label of say MyAPP_ReleaseDate

RE: [Nant-users] Solution task and VSSGET

2005-09-16 Thread Kevin Kirkpatrick
Also, you might want to consider using the csc task to have more flexibility in what you’re building.   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Evans, Jonathan (2) Sent: Friday, September 16, 2005 9:05 AM To: 'Baker, Steve'; Hogg, Russell

RE: [Nant-users] Solution task and VSSGET

2005-09-16 Thread Evans, Jonathan (2)
Title: Message If it is in a separate folder in VSS you can open properties and mark it as a hidden folder (for the user that your script fetches as).  The better solution is to just delete it though.   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Beh

RE: [Nant-users] Solution task and VSSGET

2005-09-16 Thread Baker, Steve
Title: Message Pretty sure nothing like that exists right now.   Typically SCM purists would say if you have removed something from the solution you should also delete it from VSS. You can still view it in the history and all that fine jazz.   But back to reality, if you ever do create

RE: [Nant-users] XMLPOKE Xpath assitance

2005-09-16 Thread Oberhofer, Klaus
You are using namespaces so I think you have to declare them to the xmlpoke task. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Richard > Griffiths > Sent: Friday, September 16, 2005 12:09 PM > To: nant-users@lists.sourceforge.net > Subject: Re: [Na

[Nant-users] Solution task and VSSGET

2005-09-16 Thread Hogg, Russell E.
Title: Message Hi All, I have a simple question, perhaps it's just confusion on my part.   My current NANT script can get the latest from VSS and then do the BUILD based on the SOLUTION. All this grand, I just have one bit of trouble, things that have been removed form the solution yet are

Re: [Nant-users] XMLPOKE Xpath assitance

2005-09-16 Thread Gert Driesen
Richard, Have a look at the second example in the online doc page for xmlpoke: http://nant.sourceforge.net/nightly/latest/help/tasks/xmlpoke.html Gert - Original Message - From: "Richard Griffiths" <[EMAIL PROTECTED]> To: Sent: Friday, September 16, 2005 12:09 PM Subject: Re: [Nant-use

RE: [Nant-users] Build target from command line without dependencies

2005-09-16 Thread Foster, Richard - PAL
[For some reason this bounced last night... Trying again.] Hi Kelly, Don't worry - I don't think anyone will take your comments as Nant bashing. I would also agree that the general impression reading the "marketing" is that Nant (and Ant, on which it is based) is a better "make". I think the pr

Re: [Nant-users] XMLPOKE Xpath assitance

2005-09-16 Thread Richard Griffiths
Hmm - just tried them both again - same error >/objects/[EMAIL PROTECTED]'Configuration']/constructor-arg/value >and >//[EMAIL PROTECTED]'Configuration']/constructor-arg/value here's the target I'm using RC3 --- SF.Net email i

Re: [Nant-users] XMLPOKE Xpath assitance

2005-09-16 Thread erymuzuan
/objects/[EMAIL PROTECTED]'Configuration']/constructor-arg/value and //[EMAIL PROTECTED]'Configuration']/constructor-arg/value work fine with me cheers On 9/16/05, Richard Griffiths <[EMAIL PROTECTED]> wrote: > I have the following xml fragment > > > http://www.springframework.net"; > xm

[Nant-users] XMLPOKE Xpath assitance

2005-09-16 Thread Richard Griffiths
I have the following xml fragment http://www.springframework.net"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://www.springframework.net http://www.springframework.net/xsd/spring-objects.xsd";> NOF components for prototype

[Nant-users] vbc : Command line error BC2010 : compilation failed

2005-09-16 Thread Jim Shank
I am fairly new to Nant but have been able to create some basic Nant scripts for my large solution. I used Gordon Weakliem XSLT doc along with XSLTTransformerMG by Michael Gold to create basic scrips from my vbproj files. I found the missing imports statements that the XSLT doesn't get and added th

[Nant-users] Remote Building Using NAnt and CruiseControl.net

2005-09-16 Thread Trask, Hal
Title: Remote Building Using NAnt and CruiseControl.net We have a small test area setup where we have Subversion installed on one box, CruiseControl.Net installed on another box, and NAnt installed on another box. All three boxes are networked and know about each other but here's how we want t