RE: [nant-dev] rc3 bootstrap

2005-05-03 Thread Gert Driesen
Hi Martin, This was fixed after the rc3 release. Thanks for reporting it anyway ! Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Aliger Sent: maandag 2 mei 2005 10:53 To: nant-developers@lists.sourceforge.net Subject: [nant-dev]

[nant-dev] Nant-085-rc3 build doesn't work

2005-05-03 Thread Espen Frimann Koren
Hi. I can install the binary version, so it is not a very important problem, but the build does not work for me. It seems like the bootstrap is built correctly, but when running the following task: [nant] P:\nant-0.85-rc3\src\NAnt.Core\NAnt.Core.build build I get the following error:

[nant-dev] 0.85 RC3 - log4net not matching assembly reference

2005-05-03 Thread Kristján Guðni Bjarnason
Hi, Downloaded NAnt 0.85 Release Candidate 3 earlier today and now creating my first .build file. One of the first tasks I tried was to run cvs-pass and for some reason I always get internal error. My target is like this: target name=cvslogin description=get latest source from cvs

[nant-dev] SVN Check Out Problem.

2005-05-03 Thread liyu
Dear All, I have nant build file for svn check out for my build. However it gave some errors and the message displayed Please send bug report to nant-developers@lists.sourceforge.net The output log file and NANT build script files are attached. I request you all to

Re: [nant-dev] FW: [Nant-users] How to generate the doc on demand?

2005-05-03 Thread Julien Sobrier
Gary Feldman a écrit : This looks like a good idea, but could be difficult to do generally across all tasks. In the meantime, a simple approach that works today is to duplicate the task invocation with if/unless attributes, and use a property to indicate which to do: In the setup targets:

[nant-dev] Bug: nant 0.85 RC3

2005-05-03 Thread Jacob Anderson
BUILD FAILED INTERNAL ERROR System.IO.FileLoadException: The located assembly's manifest definition with name 'log4net' does not match the assembly reference. File name: log4net at ICSharpCode.SharpCvsLib.FileSystem.Manager..ctor(DirectoryInfo workingDir) at

[nant-dev] (no subject)

2005-05-03 Thread stef.spikker
BUILD FAILED INTERNAL ERROR System.Runtime.InteropServices.COMException (0x80040154): COM object with CLSID {3A593178-644A-11D7-B316-0800209CC2CE} is either not valid or not registered. at NAnt.Contrib.Tasks.StarTeam.StarTeamTask.openView() at

[nant-dev] Build failure when using Infragistics

2005-05-03 Thread E.Treur
Title: Build failure when using Infragistics We are using Infragistics Netadvantage 2005 in one of our Windows forms projects. When we try to compile the solution using NAnt we get the following error: BUILD FAILED INTERNAL ERROR System.IO.FileLoadException: Assembly

[nant-dev] Crash when using pkg-references

2005-05-03 Thread Pascal Giard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, ~ i can't get pkg-references to work w/in a csc task. i'm using mono under Debian GNU/Linux unstable. Here's the output: [...] BUILD FAILED INTERNAL ERROR System.InvalidCastException: Cannot cast from source type to destination type. in 0x000b5

[nant-dev] Nant Error on ZIP Compression

2005-05-03 Thread Briggs, Jack @ CORP SEA
I'm getting the following error on using the Zip Task in NAnt v .85 rc 3 April 20, 2005 build. Any help on how to resolve this would be great. Thanks. zip ziplevel="9" zipfile="${backup.dir}\${build.date}_bin.zip" fileset basedir="${bin.dir}" include name="*.*" / /fileset /zip

[nant-dev] Error on building nant

2005-05-03 Thread Brecht Yperman
Using: nmake -f Makefile.nmake install prefix=c:\Program Files On: OS: Windows XP Professional SP 2 .NET Framework v. version 1.1.4322.573 In the Visual Studio .NET 2003 command Prompt Output: if not exist bootstrap md bootstrap if not exist bootstrap\lib md bootstrap\lib

[nant-dev] Internal Error during build.

2005-05-03 Thread David Trumbell
Im trying to set up NAnt but I cant build because I keep receiving the same error message: BUILD FAILED INTERNAL ERROR System.ComponentModel.Win32Exception: The system cannot find the file specified at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)

[nant-dev] [ nant-Bugs-1192677 ] ReplaceTokens does not allow empty values

2005-05-03 Thread SourceForge.net
Bugs item #1192677, was opened at 2005-04-29 22:09 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1192677group_id=31650 Category: Tasks Group: 0.85 Status: Closed Resolution: Fixed Priority: 5

[nant-dev] [ nant-Bugs-1190785 ] .resx version problem

2005-05-03 Thread SourceForge.net
Bugs item #1190785, was opened at 2005-04-27 08:05 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1190785group_id=31650 Category: Core Group: 0.85 Status: Open Resolution: None Priority: 5

[nant-dev] [ nant-Bugs-1187374 ] Invalid ResX input

2005-05-03 Thread SourceForge.net
Bugs item #1187374, was opened at 2005-04-21 15:45 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1187374group_id=31650 Category: Other Group: 0.85 Status: Open Resolution: None Priority: 5

RE: [nant-dev] 0.85 RC3 - log4net not matching assembly reference

2005-05-03 Thread Morris, Jason
I believe that this was the same problem that I ran in to. Gert has posted a fix for this, but you will have to download a nightly build. The first one that I got to work was the nightly on 20-Apr. Jason -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

[nant-dev] [ nant-Bugs-1190966 ] C++ /clr option ignored on file basis

2005-05-03 Thread SourceForge.net
Bugs item #1190966, was opened at 2005-04-27 14:41 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1190966group_id=31650 Category: Tasks Group: 0.85 Status: Closed Resolution: Fixed Priority: 5

RE: [nant-dev] Nant-085-rc3 build doesn't work

2005-05-03 Thread Gert Driesen
Hi Espen, This was fixed since (in cvs). Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Espen Frimann Koren Sent: maandag 18 april 2005 9:59 To: nant-developers@lists.sourceforge.net Subject: [nant-dev] Nant-085-rc3 build doesn't work

[nant-dev] [ nant-Bugs-1188394 ] NAnt fails to compile if XML Documentation File entry is set

2005-05-03 Thread SourceForge.net
Bugs item #1188394, was opened at 2005-04-23 01:42 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1188394group_id=31650 Category: Core Group: 0.85 Status: Closed Resolution: Fixed Priority: 5

RE: [nant-dev] Error on building nant

2005-05-03 Thread Gert Driesen
Brecht, This has since been fixed (in cvs). Thanks for the report ! Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brecht Yperman Sent: maandag 2 mei 2005 15:30 To: nant-developers@lists.sourceforge.net Subject: [nant-dev] Error on

RE: [nant-dev] Build failure when using Infragistics

2005-05-03 Thread Gert Driesen
Title: Build failure when using Infragistics Hi Edwin, Can you send me a small repro for this issue ? Thanks ! Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: woensdag 27 april 2005 10:32To:

RE: [nant-dev] Internal Error during build.

2005-05-03 Thread Gert Driesen
David, What version of NAnt are you using ? Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David TrumbellSent: dinsdag 19 april 2005 0:23To: nant-developers@lists.sourceforge.netSubject: [nant-dev] "Internal Error" during build. Im trying

[nant-dev] [ nant-Bugs-1187957 ] Error including build file with additional tasks (as script)

2005-05-03 Thread SourceForge.net
Bugs item #1187957, was opened at 2005-04-22 12:00 Message generated for change (Settings changed) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1187957group_id=31650 Category: Tasks Group: 0.85 Status: Open Resolution: None Priority: 5

[nant-dev] feature request on mail logger...

2005-05-03 Thread John Cole
Here is a small feature request on the mail logger, add an option to reverse the log, so the most recent entry is at the top. Two reasons for this, first, it's quicker to see why the build failed if it appears at the top, instead of scrolling all the way to the bottom. And second, I wanted to

[nant-dev] [ nant-Bugs-1191321 ] C++ Include checks are not recursive

2005-05-03 Thread SourceForge.net
Bugs item #1191321, was opened at 2005-04-27 23:18 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1191321group_id=31650 Category: None Group: None Status: Open Resolution: None Priority: 5

[nant-dev] [ nant-Bugs-1192287 ] NAnt build core dumped on FreeBSD

2005-05-03 Thread SourceForge.net
Bugs item #1192287, was opened at 2005-04-29 11:09 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1192287group_id=31650 Category: Core Group: 0.85 Status: Open Resolution: None Priority: 7

[nant-dev] [ nant-Bugs-1191321 ] C++ Include checks are not recursive

2005-05-03 Thread SourceForge.net
Bugs item #1191321, was opened at 2005-04-27 16:18 Message generated for change (Comment added) made by rblum You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=402868aid=1191321group_id=31650 Category: None Group: None Status: Open Resolution: None Priority: 5