Re: [Nant-users] task.

2004-09-17 Thread Madhan Retnaswamy
Thanks James, I will look into those links and see if i can generate a msi file for my solution. I am kind of interested with converting the .vdproj to xml build scripts for generating the msi. is there any sample for this that you can throw? that would be helpful. Thanks, Madhan. On Fri, 17 Se

[Nant-users] task.

2004-09-17 Thread Madhan Retnaswamy
Hello Guys, Could anyone please let me know whats the best and simple way to create a msi file with NAnt. A sample build file with task in it will be very helpful and also a brief description of what all the nested task within the task means. thanks, Madhan. -

Re: [Nant-users] Error with license.licx which comes with Active Reports.

2004-09-07 Thread Madhan Retnaswamy
Gert, Just wondering if you were able to download the trial version of Active Reports. Please let me know if you were able to reproduce the licenses issue with Active Reports. Thanks, Madhan. On Tue, 7 Sep 2004 09:20:35 -0700, Madhan Retnaswamy <[EMAIL PROTECTED]> wrote: > Gert, >

Re: [Nant-users] Error with license.licx which comes with Active Reports.

2004-09-07 Thread Madhan Retnaswamy
adhan. On Tue, 7 Sep 2004 07:48:57 +0200, Gert Driesen <[EMAIL PROTECTED]> wrote: > > - Original Message - > From: "Madhan Retnaswamy" <[EMAIL PROTECTED]> > To: "Gert Driesen" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> >

Re: [Nant-users] Error with license.licx which comes with Active Reports.

2004-09-06 Thread Madhan Retnaswamy
reate a repro for this ? > > Gert > > > > ----- Original Message - > From: "Madhan Retnaswamy" <[EMAIL PROTECTED]> > To: "Gert Driesen" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Saturday, September 04, 2004 12:59

Re: [Nant-users] Error with license.licx which comes with Active Reports.

2004-09-03 Thread Madhan Retnaswamy
ECTED]> wrote: > Madhan, > > You should add a refererence for the ActiveReports assembly to the > task : > > > > > > > > or you could leave it up to the task to handle this. > > Gert > > > > > - Original Message -

[Nant-users] Error with license.licx which comes with Active Reports.

2004-09-03 Thread Madhan Retnaswamy
Gert, Thanks very very much SP3 did the magic and my vbc compiler error vanished... Now there is a new error with lc.exe compiling the license.licx files that comes with DataDynamics Active Reports. I am assuming that this should be a simple fix in the build script. I have seen some people al

[Nant-users] Re: Problems with Project references which are more than one level deep.

2004-09-01 Thread Madhan Retnaswamy
greatly appreciated. Madhan. On Wed, 1 Sep 2004 14:23:34 -0700, Madhan Retnaswamy <[EMAIL PROTECTED]> wrote: > Hi Gert, > > I just grabed this email from the

[Nant-users] Problems with Project references which are more than one level deep.

2004-09-01 Thread Madhan Retnaswamy
Hi Gert, I just grabed this email from the NAnt user group. -- I just downloaded the 8/17 nightly build of NAnt 0.85 and am seeing an issue with project references that does not see

Re: [Nant-users] Problem with the latest nightly build.

2004-08-26 Thread Madhan Retnaswamy
duce this issue, and you can use it to bring this issue to the > attention of MS ... > > Gert > > > > - Original Message - > From: "Madhan Retnaswamy" <[EMAIL PROTECTED]> > To: "Gert Driesen" <[EMAIL PROTECTED]>; "Castro, Edwin Gabrie

Re: [Nant-users] Problem with the latest nightly build.

2004-08-25 Thread Madhan Retnaswamy
slnCFocus\CFocus\Activities\TakeCalls\AccountInformation\UserControls\ucServiceCallInformation.ascx.vb" > "C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocus\Exceptions\ucDisplayError.ascx.vb" > "C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocus\A

Re: [Nant-users] Problem with the latest nightly build.

2004-08-24 Thread Madhan Retnaswamy
used [snip] cause there's more components to build. I'm using this method > for now. At a later date I will be converting to use solution tasks and *.sln files. > > Felice > > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROT

Re: [Nant-users] Problem with the latest nightly build.

