Re: [NAnt-users] Question about task and the failonerror attribute

2010-05-24 Thread Charles Chan
Hello Simon, (In addition to the Gert's suggestion.) >From the message, it appears it is coming from the Oracle Forms program. (I >haven't used it before.) Typically when I see a strange message, I would: 1) use task to print out the value of "program" and "commandline" attribute. 2) chang

Re: [NAnt-users] Should nantcontrib 0.85 work with NAnt 0.90

2010-05-13 Thread Charles Chan
Hello Ken, It should. We just upgraded our NAnt to 0.90 (and still using NAntContrib 0.85) a couple of days ago, and as far as we can tell, everything is still working. Regards, Charles --- On Thu, 5/13/10, Ken Morse wrote: From: Ken Morse Subject: [NAnt-users] Should nantcontrib 0.85 work w

Re: [NAnt-users] Edit a file in place using replacetokens

2010-04-19 Thread Charles Chan
Hello Beth, Unfortunately, this is a known issue. See bug 2833055. http://sourceforge.net/tracker/?func=detail&aid=2833055&group_id=31650&atid=402868 This bug has been assigned to me, so it will definitely be fixed. I cannot commit the time frame at this time, but for sure by 1.0 release. Rega

Re: [NAnt-users] Announcing NAnt 0.90-alpha1

2010-04-01 Thread Charles Chan
Thank you everyone for your support. Markus, could you point me to the post you are referring to? I am interested in the feedback and users' perception of NAnt & make. Perhaps one of us from NAnt community should mention the availability of a new NAnt release? Regards, Charles > > This is rea

Re: [NAnt-users] Date/Time Functions

2010-03-28 Thread Charles Chan
Hello Ann, According to the NAnt document, for most of the DateTime functions, the output is typically "formatted with the DateTimeFormatInfo for the invariant culture." I think the proper fix is to allow an IFormatProvider (ie DatetimeFormatInfo) to be passed as an (optional) argument to the N

Re: [NAnt-users] Progress update and upcoming NAnt 0.90-alpha1

2010-03-25 Thread Charles Chan
Hello Bob, > I'm not also sure what .Net 4.0 support means. ... Support for .NET 4.0 means the usual Target and Runtime support, same as what you see on the for .NET 1.0/2.0/3.0/3.5 on NAnt's homepage. > Will I be able to move forward and set that value to net-4.0 in .90? How will > that work?

[NAnt-users] Progress update and upcoming NAnt 0.90-alpha1

2010-03-24 Thread Charles Chan
After a couple months of hard work, we are now ready to start releasing NAnt again. First of all, I would like to give a big THANKS to the following people. For their contribution and hard work in helping us get the project restarted again. I couldn't imagine this happening without their help

Re: [NAnt-users] NAnt on Unix

2010-03-17 Thread Charles Chan
Hello Amal, The way we do it: 1) Use Hudson as a CI server. 2) Setup different slaves: Windows (.NET), Linux (Mono) -- I suspect there is Mono for other *nix as well. Perhaps compiling from source if necessary? 3) On each target, check out the source, run nant. We also use the Linux slaves to cr