[Nant-users] Date Format

2004-04-19 Thread Peter Jones
I need to specify a date range for the VSS command line.  The date must be in the VSS format mm/dd/;hh:mm a/p.    Anyone got a snippet to do this?   TIA ---Peter G JonesUniversity of Canterbury, NZ--- Senior Analyst/ProgrammerMicro

Re: [Nant-users] if condition on tasks

2004-04-19 Thread Scott Hernandez
Nope, the nant task framework takes care of all of that for you. If you write your own task, don't worry about the functionality of the base (inherited) properties, unless you want to change the default behavior (which would probably make your task work strangely). - Original Message

Re: [Nant-users] if condition on tasks

2004-04-19 Thread Scott Hernandez
From the docs: http://nant.sourceforge.net/nightly/help/fundamentals/expressions.html   Using the logical "and" operator you would write ${expr1 and expr2}; if you are using a nightly build with _expression_ support.   Otherwise you are out of luck and need to make a single property to check

[Nant-users] if condition on tasks

2004-04-19 Thread Noah Davidson
How can I specify 2 conditions?  If ${cond1} and ${cond2} then run task?   Thanks Noah Davidson  

RE: [Nant-users] compiling licensing file

2004-04-19 Thread Noah Davidson
When I added a resource to the license file, it seamed to work (last week) now the same build file is not working. I am not sure why. Is this issue specific to Infragistics or any vender? If I do not use project files and run the license task separately would this still be an issue? Is this an

Re: [Nant-users] compiling licensing file

2004-04-19 Thread Gert Driesen
Jarek, This is actually the same issue we've been struggling with for some time now. There's no known workaround or fix for this issue :( Gert - Original Message - From: "Jaroslaw Kowalski" <[EMAIL PROTECTED]> To: "Noah Davidson" <[EMAIL PROTECTED]>; "NAnt Users Mailing List" <[EMAIL P

Re: [Nant-users] compiling licensing file

2004-04-19 Thread Jaroslaw Kowalski
Can you re-run your build script with the latest nant nightly build? Make sure to turn on verbose debugging and post the build log. I think Gert will be interested in the results. Jarek - Original Message - From: "Noah Davidson" <[EMAIL PROTECTED]> To: "NAnt Users Mailing List" <[EMAIL PR

RE: [Nant-users] Long path bug?

2004-04-19 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Ok, letâs start with the basicsâ Which version of NAnt are you using? Could you provide a sample build file of your situation? Where is your build file stored in relation to the projects you are trying to build? Where are you executing NAnt? What command line are you using to execute NAnt? Can y

[Nant-users] compiling licensing file

2004-04-19 Thread Noah Davidson
I am using a solution task.  However in the VS solution file I have a .licx file that needs to be compiled.  When I compile from VS all works fine, but from NAnt I get the following error:   Failed to create license for type 'Infragistics.Win.UltraWinEditors.UltraCurrencyEditor'.     Lic

[Nant-users] VSS .log problem

2004-04-19 Thread Garrett Smith
Owen and Marie: You brought this problem up a few days ago.  At our client we're pretty sure we've found out how to stop the problem and have a theory on why it happens. The .log error message appears to be a VSS quirk, not a CCNet problem.  We have 5 builds running on one machine.  If we open u

RE: [Nant-users] XSLT to generate build files

2004-04-19 Thread Bonnett, Evan A
Title: RE: [Nant-users] XSLT to generate build files I will be using solution files for c# projects as a source doc.  (at least I think that's the way to go) Evan A. Bonnett Reynolds and Reynolds, IT ERA Integrated Desking Development 937-485-8577 58577 -Original Message- From: Ia

Re: [Nant-users] XSLT to generate build files

2004-04-19 Thread Ian MacLean
Evan, depends on what you are using as a source document. You can find an xslt stylesheet to transform vs.net vcproj files here: http://radio.weblogs.com/0106046/VSConvert.xsl You might find that useful even if your input source is somthing different. Ian Bonnett, Evan A wrote: From what I have

[Nant-users] XSLT to generate build files

2004-04-19 Thread Bonnett, Evan A
Title: XSLT to generate build files From what I have read, this sounds like the most flexible method to auto-generate build files.  Can someone explain how this works and possibly send a template file or sample? Thanks, Evan A. Bonnett Reynolds and Reynolds, IT