RE: [nant-dev] NUnit on Linux

2005-04-12 Thread Giuseppe Greco
Gert,

I'm using version NAnt 0.85 (Build 0.85.1876.0; dev; 2/19/2005);
I know, it is quite old... but the nunit2 task has never worked
on Linux since then (on Windows it does).

I cannot tell you if the very last version from CVS works since
it does not compile:

  [csc] Compiling 13 files to
'/home/genius/temp/nant/build/mono-1.0.unix/nant-0.85-
debug/bin/NAnt.SourceControlTasks.dll'.
  [csc] error CS0122: 'log4net.Plugin.PluginCollection
+Tag' is inaccessible due to its protection level
  [csc] error CS0122: 'log4net.Plugin.PluginCollection
+Tag' is inaccessible due to its protection level
  [csc] error CS0122: 'log4net.Plugin.PluginCollection
+Tag' is inaccessible due to its protection level
  [csc] error CS0122: 'log4net.Plugin.PluginCollection
+Tag' is inaccessible due to its protection level
  [csc] error CS0122: 'log4net.Plugin.PluginCollection
+Tag' is inaccessible due to its protection level
  [csc] error CS0122: 'log4net.Plugin.PluginCollection
+Tag' is inaccessible due to its protection level
  [csc] Compilation failed: 6 error(s), 0 warnings

BUILD FAILED - 0 non-fatal error(s), 6 warning(s)

Probably somebody is working on that... so I'll wait until he's
finished.

j3d.

On Tue, 2005-04-12 at 00:03 +0200, Gert Driesen wrote:
  
  -Original Message-
  From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On 
  Behalf Of Giuseppe Greco
  Sent: maandag 11 april 2005 22:08
  To: NAnt Developers
  Subject: [nant-dev] NUnit on Linux
  
  Hi all,
  
  I'm trying to run the nunit2 task with Mono on Linux, but I
  always get the following error message:
  
  
  ** (/usr/local/share/NAnt/bin/NAnt.exe:6202): WARNING **:
Could not find assembly nunit.framework, references
from /home/genius/projects/gekkota/build/gekkota-0.4-
  debug/lib/Gekkota.Tests.dll (assemblyref_index=2)
Major/Minor: 2,2
Build:   0,0
Token:   96d09a1eb7f44a77
  System error: No such file or directory
  
  
  I've also tried to copy the nunit.*.dll assemblies into
  /usr/lib/mono/2.0, but no way...
  
  Am I missing something?
 
 Was it working before for you ?  What version of Mono are you using ?
 
 Gert
-- 

Giuseppe Greco

::agamura::

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




---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] NUnit on Linux

2005-04-12 Thread Gert Driesen

- Original Message - 
From: Giuseppe Greco [EMAIL PROTECTED]
To: NAnt Developers nant-developers@lists.sourceforge.net
Sent: Tuesday, April 12, 2005 3:58 PM
Subject: RE: [nant-dev] NUnit on Linux


 Gert,

 I'm using version NAnt 0.85 (Build 0.85.1876.0; dev; 2/19/2005);
 I know, it is quite old... but the nunit2 task has never worked
 on Linux since then (on Windows it does).

It did work before for you ?

Have you tried a version of NAnt of which the nunit2 task worked before
(on linux that is) ?


 I cannot tell you if the very last version from CVS works since
 it does not compile:

   [csc] Compiling 13 files to
 '/home/genius/temp/nant/build/mono-1.0.unix/nant-0.85-
 debug/bin/NAnt.SourceControlTasks.dll'.
   [csc] error CS0122: 'log4net.Plugin.PluginCollection
 +Tag' is inaccessible due to its protection level
   [csc] error CS0122: 'log4net.Plugin.PluginCollection
 +Tag' is inaccessible due to its protection level
   [csc] error CS0122: 'log4net.Plugin.PluginCollection
 +Tag' is inaccessible due to its protection level
   [csc] error CS0122: 'log4net.Plugin.PluginCollection
 +Tag' is inaccessible due to its protection level
   [csc] error CS0122: 'log4net.Plugin.PluginCollection
 +Tag' is inaccessible due to its protection level
   [csc] error CS0122: 'log4net.Plugin.PluginCollection
 +Tag' is inaccessible due to its protection level
   [csc] Compilation failed: 6 error(s), 0 warnings

 BUILD FAILED - 0 non-fatal error(s), 6 warning(s)

 Probably somebody is working on that... so I'll wait until he's
 finished.

It's a Mono regression, not sure if it has been reported yet.  I'm gonna
look into it some time this week.

Gert


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] NUnit on Linux

2005-04-12 Thread Giuseppe Greco
On Tue, 2005-04-12 at 16:28 +0200, Gert Driesen wrote:
 - Original Message - 
 From: Giuseppe Greco [EMAIL PROTECTED]
 To: NAnt Developers nant-developers@lists.sourceforge.net
 Sent: Tuesday, April 12, 2005 3:58 PM
 Subject: RE: [nant-dev] NUnit on Linux
 
 
  Gert,
 
  I'm using version NAnt 0.85 (Build 0.85.1876.0; dev; 2/19/2005);
  I know, it is quite old... but the nunit2 task has never worked
  on Linux since then (on Windows it does).
 
 It did work before for you ?
 Have you tried a version of NAnt of which the nunit2 task worked before
 (on linux that is) ?

Yes, but honestly I don't remember exactly with which version...
for sure it was before Christmas... I did not report the problem
because I just though: That's so not urgent... I'll wait for the
next release.

Anyway, don't stress yourself... on Windows it works and with Mono
there are always regression problems...

Thanks,
j3d.

 
 
  I cannot tell you if the very last version from CVS works since
  it does not compile:
 
[csc] Compiling 13 files to
  '/home/genius/temp/nant/build/mono-1.0.unix/nant-0.85-
  debug/bin/NAnt.SourceControlTasks.dll'.
[csc] error CS0122: 'log4net.Plugin.PluginCollection
  +Tag' is inaccessible due to its protection level
[csc] error CS0122: 'log4net.Plugin.PluginCollection
  +Tag' is inaccessible due to its protection level
[csc] error CS0122: 'log4net.Plugin.PluginCollection
  +Tag' is inaccessible due to its protection level
[csc] error CS0122: 'log4net.Plugin.PluginCollection
  +Tag' is inaccessible due to its protection level
[csc] error CS0122: 'log4net.Plugin.PluginCollection
  +Tag' is inaccessible due to its protection level
[csc] error CS0122: 'log4net.Plugin.PluginCollection
  +Tag' is inaccessible due to its protection level
[csc] Compilation failed: 6 error(s), 0 warnings
 
  BUILD FAILED - 0 non-fatal error(s), 6 warning(s)
 
  Probably somebody is working on that... so I'll wait until he's
  finished.
 
 It's a Mono regression, not sure if it has been reported yet.  I'm gonna
 look into it some time this week.
 
 Gert
-- 

Giuseppe Greco

::agamura::

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




---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] NUnit on Linux

2005-04-11 Thread Giuseppe Greco
Hi all,

I'm trying to run the nunit2 task with Mono on Linux, but I
always get the following error message:


** (/usr/local/share/NAnt/bin/NAnt.exe:6202): WARNING **:
  Could not find assembly nunit.framework, references
  from /home/genius/projects/gekkota/build/gekkota-0.4-
debug/lib/Gekkota.Tests.dll (assemblyref_index=2)
  Major/Minor: 2,2
  Build:   0,0
  Token:   96d09a1eb7f44a77
System error: No such file or directory


I've also tried to copy the nunit.*.dll assemblies into
/usr/lib/mono/2.0, but no way...

Am I missing something?

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




---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


RE: [nant-dev] NUnit on Linux

2005-04-11 Thread Gert Driesen
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On 
 Behalf Of Giuseppe Greco
 Sent: maandag 11 april 2005 22:08
 To: NAnt Developers
 Subject: [nant-dev] NUnit on Linux
 
 Hi all,
 
 I'm trying to run the nunit2 task with Mono on Linux, but I
 always get the following error message:
 
 
 ** (/usr/local/share/NAnt/bin/NAnt.exe:6202): WARNING **:
   Could not find assembly nunit.framework, references
   from /home/genius/projects/gekkota/build/gekkota-0.4-
 debug/lib/Gekkota.Tests.dll (assemblyref_index=2)
   Major/Minor: 2,2
   Build:   0,0
   Token:   96d09a1eb7f44a77
 System error: No such file or directory
 
 
 I've also tried to copy the nunit.*.dll assemblies into
 /usr/lib/mono/2.0, but no way...
 
 Am I missing something?

Was it working before for you ?  What version of Mono are you using ?

Gert



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers