[Nant-users] Problem using Solution Task

2003-06-25 Thread Eddy Chin
Sorry, My company email doesn't allowed receiving any attachment, So I resend my query again. I'm currently working with SolutionTask to build my solution file but I am having problem with it. My errors; C:\Projects\Release1\Source\TA>nant NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Sha

[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\TA>nant NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shaw http://nant.sourceforge.net Buildfile: file:///C:/Projects/Release1/Source/TEST/TESTSln.buil

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] 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 NA

[Nant-users] Help needed for a simple solution task

2003-06-25 Thread Kaizer H. Sogiawala
Hi All, I need help with a very simple solution task. My environment is VS .Net and the solution contains one vc++ project that complies fine from the IDE. I need some help desparately. Thanks in advance- KHS My nant.build file looks like this-

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 make

[Nant-users] Help needed for a simple solution task

2003-06-25 Thread Kaizer H. Sogiawala
Hi All, I need help with a very simple solution task. My environment is VS .Net and the solution contains one vc++ project that complies fine from the IDE. I need some help desparately. Thanks in advance- KHS My nant.build file looks like this-

[Nant-users] resolving nested properties.

2003-06-25 Thread Holden, Mark
I'm trying to write a build file that has a nested property. Detail: I'm trying to iterate over a list of project names and pick up the name of the assembly out of a list of another property based on the name I can't seem to nest the ${} parameters. I also can't seem to break it up. can anyone

[Nant-users] problems compiling a simple ConsoleWindow application

2003-06-25 Thread Holden, Mark
I'm trying to get a simple ConsoleApplication built. compile.executables: [echo] visualstudio.project.ConsoleApplication1.assemblyname [echo] visualstudio.project.ConsoleApplication1.assemblyname [vbc] Compiling 1 files to C:\dev\CustomerCentricity\foo\build\bin\ConsoleApplication

Re: [Nant-users] Solution task and multilanguage resources?

2003-06-25 Thread Ian MacLean
Do you know if localised resources work with the csc task ? Could you please add a bug entry to http://sourceforge.net/tracker/index.php for the localised resources issue for the solution task. Ian Hi, I have a project containing localized resources (StringTable.fr.resx along with StringTable.

[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 to

RE: [Nant-users] Deplyment Package??

2003-06-25 Thread Erv Walter
I believe there is an 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 to b

RE: [Nant-users] ASP.net projects

2003-06-25 Thread Erv Walter
ASP.NET is not that complex. It's basically just a bunch of text files (*.as?x and web.config) along with a class library (or several class libraries). We just build all the code-behind classes into a single class library assembly. We then copy all the text files and any dependencies to their fi