[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] [ nant-Bugs-910265 ] dll already loaded during LicenseTask

2004-03-04 Thread SourceForge.net
Bugs item #910265, was opened at 2004-03-05 00:12
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=910265group_id=31650

Category: Tasks
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: David Bost (dbost)
Assigned to: Nobody/Anonymous (nobody)
Summary: dll already loaded during LicenseTask

Initial Comment:
I#039;m trying to help one of my clients convert over to 
using NAnt.  I#039;ve been using NAnt in other projects for 
close to two years now.  This particular problem has me 
feeling a little perplexed.

My client#039;s project is an ASP.NET application that 
incorporates both Crystal and Infragistics components.  
When building the application I get an error stating:

Failed to create license file 
for #039;C:\Projects\EC\source\web\licenses.licx#039;.
Assembly 
crystaldecisions.crystalreports.engine.dll already loaded 
without additional security evidence.

Included is a test project (#039;TestProj#039;) that replicates the 
problem.

I tried both build 0.84 and the latest nightly build with 
no success.  I noticed in the LicenseTask.cs file for build 
0.84+, the source doesn#039;t check for already loaded 
DLLs, but in the 0.83 version it does.  I tried using v0.83 
but encounterd other issues that I#039;ll have to tackle if 
this particular issues isn#039;t addressed soon.


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=910265group_id=31650


---
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