2004-08-24 Thread Madhan Retnaswamy
age- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Madhan > Retnaswamy > Sent: Monday, August 23, 2004 5:59 PM > To: Felice Vittoria; [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: [Nant-users] Problem with the latest nightly build. > > Hi Guys,

Re: [Nant-users] Problem with the latest nightly build.

2004-08-23 Thread Madhan Retnaswamy
> > The latest nightly build is nant-0.85-20040820 ... try that. > > Felice > > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Madhan > Retnaswamy > Sent: Monday, August 23, 2004 1:33 PM > To: [EMAIL PROTECTED

Re: [Nant-users] Problem with the latest nightly build.

2004-08-23 Thread Madhan Retnaswamy
ken, then this is an issue with vbc (the MS VB.NET compiler) > in .NET 1.0. > > Gert > > > > ----- Original Message - > From: "Madhan Retnaswamy" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Monday

[Nant-users] Problem with the latest nightly build.

2004-08-23 Thread Madhan Retnaswamy
Hello Guys!!! I am using the latest nightly build - nant-0.85-20040817, with .NET Run time version 1.0. i have both SDK 1.0 and SDK 1.1 installed and iam getting this error when trying to build my solution. [solution] vbc : Command line error BC2001 : file 'C:\Development\VisualStudioNet\Project

Re: Re: [Nant-users] Command line error BC2001: file could not be found.

2004-08-20 Thread Madhan Retnaswamy
Merril, "C:\Development\VisualStudioNet\Projects\sysCFocus\slnCFocus\CFocus\Activities\TakeC"? "TakeC" at the end of this file path is actually a folder called "TakeCalls". And there are nearly 200 files inside that folder (aspx.vb files, aspx.resx files and aspx files). Well...When i looked in

[Nant-users] Re: Command line error BC2001: file could not be found.

2004-08-20 Thread Madhan Retnaswamy
Hello All, I am using the latest nightly build - NAnt 0.85 (Build 0.85.1690.0; net-1.0.win32; nightly; 8/17/2004) using .NET Frame work 1.0 This is the error iam getting... [solution] vbc : Command line error BC2001 : file 'C:\Development\VisualStudioNet\Projects\sysCFocu s\slnCFocus\CFocus\Act

[Nant-users] Command line error BC2001: file could not be found.

2004-08-20 Thread Madhan Retnaswamy
Hello All, I am using the latest nightly build - NAnt 0.85 (Build 0.85.1690.0; net-1.0.win32; nightly; 8/17/2004) using .NET Frame work 1.0 This is the error iam getting... [solution] vbc : Command line error BC2001 : file 'C:\Development\VisualStudioNet\Projects\sysCFocu s\slnCFocus\CFocus\Ac

RE: [Nant-users] Long path bug?

2004-08-19 Thread Madhan Retnaswamy
Hi Adrian, I have exactly the same issue as you have. i guess your Nant targets the frame work net-1.0. switch it to net-1.1 and it will work. But after i switch my Nant to build with framework net-1.1, i get a totally different error at a different place. This error says that some header property

Re: [Nant-users] Problem with solution task

2004-08-18 Thread Madhan Retnaswamy
EMAIL PROTECTED]> wrote: > Madhan, > > If you downloaded a nightly build, then you don't have to build NAnt as it > includes a fully functional version of NAnt. > > Gert > > > > - Original Message - > From: "Madhan Retnaswamy" <[EMAIL

Re: [Nant-users] Problem with solution task

2004-08-17 Thread Madhan Retnaswamy
your problem. > > Gert > > > > ----- Original Message - > From: "Madhan Retnaswamy" <[EMAIL PROTECTED]> > To: "Gert Driesen" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]>; "NAnt Users Mailing List" > <[EMAIL PR

Re: [Nant-users] Problem with solution task

2004-08-17 Thread Madhan Retnaswamy
o). > > > > Let me know if that also fixed your problem. > > > > Gert > > > > > > > > - Original Message - > > From: "Madhan Retnaswamy" <[EMAIL PROTECTED]> > > To: "Gert Driesen" <[EMAIL PROTECTED]> >

Re: [Nant-users] Problem with solution task

2004-08-17 Thread Madhan Retnaswamy
Hi Gert/Steve, Thanks Steve for sending that repro for Gert and thanks Gert for taking up the effort to fix this issue. Really appreciate this. I am wondering what do you mean by "This issue is fixed in cvs" . From where should i download this latest fix. Are nightly builds the cvs versions of NAn

[Nant-users] Problem with solution task

