[nant-dev] Building nant

2011-11-01 Thread Ramon Smits
Hi there,

I am trying to build nant but failing. The readme says :

b. Building the Software


Build NAnt using Microsoft .NET:

GNU Make

make install MONO= MCS=csc prefix=installation path
[DESTDIR=staging path]

eg. make install MONO= MCS=csc prefix=c:\Program Files

NMake
-
nmake -f Makefile.nmake install prefix=installation path
[DESTDIR=staging path]

eg. nmake -f Makefile.nmake install prefix=c:\Program Files


I tried the first (gnu make) and it does not really do something. My guess
is that my make.exe is not gnu make or too old. Running tools\nmake.exe
results in the message : The image file nmake.exe is valid, but is for a
machine type other than the current machine..

How can I build nant and where to get either gnu make or nmake as this is
not mentioned in the readme.

The reason I want to build nant it so upgrade to nunit 2.5.10 as the
current version cannot handle a lot of nice additions like the TestCase
attribute.

--
Ramon
--
RSAreg; Conference 2012
Save #36;700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] Building NAnt without userdoc

2010-03-03 Thread Ryan Boggs
Thanks for the pointer.  I was using what was in the README.txt file
which only lists the install command.

Thanks,
Ryan

On Tue, Mar 2, 2010 at 5:48 PM, Dominik Guder o...@guder.org wrote:
 Am 02.03.2010 07:30, schrieb Ryan Boggs:
 Hey,

 I'm building NAnt from source on my Mac and it keeps dragging during
 the userdoc target and was wondering if there was a way to get around
 that?  It's the longest part of the build and it eats up alot of time
 when someone is trying to test.  Thanks in advance



 Hi,

 what is your command line?
 using bootstrap\NAnt.exe build in main folder
 will use Nant.build to build the assemblies only without any docs...

 Unfortunately the official beta version won't work due to missing
 scan-probing-paths() function. But the latest nightly contains this and
 can be used instead of nmake and bootstrap\nant.exe .
 http://nant.sourceforge.net/nightly/latest/nant-bin.zip

 hth

 Dominik

 --
 The answer to the great question of life,
 the universe and everything is 42 (Douglas Adams)

 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 nant-developers mailing list
 nant-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nant-developers


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] Building NAnt without userdoc

2010-03-03 Thread Charles Chan
I also noticed the README.txt didn't describe all the details.

I was told the NAnt SF page used to contain a few small docs covering release 
process, coding guidelines, etc. However these docs disappeared when the 
DocManager hosted app was deprecated by SF in late '09.

Today, I have requested SF OPS to migrate these contents to MediaWiki. Once I 
receive confirmation, I will ask for volunteers to help bring the contents up 
to date, and the creation of additional pages to document other useful 
information.

Regards,
Charles


  __
Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your 
favourite sites. Download it now
http://ca.toolbar.yahoo.com.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] Building NAnt without userdoc

2010-03-02 Thread Dominik Guder
Am 02.03.2010 07:30, schrieb Ryan Boggs:
 Hey,
 
 I'm building NAnt from source on my Mac and it keeps dragging during
 the userdoc target and was wondering if there was a way to get around
 that?  It's the longest part of the build and it eats up alot of time
 when someone is trying to test.  Thanks in advance
 


Hi,

what is your command line?
using bootstrap\NAnt.exe build in main folder
will use Nant.build to build the assemblies only without any docs...

Unfortunately the official beta version won't work due to missing
scan-probing-paths() function. But the latest nightly contains this and
can be used instead of nmake and bootstrap\nant.exe .
http://nant.sourceforge.net/nightly/latest/nant-bin.zip

hth

Dominik

-- 
The answer to the great question of life,
the universe and everything is 42 (Douglas Adams)

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] Building NAnt without userdoc

2010-03-01 Thread Ryan Boggs
Hey,

I'm building NAnt from source on my Mac and it keeps dragging during
the userdoc target and was wondering if there was a way to get around
that?  It's the longest part of the build and it eats up alot of time
when someone is trying to test.  Thanks in advance

-- 
Thanks,
Ryan

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] building NAnt

2005-10-03 Thread Marie Wessels (3fifteen)
Title: building NAnt






Hello.

When I attempt to build NAnt on Windows XP with the 2003 .Net SDK using NMake, I get the following error:

 if not exist bootstrap md bootstrap

 if not exist bootstrap\lib md bootstrap\lib

 xcopy lib bootstrap\lib /S /Y /Q

