Re: [NAnt-users] Adding Files to an Existing Fileset

2008-04-18 Thread Aquil H. Abdullah
Thank you for all of the suggestions. The patternset solution does the trick! On Fri, Apr 18, 2008 at 1:11 PM, Gert Driesen <[EMAIL PROTECTED]> wrote: > Aquil, > > Another option is to use our newly introduced patternset support: > http://nant.sourceforge.net/nightly/latest/help/types/patternset

Re: [NAnt-users] Help Needed using tag

2008-04-18 Thread Jacob Siegel
Quoting Jacob Siegel <[EMAIL PROTECTED]>: I should add a little more information. This seems to happen for any project that is a Visual C++ project. For instance, I created an empty VC++ clr project , and got the same results just trying to build that by itself with the tag. Also, the sa

[NAnt-users] Help Needed using tag

2008-04-18 Thread Jacob Siegel
Hi, I just started trying to use nant, and am running into trouble using the solution tag to try and build an existing solution (which builds fine with VS 2005). Any help would be greatly appreciated. I can't figure out what the error message is trying to tell me! Thanks! -

Re: [NAnt-users] Adding Files to an Existing Fileset

2008-04-18 Thread Gert Driesen
Aquil, Another option is to use our newly introduced patternset support: http://nant.sourceforge.net/nightly/latest/help/types/patternset.html For this, you need NAnt 0.86 Beta 1 or a recent nightly build. Gert _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL

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 variables in

Re: [NAnt-users] Adding Files to an Existing Fileset

2008-04-18 Thread Bob Archer
Can't you just get a file list from the folders and loop through all the .build files? Also, I'm not sure what you are doing. When is the .build file added? Within your build... why not eval the file set after that .build file gets created. BOb From:

Re: [NAnt-users] Adding Files to an Existing Fileset

2008-04-18 Thread William_Martin
I don't think you can do what you are after, but two other options spring to mind. One is as you suggest, which is to define the fileset and just add to it. This is OPK if you are just generating the fileset of .build files, but may be a pain if you have to add it to several filesets. E.g.

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

2008-04-18 Thread Bob Archer
Look at the int::parse() function. This should allow you to compare things numerically. BOb From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Mayert Sent: Friday, April 18, 2008 10:37 AM To: nant-users@lists.sourceforge.net Subject: [NAn

[NAnt-users] Using Integer variables in a loop

2008-04-18 Thread Tim Mayert
This may be a dumb question, but how do I use Integer variables in NAnt? I have a need to keep track of how many occurrences a specific sub-string appears in each line my output log file. I have a nested build that will build a few projects one after another. At the end of each project build I