[Nant-users] PATCH for globalizatio BUGS

2002-12-12 Thread Takekazu Omi
Current NAnt has bugs in japananse character handing in namespace (Bsummary file. (B (BI was fixed those bugs. (B (BIndex: NDocTask.cs (B=== (BRCS file: /cvsroot/nant/nant/src/NAnt.DotNetTasks/NDocTask.cs,v (Bretrieving revisio

[Nant-users] NAnt and ASPX web project

2002-12-12 Thread -gue- --
How do we get the nantcontrib binaries? The nantcontrib project I downloaded can't be build. Any other directions on the possibilities of converting .sln to nant.build file? Thanks a lot! _ Tired of spam? Get advanced junk mai

RE: [Nant-users] Hoping not to embarrass myself too much....

2002-12-12 Thread Bernard Vander Beken
Hello Nicholas, This is what NAnt was made for. When used in combination with a build server such as http://draconet.sf.net [1], you won't have to do the 'plumbing' (checking source control, sending build reports) yourself. Best regards, Bernard -Original Message- From: Nicholas Ro

Re: [Nant-users] Hoping not to embarrass myself too much....

2002-12-12 Thread robert . jefferies
Nicholas, It seems you are looking for this product Draco.NET. (http://draconet.sourceforge.net/) It is the wrapper around NAnt that you are looking for. Rob |-+--> | | "Nicholas Robinson"| | | <[EM

[Nant-users] Hoping not to embarrass myself too much....

2002-12-12 Thread Nicholas Robinson
Hi, I am new to this sourceforge thing, and stumbled across NAnt when searching for Build Management Tools.  The problem I have is that all I want to do is get the latest source code from Visual Source Safe, build it, run my test cases and send an email if errors occurred.  Is it possible to do thi

[Nant-users] Using the mono mcs task?

2002-12-12 Thread Dag Christensen
I'm trying to compile a simple project using the mcs task, but get the error below: D:\utv\dev\VBD.NET\Build>bin\nant -verbose -buildfile:core.build Buildfile: file:///D:/utv/dev/VBD.NET/Build/core.build Base Directory: D:\utv\dev\VBD.NET\Build VBDCore.Debug: setup: [copy] Copying 0 files t

RE: [Nant-users] RE: NAnt and ASPX web project

2002-12-12 Thread Vincent Van Proosdij
I made It work > all I did was copy the binaries from nantcontrib to the bin folder of nant. Now I can use the task from the build file and Convert my solution. You should try it, because slingshot is nog part of nant. Now all I have to do is get that mapping thingy right (my solution contains a w

Re: [Nant-users] RE: NAnt and ASPX web project

2002-12-12 Thread Brian Davis
Hi Vincent, I'm no expert (I've just started with nant too) but here's how I got slingshot to work... I download Nantcontrib from the snapshot page. I put the following in my PATH; "NAnt\NAntContrib\Tools\SLiNgshoT\build\Debug". This directory contains a program called slingshot.exe I then

[Nant-users] RE: NAnt and ASPX web project

2002-12-12 Thread Vincent Van Proosdij
Hello all,   I try to create a .build file from a visual studio .net solution (.sln) file. When I use a .build file to do this with Nant and the extra task I get this error :   “C:\projects\Macaw\TestSolution\solution.build(4,3): Unknown task Try 'nant -help' for more information”