36 File(s) copied

 copy lib\log4net.dll bootstrap

 1 file(s) copied.

 copy src\NAnt.Console\App.config bootstrap\NAnt.exe.config

 1 file(s) copied.

 bootstrap\NAnt.exe -f:NAnt.build install -D:install.prefix=C:\Program

Files

NAnt 0.85 (Build 0.85.1932.0; rc3; 2005/04/16)

Copyright (C) 2001-2005 Gerry Shaw

http://nant.sourceforge.net

Buildfile: file:///C:/NAnt/nant-0.85-rc3/NAnt.build

Target framework: Microsoft .NET Framework 1.1

Target(s) specified: install

 [tstamp] 22 September 2005 02:18:40 PM.

init:


debug:


set-framework-configuration:


set-net-1.1-framework-configuration:


build:

 [echo] Build Directory is C:\NAnt\nant-0.85-rc3/build/net-1.1.win32/nant-0.

85-debug

 [nant] C:\NAnt\nant-0.85-rc3\src\NAnt.Core\NAnt.Core.build build

 Buildfile: file:///C:/NAnt/nant-0.85-rc3/src/NAnt.Core/NAnt.Core.bui

ld

 Target framework: Microsoft .NET Framework 1.1

 Target(s) specified: build


 build:


 BUILD FAILED

 INTERNAL ERROR

 System.Resources.MissingManifestResourceException: Could not find an

y resources appropriate for the specified culture (or the neutral culture) in th

e given assembly. Make sure Strings.resources was correctly embedded or linke

d into assembly NAnt.DotNetTasks.

 baseName: Strings locationInfo: null resource file name: Strings

.resources assembly: NAnt.DotNetTasks, Version=0.85.1932.0, Culture=neutral, Pu

blicKeyToken=null

 at System.Resources.ResourceManager.InternalGetResourceSet(Cultur

eInfo culture, Boolean createIfNotExists, Boolean tryParents)

 at System.Resources.ResourceManager.InternalGetResourceSet(Cultur

eInfo culture, Boolean createIfNotExists, Boolean tryParents)

 at System.Resources.ResourceManager.InternalGetResourceSet(Cultur

eInfo culture, Boolean createIfNotExists, Boolean tryParents)

 at System.Resources.ResourceManager.GetString(String name, Cultur

eInfo culture)

 at NAnt.Core.Util.ResourceUtils.GetString(String name, CultureInf

o culture, Assembly assembly)

 at NAnt.Core.Util.ResourceUtils.GetString(String name)

 at NAnt.DotNet.Tasks.CscTask.NeedsCompiling()

 at NAnt.DotNet.Tasks.CompilerBase.ExecuteTask()

 at NAnt.Core.Task.Execute()

 at NAnt.Core.Target.Execute()

 at NAnt.Core.Project.Execute(String targetName, Boolean forceDepe

ndencies)

 at NAnt.Core.Project.Execute()

 at NAnt.Core.Project.Run()

 Please send bug report to [EMAIL PROTECTED]

 Total time: 0.1 seconds.


BUILD FAILED

Nested build failed. Refer to build log for exact reason.

Total time: 0.4 seconds.

NMAKE : fatal error U1077: 'bootstrap\NAnt.exe' : return code '0x1'

Stop.

You say that it is fixed and in the CVS. But where in the CVS? I already replaced my Makefile with the version from the CVS.

Marié Wessels.



This email and all contents are subject to the following disclaimer:

"http://www.dimensiondata.com/emaildisclaimer.htm"




Re: [nant-dev] building NAnt

2005-10-03 Thread gert.drie...@pandora.be
Marie,

This was a packaging issue in NAnt 0.85 RC3 that has been fixed since.

Try using a recent nightly build :

http://nant.sourceforge.net/nightly/latest

Gert

-Original Message-
From: Marie Wessels (3fifteen) [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 22, 2005 02:21 PM
To: nant-developers@lists.sourceforge.net
Subject: [nant-dev] building NAnt

Hello.

When I attempt to build NAnt on Windows XP with the 2003 .Net SDK using NMake, 
I get the following error:

if not exist bootstrap md bootstrap
if not exist bootstrap\lib md bootstrap\lib
xcopy lib bootstrap\lib /S /Y /Q
36 File(s) copied
copy lib\log4net.dll bootstrap
1 file(s) copied.
copy src\NAnt.Console\App.config bootstrap\NAnt.exe.config
1 file(s) copied.
 bootstrap\NAnt.exe -f:NAnt.build install -D:install.prefix=C:\Program
Files
NAnt 0.85 (Build 0.85.1932.0; rc3; 2005/04/16)
Copyright (C) 2001-2005 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/NAnt/nant-0.85-rc3/NAnt.build
Target framework: Microsoft .NET Framework 1.1
Target(s) specified: install

   [tstamp] 22 September 2005 02:18:40 PM.

init:


debug:


set-framework-configuration:


set-net-1.1-framework-configuration:


build:

 [echo] Build Directory is 
 C:\NAnt\nant-0.85-rc3/build/net-1.1.win32/nant-0.
85-debug
 [nant] C:\NAnt\nant-0.85-rc3\src\NAnt.Core\NAnt.Core.build build
Buildfile: 
 file:///C:/NAnt/nant-0.85-rc3/src/NAnt.Core/NAnt.Core.bui
ld
Target framework: Microsoft .NET Framework 1.1
Target(s) specified: build


build:


BUILD FAILED

INTERNAL ERROR

System.Resources.MissingManifestResourceException: Could not find 
 an
y resources appropriate for the specified culture (or the neutral culture) in 
th
e given assembly.  Make sure Strings.resources was correctly embedded or 
linke
d into assembly NAnt.DotNetTasks.
baseName: Strings  locationInfo: null  resource file name: 
 Strings
.resources  assembly: NAnt.DotNetTasks, Version=0.85.1932.0, Culture=neutral, 
Pu
blicKeyToken=null
   at 
 System.Resources.ResourceManager.InternalGetResourceSet(Cultur
eInfo culture, Boolean createIfNotExists, Boolean tryParents)
   at 
 System.Resources.ResourceManager.InternalGetResourceSet(Cultur
eInfo culture, Boolean createIfNotExists, Boolean tryParents)
   at 
 System.Resources.ResourceManager.InternalGetResourceSet(Cultur
eInfo culture, Boolean createIfNotExists, Boolean tryParents)
   at System.Resources.ResourceManager.GetString(String name, 
 Cultur
eInfo culture)
   at NAnt.Core.Util.ResourceUtils.GetString(String name, 
 CultureInf
o culture, Assembly assembly)
   at NAnt.Core.Util.ResourceUtils.GetString(String name)
   at NAnt.DotNet.Tasks.CscTask.NeedsCompiling()
   at NAnt.DotNet.Tasks.CompilerBase.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean 
 forceDepe
ndencies)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

Please send bug report to [EMAIL PROTECTED]

Total time: 0.1 seconds.


BUILD FAILED

Nested build failed.  Refer to build log for exact reason.

Total time: 0.4 seconds.

NMAKE : fatal error U1077: 'bootstrap\NAnt.exe' : return code '0x1'
Stop.

You say that it is fixed and in the CVS.  But where in the CVS?  I already 
replaced my Makefile with the version from the CVS.

Marié Wessels.


This email and all contents are subject to the following disclaimer:

http://www.dimensiondata.com/emaildisclaimer.htm;






---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


RE: [nant-dev] Building NAnt...

2005-02-01 Thread Gert Driesen
Giuseppe,

I've committed workarounds for the Mono bug to cvs.

Let me know if you run into other problems.

Gert

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On 
 Behalf Of Gert Driesen
 Sent: maandag 31 januari 2005 9:19
 To: 'Giuseppe Greco'; 'NAnt Developers'
 Subject: RE: [nant-dev] Building NAnt...
 
 
 
  -Original Message-
  From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On 
  Behalf Of Giuseppe Greco
  Sent: zondag 30 januari 2005 15:29
  To: NAnt Developers
  Subject: [nant-dev] Building NAnt...
  
  Hi all,
  
  this email is just to inform you that compiling NAnt
  against the latest version of mono from SVN (v1.1.3)
  doesn't work.
  
  Here below are the error messages:
  
  src/NAnt.DotNet/Tasks/NDocTask.cs(389) error CS0104:
`Project' is an ambiguous reference (NDoc.Core.Project or
NAnt.Core.Project)
  src/NAnt.DotNet/Tasks/NDocTask.cs(397) error CS0104:
`Project' is an ambiguous reference (NDoc.Core.Project or
NAnt.Core.Project)
  Compilation failed: 2 error(s), 0 warnings
  make: *** [bootstrap/NAnt.DotNetTasks.dll] Error 1
 
 
 This is caused by a regression in Mono. I've filed a bug 
 report for this :
 http://bugzilla.ximian.com/show_bug.cgi?id=71992
 
 Gert
 
 
 
 ---
 This SF.Net email is sponsored by: IntelliVIEW -- Interactive 
 Reporting
 Tool for open source databases. Create drag--drop reports. Save time
 by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
 Download a FREE copy at http://www.intelliview.com/go/osdn_nl
 ___
 nant-developers mailing list
 nant-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/nant-developers
 
 



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] Building NAnt...

2005-01-30 Thread Giuseppe Greco
Hi all,

this email is just to inform you that compiling NAnt
against the latest version of mono from SVN (v1.1.3)
doesn't work.

Here below are the error messages:

src/NAnt.DotNet/Tasks/NDocTask.cs(389) error CS0104:
  `Project' is an ambiguous reference (NDoc.Core.Project or
  NAnt.Core.Project)
src/NAnt.DotNet/Tasks/NDocTask.cs(397) error CS0104:
  `Project' is an ambiguous reference (NDoc.Core.Project or
  NAnt.Core.Project)
Compilation failed: 2 error(s), 0 warnings
make: *** [bootstrap/NAnt.DotNetTasks.dll] Error 1

j3d.

-- 

Giuseppe Greco

::agamura::

phone:  +41 (0)91 604 67 65
mobile: +41 (0)79 602 99 27
email:  [EMAIL PROTECTED]
web:www.agamura.com




---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] Building NAnt on Mono

2004-03-04 Thread Giuseppe Greco
Hi all,

I've just checked out the latest version of NAnt
from CVS, and I'm not able to build it on Linux.

Here's the error message:

 
create-common-assemblyinfo:
 
   [attrib] Setting file attributes for 1 files to Normal.
 
** (bin/NAnt.exe:32596): WARNING **: Aborting of threads in domain
TypeGatheringDomain timed out.
 
BUILD FAILED
 
/home/genius/projects/nant/NAnt.build(49,9):
AssemblyInfo file '/home/genius/projects/nant/src/CommonAssemblyInfo.cs'
could not be generated.
Aborting of threads in domain TypeGatheringDomain timed out.

Has anybody experienced the same problem?
I'm running the very last version of Mono form CVS.

Thanks,
j3d.

-- 

Giuseppe Greco

::agamura::

phone:  +41 91 604 67 65
mobile: +41 76 390 60 32
email:  [EMAIL PROTECTED]
web:www.agamura.com




---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] Building NAnt on Mono

2004-03-04 Thread Jaroslaw Kowalski
This is related to a bug in mono. I've reported it as a bug in ximian
bugzilla.

http://bugzilla.ximian.com/show_bug.cgi?id=54980

Note that NUnit is not working either.

I hacked mcs with this patch:

---
Index: System/AppDomain.cs
===
RCS file: /mono/mcs/class/corlib/System/AppDomain.cs,v
retrieving revision 1.55
diff -u -r1.55 AppDomain.cs
--- System/AppDomain.cs 10 Feb 2004 11:04:03 -  1.55
+++ System/AppDomain.cs 4 Mar 2004 20:12:04 -
@@ -723,7 +723,8 @@
if (domain == null)
throw new ArgumentNullException (domain);

-   InternalUnload (domain.getDomainID());
+   // HACK - this causes a lot of trouble
+   // InternalUnload (domain.getDomainID());
}

[MethodImplAttribute(MethodImplOptions.InternalCall)]

Jarek

- Original Message - 
From: Giuseppe Greco [EMAIL PROTECTED]
To: NAnt Developers [EMAIL PROTECTED]
Sent: Thursday, March 04, 2004 7:53 PM
Subject: [nant-dev] Building NAnt on Mono


 Hi all,

 I've just checked out the latest version of NAnt
 from CVS, and I'm not able to build it on Linux.

 Here's the error message:


 create-common-assemblyinfo:

[attrib] Setting file attributes for 1 files to Normal.

 ** (bin/NAnt.exe:32596): WARNING **: Aborting of threads in domain
 TypeGatheringDomain timed out.

 BUILD FAILED

 /home/genius/projects/nant/NAnt.build(49,9):
 AssemblyInfo file '/home/genius/projects/nant/src/CommonAssemblyInfo.cs'
 could not be generated.
 Aborting of threads in domain TypeGatheringDomain timed out.

 Has anybody experienced the same problem?
 I'm running the very last version of Mono form CVS.

 Thanks,
 j3d.

 -- 
 
 Giuseppe Greco

 ::agamura::

 phone:  +41 91 604 67 65
 mobile: +41 76 390 60 32
 email:  [EMAIL PROTECTED]
 web:www.agamura.com
 



 ---
 This SF.Net email is sponsored by: IBM Linux Tutorials
 Free Linux tutorial presented by Daniel Robbins, President and CEO of
 GenToo technologies. Learn everything from fundamentals to system
 administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
 ___
 nant-developers mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/nant-developers




---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] Building NAnt on Mono

2004-03-04 Thread Giuseppe Greco
gasp?!

I've done the same and it works.

Thanks,
j3d.

On Thu, 2004-03-04 at 20:01, Jaroslaw Kowalski wrote:
 This is related to a bug in mono. I've reported it as a bug in ximian
 bugzilla.
 
 http://bugzilla.ximian.com/show_bug.cgi?id=54980
 
 Note that NUnit is not working either.
 
 I hacked mcs with this patch:
 
 ---
 Index: System/AppDomain.cs
 ===
 RCS file: /mono/mcs/class/corlib/System/AppDomain.cs,v
 retrieving revision 1.55
 diff -u -r1.55 AppDomain.cs
 --- System/AppDomain.cs 10 Feb 2004 11:04:03 -  1.55
 +++ System/AppDomain.cs 4 Mar 2004 20:12:04 -
 @@ -723,7 +723,8 @@
 if (domain == null)
 throw new ArgumentNullException (domain);
 
 -   InternalUnload (domain.getDomainID());
 +   // HACK - this causes a lot of trouble
 +   // InternalUnload (domain.getDomainID());
 }
 
 [MethodImplAttribute(MethodImplOptions.InternalCall)]
 
 Jarek
 
 - Original Message - 
 From: Giuseppe Greco [EMAIL PROTECTED]
 To: NAnt Developers [EMAIL PROTECTED]
 Sent: Thursday, March 04, 2004 7:53 PM
 Subject: [nant-dev] Building NAnt on Mono
 
 
  Hi all,
 
  I've just checked out the latest version of NAnt
  from CVS, and I'm not able to build it on Linux.
 
  Here's the error message:
 
 
  create-common-assemblyinfo:
 
 [attrib] Setting file attributes for 1 files to Normal.
 
  ** (bin/NAnt.exe:32596): WARNING **: Aborting of threads in domain
  TypeGatheringDomain timed out.
 
  BUILD FAILED
 
  /home/genius/projects/nant/NAnt.build(49,9):
  AssemblyInfo file '/home/genius/projects/nant/src/CommonAssemblyInfo.cs'
  could not be generated.
  Aborting of threads in domain TypeGatheringDomain timed out.
 
  Has anybody experienced the same problem?
  I'm running the very last version of Mono form CVS.
 
  Thanks,
  j3d.
 
  -- 
  
  Giuseppe Greco
 
  ::agamura::
 
  phone:  +41 91 604 67 65
  mobile: +41 76 390 60 32
  email:  [EMAIL PROTECTED]
  web:www.agamura.com
  
 
 
 
  ---
  This SF.Net email is sponsored by: IBM Linux Tutorials
  Free Linux tutorial presented by Daniel Robbins, President and CEO of
  GenToo technologies. Learn everything from fundamentals to system
  administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
  ___
  nant-developers mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/nant-developers
 
 
 
 
 ---
 This SF.Net email is sponsored by: IBM Linux Tutorials
 Free Linux tutorial presented by Daniel Robbins, President and CEO of
 GenToo technologies. Learn everything from fundamentals to system
 administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
 ___
 nant-developers mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/nant-developers
-- 

Giuseppe Greco

::agamura::

phone:  +41 91 604 67 65
mobile: +41 76 390 60 32
email:  [EMAIL PROTECTED]
web:www.agamura.com




---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] Building Nant using mono 0.25

2003-07-06 Thread Clayton Harbour
Hi,

I am trying to build nant from cvs on mono 0.25 rpm using the
bootstrap.sh and I am getting this exception:

An exception was thrown by the type initializer
NAnt.Core.TypeFactory  

It has been awhile since I have built nant on linux and I can't remember
how I did it then, is the bootstrap.sh the correct way to build nant on
mono?  Has anyone come across this exception before?


Thanks,

Clayton


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers