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

2006-09-19 Thread Gary Feldman
Tim Mayert wrote: > 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 o

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

2006-09-19 Thread Tim Mayert
Title: Message Thanks Richard,   Actually thanks for the suggestion.  I'll check with my install build call to see if I can specify the output log file.  If I can then yes it would be much easier   Regards, Tim. -Original Message-From: Foster, Richard - PAL [mailto:[EMAIL

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

2006-09-19 Thread Foster, Richard - PAL
Title: Message Tim,   I may be off base here, but I think you can use a task to iterate through items in a fileset - e.g.                                One question though... For most of the tools I have worked with there is frequently a way you can s

Re: [NAnt-users] vbc : error BC30464

2006-09-19 Thread Gert Driesen
Lee, I'm pretty sure System.Data.dll (or any other assembly) will be in the PATH. Removing the "frompath" attribute should fix your problem. Gert > -Original Message- > From: [EMAIL PROTECTED] [mailto:nant-users- > [EMAIL PROTECTED] On Behalf Of Lee Chu > Sent: dinsdag 19 september 2006

[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

[NAnt-users] Ant NAnt position

2006-09-19 Thread Rick Edwards
We are seeking a mid-level Software Engineer in the Portland, OR area to join Kronos in our Kronos Talent Management Division headquarters. The position is really oriented toward someone who is skilled in Ant or Nant and knows InstallShield as well. The person will be creating installation

[NAnt-users] vbc : error BC30464

2006-09-19 Thread Lee Chu
Hi, I have a build file for a project, but when I tried to run the file, I got the following error message: [vbc] vbc : error BC30464: Namespace or type 'Data' in the project-level Imports 'System.Data' cannot be found. These are what I have in my build file: