Re: [NAnt-users] Using Integer variables in a loop

2008-04-18 Thread Tim Mayert
Okay thanks Bob, I'll look into this and see what I can come up with. Tim. From: Bob Archer [mailto:[EMAIL PROTECTED] Sent: Friday, April 18, 2008 8:45 AM To: Tim Mayert; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Using Integer vari

[NAnt-users] Using Integer variables in a loop

2008-04-18 Thread Tim Mayert
uld I keep a running count of found lines as well as a check to see when it has reached this count so that I the task can be triggered on the new ones found? Thanks for any help. SMART Technologies ULC Tim Mayert Build and Installation Engineer Software Development Tel. 403.769.8809

[NAnt-users] Building VS2005 and VS2008 solution files with NAnt

2008-02-06 Thread Tim Mayert
command does this use the environment variables within Studio, for lib and include paths or can I still get away with my setting of environment paths from may NAnt build project file? Thanks, SMART Technologies ULC Tim Mayert Build and Installation Engineer Software Development Tel

Re: [NAnt-users] NAnt copy command failingwithSystem.IO.PathTooLongException

2007-11-15 Thread Tim Mayert
Okay where is this special character used? In XCopy or through NAnt script? Since I am constantly having this copy problem I'll use exec with xcopy for now until there is a better way to handle this. Thanks, Tim Mayert. -Original Message- From: Gert Driesen [mailto:[EMAIL PROT

[NAnt-users] NAnt copy command failing with System.IO.PathTooLongException

