[nant-dev] ... back to my problem...

2004-05-20 Thread Giuseppe Greco
Hi all,

I've just checked out the latest version of NAnt from
CVS and I've been able to build and install it
successfully.

But!? it doesn't work. I always get the following
error messages:

** (/usr/local/nant/bin/NAnt.exe:28331): WARNING **: Could not find
assembly log4net, references from /usr/local/nant/bin/NAnt.Core.dll
(assemblyref_index=2)
 Major/Minor: 1,2
 Build:   0,30714
 Token:   (null)
 
 
Unhandled Exception: System.NullReferenceException: A null value was
found where an object instance was required.
in (unmanaged) /usr/local/lib/libmono.so.0(mono_assembly_open+0xda)
[0x453f76]
in (unmanaged) /usr/local/lib/libmono.so.0 [0x4472df]
in (unmanaged) /usr/local/lib/libmono.so.0 [0x447402]
in (unmanaged) /usr/local/lib/libmono.so.0 [0x453c3f]
in (unmanaged) /usr/local/lib/libmono.so.0(mono_assembly_load+0x23)
[0x4545d7]
in (unmanaged) /usr/local/lib/libmono.so.0 [0x428278]
in 0x00045 System.Type:GetType (string)
in 0x00021 System.Configuration.ConfigurationData:CreateNewHandler
(string,System.Configuration.SectionData)
in 0x0026c System.Configuration.ConfigurationData:GetHandler (string)
in 0x00031 System.Configuration.ConfigurationData:GetConfigInternal
(string)
in 0x000bb System.Configuration.ConfigurationData:GetConfig (string)
in 0x00024 System.Configuration.DefaultConfig:GetConfig (string)
in 0x00074 System.Configuration.ConfigurationSettings:GetConfig
(string)
in 0x00032 NAnt.Console.ConsoleStub:get_FrameworkVersion ()
in 0x000c7 NAnt.Console.ConsoleStub:Main (string[])

Do you guys think this is still an issue related to
mcs/class/corlib/System/AppDomain.cs?

I'm running the mono package dated 18-05-2004 since it is the only
one that actually works; this morning I've tried to check out the
latest version from CVS, but it doesn't compile. I'll try again
later...

Any info is appreciated.

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: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] ... back to my problem...

2004-05-20 Thread Giuseppe Greco
Hi all,

I've just checked out the latest version of NAnt from
CVS and I've been able to build and install it
successfully.

But!? it doesn't work. I always get the following
error messages:

** (/usr/local/nant/bin/NAnt.exe:28331): WARNING **: Could not find
assembly log4net, references from /usr/local/nant/bin/NAnt.Core.dll
(assemblyref_index=2)
 Major/Minor: 1,2
 Build:   0,30714
 Token:   (null)
 
 
Unhandled Exception: System.NullReferenceException: A null value was
found where an object instance was required.
in (unmanaged) /usr/local/lib/libmono.so.0(mono_assembly_open+0xda)
[0x453f76]
in (unmanaged) /usr/local/lib/libmono.so.0 [0x4472df]
in (unmanaged) /usr/local/lib/libmono.so.0 [0x447402]
in (unmanaged) /usr/local/lib/libmono.so.0 [0x453c3f]
in (unmanaged) /usr/local/lib/libmono.so.0(mono_assembly_load+0x23)
[0x4545d7]
in (unmanaged) /usr/local/lib/libmono.so.0 [0x428278]
in 0x00045 System.Type:GetType (string)
in 0x00021 System.Configuration.ConfigurationData:CreateNewHandler
(string,System.Configuration.SectionData)
in 0x0026c System.Configuration.ConfigurationData:GetHandler (string)
in 0x00031 System.Configuration.ConfigurationData:GetConfigInternal
(string)
in 0x000bb System.Configuration.ConfigurationData:GetConfig (string)
in 0x00024 System.Configuration.DefaultConfig:GetConfig (string)
in 0x00074 System.Configuration.ConfigurationSettings:GetConfig
(string)
in 0x00032 NAnt.Console.ConsoleStub:get_FrameworkVersion ()
in 0x000c7 NAnt.Console.ConsoleStub:Main (string[])

Do you guys think this is still an issue related to
mcs/class/corlib/System/AppDomain.cs?

I'm running the mono package dated 18-05-2004 since it is the only
one that actually works; this morning I've tried to check out the
latest version from CVS, but it doesn't compile. I'll try again
later...

Any info is appreciated.

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: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] ... back to my problem...

2004-05-20 Thread Ian MacLean
sure, this is normal. NAnt's error message could be a bit better in this 
case - somthing similar to what a configure script outputs when it can't 
find a .pc file.

Ian
Giuseppe Greco wrote:
OK, now it works, but there is another issue...
On my box, mono is installed under /usr/local, and
since this isn't the standard location where
pkg-config looks for modules, I've to define the
PKG_CONFIG_PATH environment variable to get NAnt
working...
j3d.
On Thu, 2004-05-20 at 16:16, Jaroslaw Kowalski wrote:
 

Because of a mono bug you have to do:
$ cp nant/bin/lib/mono/1.0/*.dll nant/bin/
Jarek
- Original Message - 
From: Giuseppe Greco [EMAIL PROTECTED]
To: NAnt Developers [EMAIL PROTECTED]
Sent: Thursday, May 20, 2004 1:53 PM
Subject: [nant-dev] ... back to my problem...

   

Hi all,
I've just checked out the latest version of NAnt from
CVS and I've been able to build and install it
successfully.
But!? it doesn't work. I always get the following
error messages:
** (/usr/local/nant/bin/NAnt.exe:28331): WARNING **: Could not find
assembly log4net, references from /usr/local/nant/bin/NAnt.Core.dll
(assemblyref_index=2)
Major/Minor: 1,2
Build:   0,30714
Token:   (null)
Unhandled Exception: System.NullReferenceException: A null value was
found where an object instance was required.
in (unmanaged) /usr/local/lib/libmono.so.0(mono_assembly_open+0xda)
[0x453f76]
in (unmanaged) /usr/local/lib/libmono.so.0 [0x4472df]
in (unmanaged) /usr/local/lib/libmono.so.0 [0x447402]
in (unmanaged) /usr/local/lib/libmono.so.0 [0x453c3f]
in (unmanaged) /usr/local/lib/libmono.so.0(mono_assembly_load+0x23)
[0x4545d7]
in (unmanaged) /usr/local/lib/libmono.so.0 [0x428278]
in 0x00045 System.Type:GetType (string)
in 0x00021 System.Configuration.ConfigurationData:CreateNewHandler
(string,System.Configuration.SectionData)
in 0x0026c System.Configuration.ConfigurationData:GetHandler (string)
in 0x00031 System.Configuration.ConfigurationData:GetConfigInternal
(string)
in 0x000bb System.Configuration.ConfigurationData:GetConfig (string)
in 0x00024 System.Configuration.DefaultConfig:GetConfig (string)
in 0x00074 System.Configuration.ConfigurationSettings:GetConfig
(string)
in 0x00032 NAnt.Console.ConsoleStub:get_FrameworkVersion ()
in 0x000c7 NAnt.Console.ConsoleStub:Main (string[])
Do you guys think this is still an issue related to
mcs/class/corlib/System/AppDomain.cs?
I'm running the mono package dated 18-05-2004 since it is the only
one that actually works; this morning I've tried to check out the
latest version from CVS, but it doesn't compile. I'll try again
later...
Any info is appreciated.
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: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

 

---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers
   


--
Ian MacLean, Developer, 
ActiveState, a division of Sophos
http://www.ActiveState.com


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers