Re: [Nant-users] Problem with solution task

2004-11-30 Thread Obtenebration
Hi, I have discovered more or less what seems to be the problem. The problem is related to the task called by the task. The problem is that I have the files like this: engine - game --- version.h --- version.cpp -- platform --- platform.h In the

[Nant-users] Problem with solution task

2004-11-29 Thread Obtenebration
Hi, I have a big project to compile. Its structure is more or less like this [and I cannot change it]: projectX --- engine - math - platform - etc... --- exporter --- vc6 --- vc7 --- etc... I have created a .bui

Re: [Nant-users] Problem with solution task

2004-09-17 Thread Gert Driesen
Stephen, Can you please provide a small repro for this issue ? Thanks, Gert - Original Message - From: "Stephen Lewis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 18, 2004 12:48 AM Subject: [Nant-users] Problem with solution task I am t

[Nant-users] Problem with solution task

2004-09-17 Thread Stephen Lewis
I am trying to move my build files from a single .build file for each project to using tasks. After using a 0.85 Nant build from May for several months, I updated to the latest nightly build today. I am having trouble building one of the projects in the solution. Here is an excerpt from the log

Re: [Nant-users] Problem with solution task

2004-08-18 Thread Gert Driesen
<[EMAIL PROTECTED]> Sent: Wednesday, August 18, 2004 11:10 PM Subject: Re: [Nant-users] Problem with solution task Gert, Thank you so much! i got the latest nightly build and my issue is fixed now. Build can now reference the assembly folders for dlls. But iam getting stuck with another er

Re: [Nant-users] Problem with solution task

2004-08-18 Thread Madhan Retnaswamy
PROTECTED]> > To: "Gert Driesen" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]>; "NAnt Users Mailing List" > <[EMAIL PROTECTED]> > Sent: Wednesday, August 18, 2004 1:14 AM > Subject: Re: [Nant-users] Problem with solution task > > > Gert

Re: [Nant-users] Problem with solution task

2004-08-18 Thread Gert Driesen
;[EMAIL PROTECTED]>; "NAnt Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, August 18, 2004 1:14 AM Subject: Re: [Nant-users] Problem with solution task Gert, I just downloaded the latest nightly build which you uploaded today. I tried to build Nant using the build file w

Re: [Nant-users] Problem with solution task

2004-08-17 Thread Merrill Cornish
Madhan, If you are running on Windows, just use the executables in the nigthly build without trying to rebuild them. Good luck, Merrill --- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $

Re: [Nant-users] Problem with solution task

2004-08-17 Thread steve_hager
"NAnt Users Mailing List" <[EMAIL PROTECTED]>, "Madhan Retnaswamy" <[EMAIL PROTECTED]> |

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
; > Cc: <[EMAIL PROTECTED]>; "NAnt Users Mailing List" > > <[EMAIL PROTECTED]> > > Sent: Tuesday, August 17, 2004 7:10 PM > > Subject: Re: [Nant-users] Problem with solution task > > > > > Hi Gert/Steve, > > > > > >

Re: [Nant-users] Problem with solution task

2004-08-17 Thread Madhan Retnaswamy
Original Message - > From: <[EMAIL PROTECTED]> > To: "Gert Driesen" <[EMAIL PROTECTED]> > Sent: Tuesday, August 17, 2004 2:27 AM > Subject: Re: [Nant-users] Problem with solution task > > > > > > > > > > > Hi Gert > >

Re: [Nant-users] Problem with solution task

2004-08-17 Thread Gert Driesen
ECTED]> Cc: <[EMAIL PROTECTED]>; "NAnt Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, August 17, 2004 7:10 PM Subject: Re: [Nant-users] Problem with solution task Hi Gert/Steve, Thanks Steve for sending that repro for Gert and thanks Gert for taking up the

Re: [Nant-users] Problem with solution task

