Re: [NAnt-users] Query regarding nant contrib and Installshield.

2006-11-29 Thread Craig Wagner
You'll need to download the InstallShield StandAlone builder. You also need to copy the merge modules to the build machine. Then you can set up an task like the following. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gary Feldman Sent: Wedne

RE: [NAnt-users] Nant build traversing directories

2006-05-16 Thread Craig Wagner
Our master build file does the first part. However, it doesn't care about dependencies. Any dependencies we have we address through the solutions (i.e. if one project depends on another, they are both in the same solution so that the solution can track the dependencies).

RE: [NAnt-users] nant solution file not building solution

2006-02-14 Thread Craig Wagner
Try deleting your obj folder as well as your bin folder when you do the clean. -Original Message- Does anyone have any answers? Is there some undocumented parameter I can use to force rebuilding? *** Note: The information

RE: [NAnt-users] Circular reference to detected in project

2006-02-13 Thread Craig Wagner
x27;m guessing that VS.NET didn't have a problem with it because it uses the project names to track dependencies while NAnt uses the project GUIDs. -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Monday, February 13, 2006 11:44 AM To: Craig Wagner;

[NAnt-users] Circular reference to detected in project

2006-02-13 Thread Craig Wagner
I'm getting this message when using the task.   I've stripped my .build file to the following:   http://nant.sf.net/release/0.85-rc3/nant.xsd">            solutionfile="FileListenerService.sln"    includevsfolders="false"    configuration="Release"   

RE: [Nant-users] Get VSS Labelled version

2005-04-19 Thread Craig Wagner
Lopez Mena [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 19, 2005 9:18 AMTo: Craig Wagner; nant-users@lists.sourceforge.netSubject: RE: [Nant-users] Get VSS Labelled version Hello everyone,   It looks like the VSS has a bug, because I can see the folder creation but for some reason there is

RE: [Nant-users] Get VSS Labelled version

2005-04-19 Thread Craig Wagner
Title: RE: [Nant-users] Get VSS Labelled version         localpath="..\..\..\..\libraries\dotNET\Microsoft\EnterpriseLibrary\bin"    replace="true"    removedeleted="true"    dbpath="${vssPath}"    version="${build.label}"  path="$/Appli

RE: [Nant-users] Pulling in assembly references

2005-04-05 Thread Craig Wagner
he /r line makes me curious though. The other weird thing is that it is copying the Aspose.Excel.xml file from the install location to my bin folder.   As I said, I've got a workaround by adding the includevsfolders="false" to the task, but it is odd. From: Gert Driesen [

[Nant-users] Pulling in assembly references

2005-04-04 Thread Craig Wagner
rogram Files\Aspose\Aspose.Excel\Bin.   I believe I've solved the problem by adding the includevsfolders attribute.   I'd still like to know why I was getting different behavior from VS.NET vs nant.   -- Craig Wagner  

RE: [Nant-users] Solution Task Error

2004-12-16 Thread Craig Wagner
I've run into it.   From what I've been able to figure out, NAnt looks in the registry to find the location of the SDK. But apparently the keys in the registry are different depending on whether the SDK was installed as part of a VS.NET installation or standalone.   Look in your nant.exe.conf

[Nant-users] Framework not available or not configured

2004-12-16 Thread Craig Wagner
Below is the [trimmed] output from a nant run. I understand what the error is telling me and how to fix it, but I'm confused about how we get to that point. It appears to successfully build the Nwea.Core and Nwea.Pdf projects out of the solution but then dies when trying to build Nwea.Data. What

RE: [Nant-users] Framework not available or not configured

2004-12-16 Thread Craig Wagner
out how to fix it). -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Thursday, December 16, 2004 9:50 AM To: Craig Wagner; [EMAIL PROTECTED] Subject: Re: [Nant-users] Framework not available or not configured Craig, In order to compile resource files or import

RE: [Nant-users] VSS 6.0d Recusive Get Fails

2004-12-16 Thread Craig Wagner
If it's the same problem I ran into it is a bug in VSS not nantcontrib. There is a hotfix available for it from Microsoft. http://support.microsoft.com/default.aspx?scid=kb;en-us;837417 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Heyworth Sent:

RE: [Nant-users] Invalid element . Unknown task or datatype.

2004-12-09 Thread Craig Wagner
I wasn't paying attention and originally sent this to Gert instead of the list. Apologies.   I'm interested in your PS comment. I thought that the NAntContrib assemblies were all private so I just copied them to the nant\bin folder. Should I have installed them in the GAC or is there an ent

RE: [Nant-users] VS.NET and NAnt version issue

2004-11-30 Thread Craig Wagner
I'm not sure I understand why you can't keep them in a solution. Maybe I'm just tired today, but I don't see a circular reference problem with the project dependencies that you have described. You might want to just lock down your version numbers so developers have to change them rather than chang

RE: [Nant-users] Error Building Web Project

2004-11-29 Thread Craig Wagner
I'm building a couple of web projects as well. What I found was that if you use the tag you don't need to create the IIS virtual directory at all. My build will work on any machine just by pulling the .build file out of VSS and running nant against it. Here's my .build file.

[Nant-users] Overwriting properties

2004-11-19 Thread Craig Wagner
the heck am I doing wrong? --- Craig Wagner --- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Jav

[Nant-users] System.AppDomainUnloadedException in 0.85

2004-11-19 Thread Craig Wagner
[EMAIL PROTECTED](Void* , UInt32 , Void* ) BUILD SUCCEEDED Total time: 0.7 seconds. --- Craig Wagner --- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relationa