Re: [Nant-users] Something like a bug in the latest nightly bulid

2004-07-14 Thread Ian MacLean
$BB9(B $BG$9((B (SunRenhong) wrote: (B (B>Dear Sir (B> (B>In the latest [nant-0.85-20040711.zip 11-Jul], a new file [ScriptTask.cs] (B>emerged. (B>Bulid error CS0029 occured in order to build NAnt. (B> (B> (B> (BSun, (BIt would help a great deal if you could include the portion o

RE: [Nant-users] Obfuscation and NAnt

2004-07-14 Thread Joel Ross
I do.   I use an exec task to wrap it, and it works just fine. Make a valid XML config file for DotObfuscator, then call it from the command line.   If you want more info, let me know   Joel http://www.rosscode.com From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Be

[Nant-users] Something like a bug in the latest nightly bulid

2004-07-14 Thread $BB9(J $BG$9((J (SunRenhong)
Dear Sir (B (BIn the latest [nant-0.85-20040711.zip 11-Jul], a new file [ScriptTask.cs] (Bemerged. (BBulid error CS0029 occured in order to build NAnt. (B (BBest regards. (B (BSun (B (B (B--- (BThis SF.Net email is sponsored by BEA W

[Nant-users] issue

2004-07-14 Thread Felice Vittoria
Hello folks, I'm having trouble w/ the task. here's my build file: here's the output: NAnt 0.85 (Build 0.85.1653.0; net-1.0.win32; nightly; 7/11/2004) Copyright (C) 2001-2004 Gerry Shaw NAnt Team Buildfile: file:///C:/Documents a

[Nant-users] Obfuscation and NAnt

2004-07-14 Thread Rick Casey
Does anyone use DotObfuscator in their builds? Or any other obfuscation utility for that matter...   Rick Casey Octane8 Platform Development Manager Sungard Workflow Solutions (205) 408-3615

RE: [Nant-users] Invalid ResX input?

2004-07-14 Thread Bonnett, Evan A
Title: RE: [Nant-users] Invalid ResX input? ResGen gives me the same error so this is not an Nant thing.  I'll look at the file and see what's going on.  Thanks! Evan A. Bonnett Reynolds and Reynolds, IT ERA Integrated Desking Development 937-485-8577 58577 -Original Message- From

RE: [Nant-users] Invalid ResX input?

2004-07-14 Thread Bonnett, Evan A
Title: RE: [Nant-users] Invalid ResX input?    [resgen] Starting 'C:\DOCUME~1\BonnetEA\LOCALS~1\Temp\2988a24c2d514ad0baf629abc510eddc\resgen.exe ( "c:\temp\~ConfigMgmt\Desking\Core.MagicLibrary\Builds\latest\src\NAG\NAGScreen.resx" "c:\temp\~ConfigMgmt\Desking\Core.Mag

Re: [Nant-users] Invalid ResX input?

2004-07-14 Thread Gert Driesen
Evan, Can you try to run the build in verbose mode (NAnt.exe -verbose ) ? Currently, NAnt only outputs the name of the output file (in verbose mode) when the output file is not up-to-date (and not when it just doesn't exist). I'll try upload a new nightly build with an extra log message later

Re: [Nant-users] Solution task can't handle NMake projects

2004-07-14 Thread Gert Driesen
Gary, This is a know issue. We're waiting for someone to step-up and tackle this issue. Gert - Original Message - From: "Gary Feldman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 14, 2004 6:45 PM Subject: [Nant-users] Solution task can't handle NMake projects > I

Re: [Nant-users] stcheckout task failing

2004-07-14 Thread Eric Fetzer
The interop dll is being renamed with each version of StarTeam that gets put out. I haven't been able to get it to function. I've heard the same complaints from folks using versions down to 5.1. I'm not savy enough with C# to fix it (I tried). I've resorted to using the exec command with stcmd.

Re: [Nant-users] Invalid ResX input?

2004-07-14 Thread Gert Driesen
Evan, That resx file is probably a zero-length file. Can you verify this ? Do you get this error with the latest nightly build ? Gert - Original Message - From: "Bonnett, Evan A" <[EMAIL PROTECTED]> To: "'Gert Driesen'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 14,

[Nant-users] NAntRunner vs. NAnt 0.85

2004-07-14 Thread Merrill Cornish
I can't find it mentioned anywhere, but is NAntRunner comparible with NAnt 0.85 nightly builds? Merrill --- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital

[Nant-users] Solution task can't handle NMake projects

2004-07-14 Thread Gary Feldman
I have a solution with an NMake project that fails with an exception. (Aside: Even though the project is of type NMake, I'm actually using it to call NAnt from inside the VS IDE.) The problem is that it can't find the theoretical output file. There are actually several issues around this: 1. T

Re: [Nant-users] Simple Question on DOS Commands

2004-07-14 Thread Gary Feldman
>From: "Bonnett, Evan A" <[EMAIL PROTECTED]> Sent: Wednesday, July 14, 2004 11:59 AM > So, how do I issue simple dos commands and make the output appear on the > console? For example, I'm trying to debug something and I need to know the > current directory. Write a .bat file and use the task to

[Nant-users] Invalid ResX input?

2004-07-14 Thread Bonnett, Evan A
Title: Invalid ResX input? I am having a bit of trouble with my build.  This is a third party project that we have the source code to.  Can someone tell me what's happening here so I can make better sense of what's going wrong?  The project compiles fine in VS.NET. \Menus\MenuCommand.resx'   

Re: [Nant-users] Simple Question on DOS Commands

2004-07-14 Thread Gert Driesen
- Original Message - From: "Bonnett, Evan A" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 14, 2004 5:59 PM Subject: [Nant-users] Simple Question on DOS Commands > So, how do I issue simple dos commands and make the output appear on the > console? For example, I'm t

[Nant-users] Simple Question on DOS Commands

2004-07-14 Thread Bonnett, Evan A
Title: Simple Question on DOS Commands So, how do I issue simple dos commands and make the output appear on the console?  For example, I'm trying to debug something and I need to know the current directory. I just need the equivalent of typing cd. Thanks, Evan A. Bonnett Reynolds and Reyn

Re: [Nant-users] Ndoc errors - File load exception

2004-07-14 Thread Gert Driesen
Stephane, Could it be that you copied the nightly build over a previous version of NAnt ? Try removing the NDoc.Core.dll assembly from D:\Development\Bin\NAnt. Hope this helps, Gert - Original Message - From: "Boome, Stephan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday

[Nant-users] Ndoc errors - File load exception

2004-07-14 Thread Boome, Stephan
Hi, I have just downloaded the latest nightly build of NAnt 0.85 (Build 0.85.1653.0; net-1.0.win32; nightly; 11/07/2004), and every time I try and create a ndoc help file, I always get the error that appears below. Can somebody please tell me what I am doing wrong? Thanks Stephan Boome Sectio

RE: [Nant-users] Ndoc errors - It can't access an xslt because it 's being used by another process

2004-07-14 Thread Bonnett, Evan A
Title: RE: [Nant-users] Ndoc errors - It can't access an xslt because it's being used by another process NAnt 0.85 (Build 0.85.1653.0; net-1.0.win32; nightly; 7/11/2004) I am using the nightly, hoping that it becomes a stable release by the time I hit production. I am getting this error sp

[Nant-users] stcheckout task failing

2004-07-14 Thread Shawn Knowles
Has anyone experienced any recent failures using the stcheckout task?  This is my first attempt at using it with the StarTeam 5.2 SDK and it is failing. - System.Reflection.TargetInvocationException: Exception has been thrown by

RE: [Nant-users] Nant - CCC Harvest

2004-07-14 Thread sriram.rajamanuri
Thanks Gert. Would be really gr8 if you can tell me how and where do I begin to write a patch. -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 11:42 AM To: Sriram Rajamanuri (WT01 - UTILITIES); [EMAIL PROTECTED] Subject: Re: [Nant-users] Na

Re: [Nant-users] CVS HEAD not compiling...

2004-07-14 Thread Gert Driesen
- Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: "John Cole" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 14, 2004 9:21 AM Subject: Re: [Nant-users] CVS HEAD not compiling... > Gert Driesen wrote: > > >- Origin

Re: [Nant-users] CVS HEAD not compiling...

2004-07-14 Thread Ian MacLean
Gert Driesen wrote: - Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "John Cole" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, July 14, 2004 8:42 AM Subject: Re: [Nant-users] CVS HEAD not compiling... John Cole wrote: Hello, Is the CSV HEAD Compilable

Re: [Nant-users] CVS HEAD not compiling...

2004-07-14 Thread Gert Driesen
- Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "John Cole" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, July 14, 2004 8:42 AM Subject: Re: [Nant-users] CVS HEAD not compiling... > John Cole wrote: > > >Hello, > > Is the CSV HEAD Compilable for everyone

Re: [Nant-users]

2004-07-14 Thread Ian MacLean
Gert Driesen wrote: Ian, - Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "McCullough, Gary" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, July 14, 2004 5:17 AM Subject: Re: [Nant-users]