2007-11-08 Thread Tim Mayert
possible to copy a folder structure that was larger than 260 characters. Thanks, SMART Technologies Inc. Tim Mayert Build and Installation Engineer Software Development Tel. 403.228.8552 Fax 403.245.0366 [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> http://www.smarttech.com

[NAnt-users] Capturing Nant scripting errors during automated builds

2007-09-04 Thread Tim Mayert
logies Inc. Tim Mayert Build and Installation Engineer Software Development Tel. 403.228.8552 Fax 403.245.0366 [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> http://www.smarttech.com <http://www.smarttech.com/> Bringing people a

[NAnt-users] Launching VB script file

2007-07-11 Thread Tim Mayert
Simple question I hope, but I have a .vbs file that I would like to launch/run from NAnt what is the best way to handle this? Can the NAnt script task work with plain VB Script - Not VB.NET? If it can not then what is the best way to run a vbscript file? Thanks, Tim Mayert

[NAnt-users] Calling many builds from one question

2007-05-31 Thread Tim Mayert
f there is an easier way to accomplish this then could you let me know? Thanks, SMART Technologies Inc. Tim Mayert Build and Installation Engineer Software Development Tel. 403.228.8552 Fax 403.245.0366 [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> http://www.smarttech.com <http:

Re: [NAnt-users] Calling other Nant build projects from withinacurrently running Nant build question?

2006-09-29 Thread Tim Mayert
as well, but do you know if you can log that build call separately from the wrapper NAnt build that is calling the other NAnt builds?   Thanks,   Tim. -Original Message-From: Bob Archer [mailto:[EMAIL PROTECTED] Sent: September 29, 2006 9:06 AMTo: Tim Mayert

Re: [NAnt-users] Calling other Nant build projects from within acurrently running Nant build question?

2006-09-29 Thread Tim Mayert
AMTo: Tim Mayert; nant-users@lists.sourceforge.netSubject: RE: [NAnt-users] Calling other Nant build projects from within acurrently running Nant build question? Have you tried the NANT task?   BOb     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

[NAnt-users] Calling other Nant build projects from within a currently running Nant build question?

2006-09-29 Thread Tim Mayert
Title: Message I would like to be able to launch another Nant build from another currently running Nant build and would like to know the best way to do this.   At the moment I just use the following command line to launch the other Nant builds:     Now they do get triggered and seem

Re: [NAnt-users] Solution task and VS.NET 2005

2006-09-21 Thread Tim Mayert
Well we do not currently have an projects that are built with 2005 as of yet, but we are slowing going in that direction for 64 bit support as well as other advantages and therefore I would also like to have NAnt updated to be able to handle the solution files instead of having to msbuild. Doing t

Re: [NAnt-users] Simply find file task or function

2006-09-19 Thread Tim Mayert
ailto:[EMAIL PROTECTED] Sent: September 19, 2006 11:52 AMTo: Tim Mayert; nant-users@lists.sourceforge.netSubject: RE: [NAnt-users] Simply find file task or function Tim,   I may be off base here, but I think you can use a task to iterate through items in a fileset -

[NAnt-users] Simply find file task or function

2006-09-19 Thread Tim Mayert
Title: Message Hello,   This may be a very simple question, but I can not seem to find a function that can do this.  I am automating the build of our product install and during the creation of the install it will generate a .txt file that contains the build log.  I would like to open this lo

RE: [NAnt-users] Nant build by solution task not using the environment paths correctly

2006-02-07 Thread Tim Mayert
t corrects out problem. Thanks, Tim Mayert. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Mayert Sent: February 2, 2006 7:16 AM To: Gert Driesen; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Nant build by solution task not using the e

RE: [NAnt-users] How to avoid repeating commands?

2006-02-02 Thread Tim Mayert
Hello Markus, You can always place the 10 files into a .txt file and then use the foreach task to read in the files and process each one. IE. And then the file would look list this. $/VCpp/DLL/kcsStream/Bin,kcsStream.dll $/VCpp/DLL/someotherpath/Bin,someotherfil

RE: [NAnt-users] Nant build by solution task not using the environment paths correctly

2006-02-02 Thread Tim Mayert
help. Tim Mayert. -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: February 1, 2006 11:58 AM To: Tim Mayert; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Nant build by solution task not using the environment paths correctly Tim, Can you send me a small

[NAnt-users] Nant build by solution task not using the environment paths correctly

2006-02-01 Thread Tim Mayert
ing the nightly build from: nant-0.85-nightly-2005-11-13 Any help would be appreciated. Thanks, Tim Mayert. --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search

RE: [NAnt-users] Nant build solution task stopping on first error

2006-01-26 Thread Tim Mayert
building the current solution file, even after some projects failed to build, then I would really appreciate hearing from you How do others handle this issue? Is there another way to handle the solution files so as to build the entire solution? Thanks, Tim Mayert. -Original Message

[NAnt-users] Nant build solution task stopping on first error

2006-01-13 Thread Tim Mayert
through? Anything that I am missing? Thanks, Tim Mayert. --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as

RE: [NAnt-users] problems with mail task

2006-01-12 Thread Tim Mayert
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gary Feldman Sent: Wednesday, January 11, 2006 8:07 AM Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] problems with mail task Tim Mayert wrote: > I have automated 3 of my NAnt builds to run at night to make sure they

[NAnt-users] problems with mail task

2006-01-11 Thread Tim Mayert
Title: Message I have automated 3 of my NAnt builds to run at night to make sure they work fine and to work out all the bugs before we go to production on the nightly builds.  So far the builds seem to be working already and the confirmation emails, that are produced at the end of each build

RE: [Nant-users] Building by solution task - complete solution file verses building by exec program - devenv task

2005-12-16 Thread Tim Mayert
before. So this would imply that the main solution file has some thing wrong with it the make Nant skip over projects that are to be built. Gert if you notice anything in that log file, I send you, that my help with this issue let me know. Thanks, Tim Mayert. -Original Message- From: Gert

RE: [Nant-users] Building by solution task - complete solution file verses building by exec program - devenv task

2005-12-16 Thread Tim Mayert
do not. Checking the log indicates that none of these projects were even attempted to be built. Have you seen this before and is there anything I can do so that it does not miss building these projects? Thanks, Tim Mayert. -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED

RE: [NAnt-users] Automatically updating build number on nightly builds

2005-12-15 Thread Tim Mayert
:[EMAIL PROTECTED] Sent: December 15, 2005 9:18 AM To: Tim Mayert Cc: nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Automatically updating build number on nightly builds Hello, We keep our version number in a file. I use the common.build for all projects which they include. You

[NAnt-users] Automatically updating build number on nightly builds

2005-12-15 Thread Tim Mayert
te that. Examples and suggestions are welcome...... Thanks, Tim Mayert. --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your lo

RE: [NAnt-users] Solution Task with vcproj file

2005-12-06 Thread Tim Mayert
Eric, What are you passing in for configuration to build? I was running into this where I would pass in Unicode Release and all .vcproj files that only had Release as a configuration would get skipped. I then upgraded to the nant-0.85-nightly-2005-11-13 build and it seemed to fix the problem. So

RE: [Nant-users] Building by solution task - complete solution file verses building by exec program - devenv task

2005-11-18 Thread Tim Mayert
. With devenv if the configuration does not exist it will simply build the configuration that closely matches it. So a Unicode Release would build a Release project. Is this something that can be fixed in Nant? Thanks, Tim Mayert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[Nant-users] Building by solution task - complete solution file verses building by exec program - devenv task

2005-11-17 Thread Tim Mayert
solution from the solution task and if so what they did to get around these issues? Would it just be easier if I just went to the exec program task and call devenv with the solution file? Thanks for any help. Tim Mayert. --- This SF.Net email is

RE: [Nant-users] Calling Solution target to build complete solution

2005-11-17 Thread Tim Mayert
DE? Thanks for your help! Tim. -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: November 15, 2005 8:35 AM To: Tim Mayert; Bill Barge; nant-users@lists.sourceforge.net Subject: Re: [Nant-users] Calling Solution target to build complete solution Hi Tim, Can you send m

RE: [Nant-users] Calling Solution target to build complete solution

2005-11-15 Thread Tim Mayert
Title: Message My solution file does not build web projects.  They are all simply C++ projects and there is no problem building it with Studio or nmake, it is just NAnt solution build that seems to be the issue.  Are there any other suggestions on how to get this to work better?   Thanks,  

[Nant-users] Calling Solution target to build complete solution

2005-11-15 Thread Tim Mayert
Title: Message Are there any tricks to make this work properly?  I and using the solution task to simply run the complete solution under each of the configurations that exist.  Now most projects build, but there are some projects that are simply skipped entirely.  And I do not mean skipped w

[Nant-users] Converting NMake to NAnt

2005-09-06 Thread Tim Mayert
you can provide would be greatly appreciated.   Tim Mayert

[Nant-users] Setting Environment paths in NANT

2005-09-04 Thread Tim Mayert
Title: Message I am fairly new to NANT and I was wondering how the best way to set the environment path in a NANT build project.   I tried the following in the build, just before the call:           But when I run the build I will still get an error

[Nant-users] Building only one project from solution file at a time.

2005-09-01 Thread Tim Mayert
it's own build.  In Studio .NET as well as my Make file this works fine, but in NANT it does not seem to link to this library and the build fails.   Is there a task or other setting that has to be set to have it link to this external library?   Thanks for any help that can be supplied.