2004-08-16 Thread Madhan Retnaswamy
Hi Steve, I have exactly the same problem as you mentioned about the solution task. We have a DataAccess project and an Exception Management project. The Exception Management Project has direct file reference to 2 dlls of Microsoft Application Exception Blocks. But the DataAccess project also refe

Re: [Nant-users] Can we overrite a .vbproj file from NAnt to resolve some assembly reference?

2004-08-11 Thread Madhan Retnaswamy
ending it to me. > > Gert > > > > - Original Message - > From: "Madhan Retnaswamy" <[EMAIL PROTECTED]> > To: "Gert Driesen" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Tuesday, August 10, 2004 8:14 PM > Subject

Re: [Nant-users] Can we overrite a .vbproj file from NAnt to resolve some assembly reference?

2004-08-10 Thread Madhan Retnaswamy
version of NAnt are you using ? A lot of issues were fixed since the > 0.84 release, so I suggest trying a recent nightly build > (http://nant.sourceforge.net/nightly/builds). > > Gert > > > > - Original Message - > From: "Madhan Retnaswamy" <[EMAI

[Nant-users] Can we overrite a .vbproj file from NAnt to resolve some assembly reference?

2004-08-10 Thread Madhan Retnaswamy
Hello everybody Can we overrite the refrence section in a project file (.vbproj file) from NAnt???My build breaks at a point where it needs reference to third party dlls. i tried giving the reference to the dll folder in the , but its still not working. but if i manually overrite the project f

Re: [Nant-users] Build Breaks Down (error BC3007: Reference required to assembly. Add one to your Project)

2004-08-04 Thread Madhan Retnaswamy
using ? Can you try using a recent nightly > build ? > > Thanks, > > Gert > > > > > - Original Message - > From: "Madhan Retnaswamy" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, August 04, 2004 8:23 PM &g

[Nant-users] Build Breaks Down (error BC3007: Reference required to assembly. Add one to your Project)

2004-08-04 Thread Madhan Retnaswamy
Hello everybody I have a never ending problem with NAnt. I have 2 projects, DataAccess Project and Exception Management Project. The Exception Management Project has direct file references to 2 dlls (Microsoft Application Exception Blocks dlls). The DataAccess Project also references these dll

Re: [Nant-users] error BC3007: Reference required to assembly ( in

2004-08-03 Thread Madhan Retnaswamy
he version of NAnt that you are using? I used these versions: > > nant-0.85-20040707.zip > nantcontrib-0.85-20040524.zip > > The sample that I have email you works fine. > > Regards, > Brian Yeo > > >From: Madhan Retnaswamy <[EMAIL PROTECTED]> > >To: Br

[Nant-users] error BC3007: Reference required to assembly ( in not working)

2004-08-02 Thread Madhan Retnaswamy
Hello everybody I have a never ending problem with NAnt. I have 2 projects, DataAccess Project and Exception Management Project. The Exception Management Project has direct file references to 2 dlls (Microsoft Application Exception Blocks dlls). The DataAccess Project has a project reference t

[Nant-users] not working

2004-07-30 Thread Madhan Retnaswamy
Hi everybody and Merrill, I am not able to get my build working. This is my Build Script snap shot. The Build Script is not able to reference the dlls in the assembly forlder. It breaks at my DataAccess Project where i am referencing the Exception Management project which in turn r

Re: [Nant-users] merrill.cornish@earthlink.net

2004-07-30 Thread Madhan Retnaswamy
Hi Merril, I have attached my new build file with the change you mentioned me using 3 solution task. the build still breaks up with the error [solution] Starting solution build. [solution] Included projects: [solution] - C:\Dev

[Nant-users] merrill.cornish@earthlink.net

2004-07-29 Thread Madhan Retnaswamy
Hi, I am not able to get my build working. This is my Build Script snap shot. The Build Script is not able to reference the dlls in the assembly forlder. It breaks at my DataAccess Project where i am referencing the Exception Management project which in tur

Re: [Nant-users] Problem with task

2004-07-28 Thread Madhan Retnaswamy
Hi Merrill, Thanks very much for your quick response Well...actually I am using task under the task in my build file but for some reason the build is still not able to identify these dlls during execution. i tried adding some messages into the task to just see if the build process gets in

[Nant-users] Problem with task

2004-07-28 Thread Madhan Retnaswamy
Hello NAnt Geeks, I am an NAnt user trying to write a NAnt build script to build my project.It was interesting initially but then i was caught up with a stupid build failure error message which is really making me go mad ...I am wondering if you can help me in this.. I have 2 microsoft applicati