[Nant-users] Nant MSI Task documenttion

2003-09-05 Thread Daya Sharma
Title: R: [Nant-users] how-to specify the framework version to use in order to build ? Hi All   Is there anyoher place from where I can get Nant's MSI task documentation? apart from http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/nantcontrib/NAntContrib/NAntContribInstall.include and http://na

RE: [Nant-users] Nant and Crystal Reports

2003-09-05 Thread Daya Sharma
et working. Regards, Brett -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daya Sharma Sent: Friday, 5 September 2003 5:31 AM To: [EMAIL PROTECTED] Subject: [Nant-users] Nand and Crystal Reports Hi All This is what I am trying to achieve. I am trying

[Nant-users] Nand and Crystal Reports

2003-09-04 Thread Daya Sharma
re is no way that I know of in Nant to specify Crystal Reports license key in CrystalReports_regwiz2003.msm (merged module). If I don't embed the Crystal Report license, then the deployed web app won't show any crystal reports and throw KeyCode related errors. Any help would be greatly

RE: Soltuion task (was RE: [Nant-users] slingshot task)

2003-08-28 Thread Daya Sharma
If you use hippo.net .csproj or .vbproj to .build conversion utility. Then you don't need worry about this exception. As far as copying of build files are concerned you can use the task with includes and excludes in fileset. -daya -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Soltuion task (was RE: [Nant-users] slingshot task)

2003-08-28 Thread Daya Sharma
I would recommend you use either the task of Nant or use http://www.leadit.be/buildfilebuilder/Default.aspx online Hippo a tool to convert VS's project file into Nant build files. You can make a build file for each project. -daya -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [Nant-users] nant Task with inheritall

2003-08-28 Thread Daya Sharma
I think inheritall was intended to pass on the properties to the sub-build and its the basic inheritance concept that the sub-build or children cannot change properties of the parent. So I think inheritall is just fine. What you might want to do is not use a subbuild at all, instead use task to

RE: [Nant-users] Slingshot

2003-08-28 Thread Daya Sharma
hi there if you want to use slingshot just to compile VS's (.sln) solution and its projects. I would recommend you use either the task of Nant or use http://www.leadit.be/buildfilebuilder/Default.aspx online Hippo a tool to convert VS's project file into Nant compatible build files. -daya

RE: [Nant-users] SubProject Build

2003-08-28 Thread Daya Sharma
Hi Stephan The only place I know where you can change directory is basedir attribute of element. Something like this here I am just moving one notch up the hierrarchy tree. So for your project two build files yes you will need to set different values for these 2 basedir's. Hope this helps.

RE: [Nant-users] CS0246

2003-08-27 Thread Daya Sharma
Hi Yoram I would recommend you try "asis" attribute of element. So your includes will look like asis=true disables checking for the existence of the dll, asis=false enables checking for the existence of dll. Also make sure you are using DOS 8.x naming convention for your dll file na

[Nant-users] Solution task and .vdproj Visual Deployment Project

2003-08-26 Thread Daya Sharma
Hi All Has any one successfully used Nant's Solution task or any other tool to build a Visual Deployment project (.vdproj file). I need to create a setup.exe using this .vdproj file (or some combination of Nant) and be able to specify License key for Crystal_regwiz2003.msm (Crystal Reports Wizard

[Nant-users] Output of NUnit2 task and subtask test

2003-08-21 Thread Daya Sharma
Hi All I was wondering how can I capture the output of a NUnit2 task in my build script. Can it be captured as a xml file which I can later transform into HTML?? Something like this I am using Nant 0.8.3-rc2. Thanks in advance. -daya -

[Nant-users] Deployment of asp.net app using Nant

2003-08-20 Thread Daya Sharma
sliently i.e. without any manual intervention, in other words non-GUI installation. Your input will be highly appreciated. Thanks in advance. Daya Sharma --- This SF.net email is sponsored by Dice.com. Did you know that Dice has over 25,000 tech

RE: [Nant-users] Replace Task in Nant

2003-08-20 Thread Daya Sharma
semblyVersion("${project.version}")"> > | > | > | > | > | > | I'm also thinking about using this task to insert / ensure > | standard license header (BSD, GPL) into source files, but > | perhaps that should be another task. >

[Nant-users] Replace Task in Nant

2003-08-19 Thread Daya Sharma
Hi All I think it will be wonderful to have a Replace task in Nant, much like it is in ANT http://ant.apache.org/manual/CoreTasks/replace.html . This is specially useful for cases like changing the value of the project URL in .sln file when using Solution task. e.g. to change "http://localhost/ip

[Nant-users] Replace Task in Nant

2003-08-19 Thread Daya Sharma
Hi All I think it will be wonderful to have a Replace task in Nant, much like it is in ANT http://ant.apache.org/manual/CoreTasks/replace.html . This is specially useful for cases like changing the value of the project URL when using Solution task. Case in point is the following that I had to wri

RE: [Nant-users] Help with versiontask and build output log

2003-08-18 Thread Daya Sharma
raconet.sourceforge.net service for continous integration. Though I still need to figure out how to schedule a build and have the build log emailed to interested parties. Hope this helps. -daya sharma -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Edmund