2004-08-17 Thread Gert Driesen
TECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Sent: Tuesday, August 17, 2004 2:27 AM Subject: Re: [Nant-users] Problem with solution task Hi Gert I have managed to reproduce this behaviour with the following sample code (See attached

[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] Problem with solution task

2004-08-15 Thread Gert Driesen
Steve, As always: please provide a small repro for this issue. Thanks ! Gert - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 16, 2004 8:01 AM Subject: [Nant-users] Problem with solution task Hi, I'm a having trouble wi

[Nant-users] Problem with solution task

2004-08-15 Thread steve_hager
Hi, I'm a having trouble with the task with respect to the build order. The project structure is as follows ... Basically 'Project A' contains 'Class A' and 'Exception Class A'. 'Exception Class A' inherits from 'My Base Exception' which is contained in 'Utility Assembly' 'Pr

[Nant-users] Problem with solution task and doc-generation

2004-02-12 Thread Florian Benischke
Hi,   I have a problem using the solution task. I use the solution task by including the project files, not calling the solution.   In one of my projects there I included the documentation-file task (=generate an xml doc file). When nant tries to build these project, it fails saying th

RE: [Nant-users] Problem with solution task

2003-12-17 Thread Scott Ford
:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 11:24 AM To: [EMAIL PROTECTED] Cc: Scott Ford Subject: RE: [Nant-users] Problem with solution task Hi Scott I tried with build of 2003-12-13 but with the same results. Some further investigation revealed the following: The main difference

RE: [Nant-users] Problem with solution task

2003-12-17 Thread Tony . Day
On Behalf Of [EMAIL PROTECTED] Sent: Monday, December 15, 2003 8:07 AM To: [EMAIL PROTECTED] Subject: [Nant-users] Problem with solution task Hi I am using nant-0.8.2 stable release to build a number of VB.Net projects (using the task for the actual build). Everything seems to work fine except f

RE: [Nant-users] Problem with solution task

2003-12-15 Thread Scott Ford
] Problem with solution task Hi I am using nant-0.8.2 stable release to build a number of VB.Net projects (using the task for the actual build). Everything seems to work fine except for the last project in the set. Nant reports success but the built executable (winexe) appears to have a memory

[Nant-users] Problem with solution task

2003-12-15 Thread Tony . Day
Hi I am using nant-0.8.2 stable release to build a number of VB.Net projects (using the task for the actual build). Everything seems to work fine except for the last project in the set. Nant reports success but the built executable (winexe) appears to have a memory exception (Application Error -

Re: [Nant-users] Problem with solution task - GetDepenencyFromProjects

2003-09-08 Thread Gert Driesen
t - Original Message - From: "Martin Webrant TACMa" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 08, 2003 11:04 AM Subject: [Nant-users] Problem with solution task - GetDepenencyFromProjects > I fetched 0.8.4 from CVS since 0.8.3 doesn

[Nant-users] Problem with solution task - GetDepenencyFromProjects

2003-09-08 Thread Martin Webrant TACMa
I fetched 0.8.4 from CVS since 0.8.3 doesn't work with Link attributes in project file (791819). Although I know the link bug should be fixed I cant try it out cause I ran into a new bug... The sample project I tried is attached to this bugreport http://sourceforge.net/tracker/index.php?func=detail

[Nant-users] Problem with Solution Task with 0.8.2 on VW.NET 2003

2003-07-20 Thread Medcoff, Charles
I realize now that 0.8.2 does not support the task. I hope that this makes the maintainers of the website aware of the danger of posting the user docs for a release candidate instead of posting the docs for the most resent release version. ONLY POST THE DOCUMENTATION FOR THE MOST RESENT RELEASE!

Re: [Nant-users] Problem with Solution Task with 0.8.2 on VW.NET 2003

2003-07-19 Thread N. V.
Chuck If i remember correctly, the task wasn't part of the 0.8.2 version of NAnt, it's a new task in the 0.8.3 version. Nick From: "Medcoff, Charles" <[EMAIL PROTECTED]> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: [Nant-users]

[Nant-users] Problem with Solution Task with 0.8.2 on VW.NET 2003

2003-07-18 Thread Medcoff, Charles
I'm new to NAnt and just downloaded and installed 0.8.2. I've written a build file that includes a solution task but NAnt doesn't seem to know what it is. As a santity check I took the build file from the documentation and added a soltution task as shown below: The Hello World of build fil