[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


[nant-dev] get-assembly-direcotry() function

2004-05-20 Thread Giuseppe Greco
Hi all,

could you tell me why the following task always returns
1.0 instead of, for example, /usr/lib or /usr/lib/mono/1.0?

echo
  message=${framework::get-assembly-directory(target.framework)}
/

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] get-assembly-direcotry() function

2004-05-20 Thread Gert Driesen

- Original Message - 
From: Jaroslaw Kowalski [EMAIL PROTECTED]
To: Giuseppe Greco [EMAIL PROTECTED]; NAnt Developers
[EMAIL PROTECTED]
Sent: Thursday, May 20, 2004 6:09 PM
Subject: Re: [nant-dev] get-assembly-direcotry() function


 That's because mono-1.0 stores assemblies in mono/1.0 and they are
 referenced as files from this place.

Not sure if this is actually an explanation, it should return the full path
...

Gert



---
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] get-assembly-direcotry() function

2004-05-20 Thread Jaroslaw Kowalski
;-) sorry
- Original Message - 
From: Gert Driesen [EMAIL PROTECTED]
To: Jaroslaw Kowalski [EMAIL PROTECTED]; Giuseppe Greco
[EMAIL PROTECTED]; NAnt Developers
[EMAIL PROTECTED]
Sent: Thursday, May 20, 2004 7:30 PM
Subject: Re: [nant-dev] get-assembly-direcotry() function



 - Original Message - 
 From: Jaroslaw Kowalski [EMAIL PROTECTED]
 To: Giuseppe Greco [EMAIL PROTECTED]; NAnt Developers
 [EMAIL PROTECTED]
 Sent: Thursday, May 20, 2004 6:09 PM
 Subject: Re: [nant-dev] get-assembly-direcotry() function


  That's because mono-1.0 stores assemblies in mono/1.0 and they are
  referenced as files from this place.

 Not sure if this is actually an explanation, it should return the full
path
 ...

 Gert



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


[nant-dev] Solution Task Build Order

2004-05-20 Thread Eric Fetzer
I just upgraded to the latest greatest (5.20) NAnt and
NAntContrib and the solution task is not building my
projects in the correct order and crashing because of
this.  It seems to be exactly the opposite of the
order it should (i.e. If I put 2 projects in there, it
will always choose the wrong one to build first).  Any
help or direction to fall back to.  Builds correctly
with .84, but I NEED satellite assembly support badly
now.

Thanks,
Eric




__
Do you Yahoo!?
Yahoo! Domains – Claim yours for only $14.70/year
http://smallbusiness.promotions.yahoo.com/offer 


---
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] get-assembly-direcotry() function

2004-05-20 Thread Giuseppe Greco
On Thu, 2004-05-20 at 21:55, Gert Driesen wrote:
 - Original Message - 
 From: Jaroslaw Kowalski [EMAIL PROTECTED]
 To: Gert Driesen [EMAIL PROTECTED]; Giuseppe Greco
 [EMAIL PROTECTED]; NAnt Developers
 [EMAIL PROTECTED]
 Sent: Thursday, May 20, 2004 9:31 PM
 Subject: Re: [nant-dev] get-assembly-direcotry() function
 
 
  ;-) sorry
 
 I haven't said sorry for far more worse things ;-)
 
 Giuseppe, can you indeed confirm that get-assembly-directory() just returned
 1.0 ?

Yes, I do (of course, on Linux).
I've inserted the following task in one of my project files:

echo
  message=${framework::get-assembly-directory(target.framework)}
/

... and the result is 1.0.

j3d.

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

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] Solution Task Build Order

2004-05-20 Thread Gert Driesen
Eric,

Please submit a bug report and attach a small repro for this issue.

Thanks,

Gert

- Original Message - 
From: Eric Fetzer [EMAIL PROTECTED]
To: NAnt Developers [EMAIL PROTECTED]
Sent: Thursday, May 20, 2004 11:11 PM
Subject: [nant-dev] Solution Task Build Order


 I just upgraded to the latest greatest (5.20) NAnt and
 NAntContrib and the solution task is not building my
 projects in the correct order and crashing because of
 this.  It seems to be exactly the opposite of the
 order it should (i.e. If I put 2 projects in there, it
 will always choose the wrong one to build first).  Any
 help or direction to fall back to.  Builds correctly
 with .84, but I NEED satellite assembly support badly
 now.
 
 Thanks,
 Eric
 
 
 
 
 __
 Do you Yahoo!?
 Yahoo! Domains - Claim yours for only $14.70/year
 http://smallbusiness.promotions.yahoo.com/offer 
 
 
 ---
 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


Re: [nant-dev] get-assembly-direcotry() function

2004-05-20 Thread Gert Driesen


- Original Message - 
From: Giuseppe Greco [EMAIL PROTECTED]
To: Gert Driesen [EMAIL PROTECTED]
Cc: Jaroslaw Kowalski [EMAIL PROTECTED]; NAnt Developers
[EMAIL PROTECTED]
Sent: Thursday, May 20, 2004 11:23 PM
Subject: Re: [nant-dev] get-assembly-direcotry() function


  Giuseppe, can you indeed confirm that get-assembly-directory() just
returned
  1.0 ?

 Yes, I do (of course, on Linux).
 I've inserted the following task in one of my project files:

 echo
   message=${framework::get-assembly-directory(target.framework)}
 /

 ... and the result is 1.0.

Can anyone else reproduce this issue ?  (I still have to reload my gentoo
image ... I installed the latest longhorn on my linux box .. shame on me ...
blush :))

Gert



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