RE: [Nant-users] Nand and Crystal Reports

2003-09-04 Thread Brett Michael
Daya, You should be able to embed the reports by adding them as resources in the csc or vbc task? Am I right in this guys? As for deployment, this is a little more difficult. I would suggest switching to innosetup and using the untidytasks for nant which includes an innosetup compile script. Then

[Nant-users] Nand and Crystal Reports

2003-09-04 Thread Daya Sharma
Hi All This is what I am trying to achieve. I am trying to build a C# ASP.net project containing Crystal Reports. The problems I am facing are. 1. When compiling my project using Nant, Crystal Reports are not being embedded in the manfiest of the project assembly (the dll generated from build).

Re: [Nant-users] nant-0.8.3-rc3 could not find a '*.build' file

2003-09-04 Thread Ian MacLean
Monroziés Pierre Jean wrote: I m a newbie in using Nant. I have had an installation pb. When the files have been extracted, I tried to run Nant and expected that it build itself. It seems that It partialy succeed. The tests wasn’t build. really ? Can you post the command you used and what faile

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

2003-09-04 Thread Tom Morgan
Jonathan,   Could you send me your scripts?  I'm trying to do the same thing.  What happens if you copy DLLs and files overtop a running system? (I know what the answer should be, it just keeps running with your new code). Do you have to stop and restart the IIS service?  How do you do this

[Nant-users] nant-0.8.3-rc3 could not find a '*.build' file

2003-09-04 Thread Monroziés Pierre Jean
Hy,   I m a newbie in using Nant. I have had an installation pb. When the files have been extracted, I tried to run Nant and expected that it build itself. It seems that It partialy succeed. The tests wasn’t build.   Nevermind , I try to launch Nant with the instruction nant. And it rep