RE: [Nant-users] Getting Code from VSS via NAnt

2004-03-19 Thread Bonnett, Evan A
essage-From: Noel Gifford [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 10:40 PMTo: [EMAIL PROTECTED]Subject: RE: [Nant-users] Getting Code from VSS via NAnt Yes, you just use the syntax.  Of course, the property will now be changed globally - not just in the tar

RE: [Nant-users] Getting Code from VSS via NAnt

2004-03-19 Thread Bonnett, Evan A
Title: Message Cool, thanks.  I am setting the version #'s to "" globally to start with.  Then, I call an exe using the task.  That outputs the new version # to a txt file.  Using a , I set the properties.  Here is the code.  Let me know what you think.  I am basing this off an example th

RE: [Nant-users] Getting Code from VSS via NAnt

2004-03-19 Thread Noel Gifford
Title: RE: [Nant-users] Getting Code from VSS via NAnt Yes, you just use the syntax.  Of course, the property will now be changed globally – not just in the target.   Noel   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Bonnett, Evan A Sent

RE: [Nant-users] Getting Code from VSS via NAnt

2004-03-18 Thread Bonnett, Evan A
Title: RE: [Nant-users] Getting Code from VSS via NAnt So, if I declare properties in the top of the build file for use by any target, what if I want to manipulate the property in a target?  What is the syntax to set a property value mid target if its already been declared? Do I just use the

Re: [Nant-users] Getting Code from VSS via NAnt

2004-03-16 Thread Jaroslaw Kowalski
more info. Hope it helps. Jarek - Original Message - From: "Bonnett, Evan A" <[EMAIL PROTECTED]> To: "'Morris, Jason'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 16, 2004 7:45 PM Subject: RE: [Nant-users] Getting Code

RE: [Nant-users] Getting Code from VSS via NAnt

2004-03-16 Thread Bonnett, Evan A
: Morris, Jason [mailto:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 11:04 PMTo: [EMAIL PROTECTED]Subject: RE: [Nant-users] Getting Code from VSS via NAnt There is a nant task called   which should be able to do what you want.  Check out   http://nant.sourceforge.net/help/tasks

RE: [Nant-users] Getting Code from VSS via NAnt

2004-03-15 Thread Morris, Jason
Price, Henry'; [EMAIL PROTECTED]Subject: RE: [Nant-users] Getting Code from VSS via NAnt All,   What about versioning the assembly?  We use the standard Major, Minor, Build, Revision.  Is there a standard means of doing this, or one that is common?   Thanks,

RE: [Nant-users] Getting Code from VSS via NAnt

2004-03-15 Thread Bonnett, Evan A
Title: Message Hi,   I have an executable that takes an AssemblyInfo.cs file as a command line arg and updates the version attribute.  When I call it using the task, I see the resultant version # on the screen.  In addition, I output the version # to a file.  Is there any way to get that va

RE: [Nant-users] Getting Code from VSS via NAnt

2004-03-15 Thread Bonnett, Evan A
:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 11:44 AMTo: Bonnett, Evan A; [EMAIL PROTECTED]Subject: RE: [Nant-users] Getting Code from VSS via NAnt Yes there is, but it's in the NAnt Contrib rather than the core (more info on NAntContrib can be found at: http://sourceforge.net/pro

RE: [Nant-users] Getting Code from VSS via NAnt

2004-03-15 Thread Bonnett, Evan A
Title: Message Thanks.  I'll check it out. Evan A. Bonnett Reynolds and Reynolds, IT -Original Message-From: Price, Henry [mailto:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 11:44 AMTo: Bonnett, Evan A; [EMAIL PROTECTED]Subject: RE: [Nant-users] Getting Code from VSS via

RE: [Nant-users] Getting Code from VSS via NAnt

2004-03-15 Thread Price, Henry
Title: Message Yes there is, but it's in the NAnt Contrib rather than the core (more info on NAntContrib can be found at: http://sourceforge.net/projects/nantcontrib )   http://nantcontrib.sourceforge.net/help/tasks/vssget.html   Will fill you in on the command,   http://nantcontrib.sourcefor

RE: [Nant-users] Getting Code from VSS via NAnt

2004-03-15 Thread Morris, Jason
Title: Message There are several VSS task in nAntContrib.  nAntContrib is a project where new nAnt tasks have time to mature before they get promoted to nAnt.   Go to http://nantcontrib.sourceforge.net/help/tasks/index.html and look for the tasks that start with   My suggestion would be to c