RE: [NAnt-users] C# custom function

2006-03-07 Thread Jody Williams
Thank you for the clarifications. I did search xml files, the SDK doc, and all of the rest of the doc I could find to try to find out where Function and FunctionSet were supposed to be, and I kept finding things like FunctionAttribute and FunctionSetAttribute which had the right description, but

RE: [NAnt-users] C# custom function

2006-03-07 Thread Gert Driesen
> -Original Message- > From: Jody Williams [mailto:[EMAIL PROTECTED] > Sent: dinsdag 7 maart 2006 19:33 > To: Gert Driesen > Cc: nant-users@lists.sourceforge.net > Subject: RE: [NAnt-users] C# custom function > > The link to the Boolean custom function helped. > > > > My first problem wa

[NAnt-users] NDoc problems with Nant

2006-03-07 Thread Joseph Mierwa
I’m having problems getting my NDoc related CHM files that are generated via nant to run. When I run the generated chm file, I receive “Cannot open the file: mk:@MSITStore:C:\working\myhelpfile.chm”   If I manually create and run NDOC, the output chm file opens just fine.   This was

RE: [NAnt-users] Writing/Appending to a file

2006-03-07 Thread Young, Jason (GE Indust, GE Fanuc)
Thanks a lot! That looks like it will do it! It was just hidden. -Original Message- From: John Cole [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 07, 2006 12:30 PM To: Young, Jason (GE Indust, GE Fanuc); nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Writing/Appending to a

RE: [NAnt-users] C# custom function

2006-03-07 Thread Jody Williams
The link to the Boolean custom function helped.   My first problem was that “using NAnt.Core.Types” was not in the examples I’d seen so far, and that’s where Function and FunctionSet are picked up from.   My second problem was that when I copied my .dll to the nant bin directory and tr

RE: [NAnt-users] Writing/Appending to a file

2006-03-07 Thread John Cole
Look at the 'echo' task. http://nant.sourceforge.net/release/latest/help/tasks/echo.html John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Young, Jason (GE Indust, GE Fanuc) Sent: Tuesday, March 07, 2006 12:23 PM To: nant-users@lists.sourceforge.net S

[NAnt-users] Writing/Appending to a file

2006-03-07 Thread Young, Jason (GE Indust, GE Fanuc)
Is there an easy way to write or append to a file using Nant? I realize I can use some quick c# code, but I'm surprised this functionality doesn't already exist. It did exist in Visual Build Pro. Thanks! Jason --- This SF.Net email is sponsor

Re: [NAnt-users] Foreach task - File order

2006-03-07 Thread Gary Feldman
Young, Jason (GE Indust, GE Fanuc) wrote: Can I count on the "Foreach" task to process the files in the "in" list in order? I want to combine some SQL scripts into one file in a certain order. If it doesn't handle them in order, I'll need to use multiple statements, which is fine, but not opti

[NAnt-users] Foreach task - File order

2006-03-07 Thread Young, Jason (GE Indust, GE Fanuc)
Can I count on the "Foreach" task to process the files in the "in" list in order? I want to combine some SQL scripts into one file in a certain order. If it doesn't handle them in order, I'll need to use multiple statements, which is fine, but not optimal. Thank you, Jason

Re: [NAnt-users] help:Problems building project with licensed components

2006-03-07 Thread Gert Driesen
Rajnish, What version of NAnt are you using ? Gert - Original Message - From: "Rajnish kumar" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 07, 2006 10:42 AM Subject: [NAnt-users] help:Problems building project with licensed components Hi every one I am rajnish,i am havins some proble

[NAnt-users] help:Problems building project with licensed components

2006-03-07 Thread Rajnish kumar
Hi every one I am rajnish,i am havins some problem with "License.licx" file. when i try to build my project by task I get following error: [license] Processing complist 'c:\Inetpub\wwwroot\SPL\licenses.licx'... [license] c:\Inetpub\wwwroot\SPL\licenses.licx(1) : error LC0003 : U

Re: [NAnt-users] C# custom function

2006-03-07 Thread Gert Driesen
Hi Jody,   I'm not sure where you found that information, but Function and FunctionSet have not been replaced.   For an example, you can always check out the custom functions that are part of the NAnt distibution.   eg. http://cvs.sourceforge.net/viewcvs.py/nant/nant/src/NAnt.Core/Functions/Bo