RE: [Nant-users] Deplyment Package??

2003-06-25 Thread Erv Walter
I believe there is an msi task in NAntContrib that you can use to create windows installers. -Original Message- From: Arvind M A [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 1:06 AM To: [EMAIL PROTECTED] Hi, I am pretty new to Nant and wanted to know whether it is possible

[Nant-users] Solution task and multilanguage resources?

2003-06-25 Thread Arnaud PICHERY
Hi, I have a project containing localized resources (StringTable.fr.resx along with StringTable.resx). From what I can see, the Solution task try to compile the localized resource with the main assembly. As a consequence, it fails (because StringTable.fr.resx and StringTable.resx are both added

RE: [Nant-users] problems compiling a simple ConsoleWindow application

2003-06-25 Thread Erv Walter
First, I assume you have an Imports line in your source, but I'll ask anyway. Second, no, I don't think vbc.exe figures our default references automatically like csc.exe for C# code does. For VB.NET code, you will need to list the specific references in your build file. You might be able to

[Nant-users] question on compiling Windows APP using NANT

2003-06-25 Thread Andy Jian Li
I am new to NANT. I have some questions while using NANT. 1. I have a Windows application. >From the visual studio, I can have it compiled successfully. The executable is fine for me to run. But when I compile it using the NANT build file with NANT, the executable file compiled from NANT

Re: [Nant-users] question on compiling Windows APP using NANT

2003-06-25 Thread Ian MacLean
Andy Jian Li wrote: I am new to NANT. I have some questions while using NANT. 1. I have a Windows application. From the visual studio, I can have it compiled successfully. The executable is fine for me to run. But when I compile it using the NANT build file with NANT, the executable file

[Nant-users] Problem using Solution Task

2003-06-25 Thread CHIN KA CHEAN
Hi, I'm currently working with SolutionTask to build my solution file but I am having problem with it. My errors; C:\Projects\Release1\Source\TAnant NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shaw http://nant.sourceforge.net Buildfile: