[NAnt-users] Build failed error in nant-0.85

2007-06-20 Thread agar1983
hi, While trying to build my .net solution i am getting comntinuing build with non-dependent builds. What can the cause for this and how to resolve this. please help in this.(Very Urgent) Thanks, Raja -- This message was sent on behalf of [EMAIL PROTECTED] at openSubscriber.com http://www.opensu

Re: [NAnt-users] BUILD FAILED...Unzip task error

2006-12-06 Thread Shawn
Does this path really have an apostrophe in it? 'COMPONENTS/3rdPartyDLL's/licenses.licx' If so, my guess is that's your problem - the SharpZipLib library most likely thinks the apostrophe is the end of the string. - Shawn Bobby Michael wrote: > Hi All, > > While I was working with Unzip task,

[NAnt-users] BUILD FAILED...Unzip task error

2006-12-06 Thread Bobby Michael
Hi All, While I was working with Unzip task, I was getting the following error. Can anybody please help me. BUILD FAILED C:\My Personals\NAnt Builds\unzip\unzip.build(5,2): Unable to expand 'COMPONENTS/3rdPartyDLL's/licenses.licx' to 'C:\My Personals\NAnt Builds\unzip\test1'.: NAnt.Core.BuildExc

Re: [Nant-users] BUILD FAILED::Could not find a '*.build' file in 'C:\Program Files\NAnt\bin'

2005-08-27 Thread Martin Gainty
Sent: Saturday, August 27, 2005 5:21 AM Subject: [Nant-users] BUILD FAILED::Could not find a '*.build' file in 'C:\Program Files\NAnt\bin' Hi Everyone, I have got WinXp installed on my laptop and has a .NET2003 version 1.1 installed on my computer. I downloaded the bin

[Nant-users] BUILD FAILED::Could not find a '*.build' file in 'C:\Program Files\NAnt\bin'

2005-08-27 Thread Amit Mohanty
Hi Everyone, I have got WinXp installed on my laptop and has a .NET2003 version 1.1 installed on my computer. I downloaded the binary zip files from the NAnt website and tried to run *C:\Program Files\NAnt\bin>nant NAnt 0.85 (Build 0.85.1932.0; rc3; 4/16/2005) Copyright (C) 2001-2005 Gerry Sha

[Nant-users] BUILD FAILED in .csprog with '=' in a WebReferenceUrl

2005-08-26 Thread Nielsen.Allan Rene Dystrup AND
I have this task in my Nant build file :    configuration="debug"    solutionfile="C:\projects\KMD.NI\KMD.NI.SdpiEws\KMD.NI.SdpiEws.sln"    verbose="true"  >      url="">      path="C:\projects\KMD.NI\KMD.NI.SdpiEws\KMD.NI.SdpiEws\KMD.NI.SdpiEws.csproj"  

[Nant-users] Build Failed white trying to reference external dlls

2005-05-03 Thread Madhavi Atmakur
Hi,   I am referencing 2 .net dlls in my project. Dlls are stored in a Dlls folder under the wwwroot\Project folder   Getting following error while trying to run the build from nant   Couldn't find referenced assembly 'C:\DOCUME~1\MADHAV~1\LOCALS~1\Temp\1\lebazmpt \http___management.

RE: [Nant-users] BUILD FAILED INTERNAL ERROR System.Net.WebException

2004-09-14 Thread Ankita Kapadia
From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 11:11 PM To: Ankita Kapadia; [EMAIL PROTECTED] Subject: Re: [Nant-users] BUILD FAILED INTERNAL ERROR System.Net.WebException Hi Ankita, WebDAV access for web projects has been deprecated (in NAnt 0.85). I suggest usin

Re: [Nant-users] BUILD FAILED INTERNAL ERROR System.Net.WebException

2004-09-14 Thread Gert Driesen
tasks/solution.html for an example (which requires a 0.85 nightly build). Hope this helps, Gert - Original Message - From: "Ankita Kapadia" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 14, 2004 12:57 PM Subject: [Nant-users] BUILD FAILED INTERNAL ER

[Nant-users] BUILD FAILED INTERNAL ERROR System.Net.WebException

2004-09-14 Thread Ankita Kapadia
Hi, I am trying to build a project with the following task:-   But I get an error Here is the output:-    F:\myfolder\MSFT>nantNAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003)Copyright (C) 2001-2003 Gerry Shawhttp://nant.sourceforge.net   Buildfile: file:///F:/myfolder/MSFT

AW: [Nant-users] Build failed.

2004-06-21 Thread Florian Benischke
://www.a-w.de   -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Im Auftrag von Arun Prakash Balakrishnan Gesendet: Montag, 21. Juni 2004 16:47 An: [EMAIL PROTECTED] Betreff: [Nant-users] Build failed.   Hi,   I am trying to build a project directory with nant

[Nant-users] Build failed.

2004-06-21 Thread Arun Prakash Balakrishnan
Hi,   I am trying to build a project directory with nant. I am getting build failed. It says. unable to find the file csc.exe   It is looking for the csc.exe in v1.0.0334( not exactly sure.. but v1.0 ) of .Net frramework. ( this folder doesnt have csc.exe ). the current version of .Net framework i

Re: [Nant-users] BUILD FAILED on mono 0.30.1

2004-02-22 Thread Jaroslaw Kowalski
t; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, February 22, 2004 1:54 PM Subject: Re: [Nant-users] BUILD FAILED on mono 0.30.1 > Rodrigo, > > We'll look into this issue as soon as possible, but right now NAnt is not > functional on Mono/Linux due to a regression o

Re: [Nant-users] BUILD FAILED on mono 0.30.1

2004-02-22 Thread Gert Driesen
February 20, 2004 10:16 PM Subject: [Nant-users] BUILD FAILED on mono 0.30.1 > After: > > make clean > make > > I get: > > BUILD FAILED > > /home/rodrigob/dotnet/nant/NAnt.build(106,9): > Unexpected token 'RightCurlyBrace'.

[Nant-users] BUILD FAILED on mono 0.30.1

2004-02-20 Thread Rodrigo B. de Oliveira
After: make clean make I get: BUILD FAILED /home/rodrigob/dotnet/nant/NAnt.build(106,9): Unexpected token 'RightCurlyBrace'. Expression: ${nant.platform.win32 and framework::exists('net-1.0')} Environment: * mandrake linux 9.1 * latest mono tarball (0.30.1)

[Nant-users] Build failed

2003-03-11 Thread Jochen Berger
Hi! I've got a real big problem... This is part of my .build file:

Re: [Nant-users] Build Failed

2003-01-23 Thread Ian MacLean
Plip, you need to ensure csc.exe is in your search path. Run vsvars32.bat if you have viualstudio.net or just add C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705 or equivalent to your path. Ian (0.7.9.0) http://sourceforge.net/project/shownotes.php?release_id=94332 That version Ta, Plip. --

Re: [Nant-users] Build Failed

2003-01-23 Thread Phil Winstanley
(0.7.9.0) http://sourceforge.net/project/shownotes.php?release_id=94332 That version Ta, Plip. - Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> > Phil, > Which version of Nant are you running ? > > Ian --- This SF.NET

Re: [Nant-users] Build Failed

2003-01-22 Thread Ian MacLean
Phil, Which version of Nant are you running ? Ian I'm having problems building this application: - C:\Program Files\NAnt>bin\nant Buildfile: file:///C:/Program Files/NAnt/NAnt.build [tstamp] 22 January 2003 14:17:59 build: [mkdir] Creating directory C:\Program Files\NAnt\build [copy]

[Nant-users] Build Failed

2003-01-22 Thread Phil Winstanley
I'm having problems building this application: - C:\Program Files\NAnt>bin\nant Buildfile: file:///C:/Program Files/NAnt/NAnt.build [tstamp] 22 January 2003 14:17:59 build: [mkdir] Creating directory C:\Program Files\NAnt\build [copy] Copying 5 files to C:\Program Files\NAnt\build