Bugs item #1180135, was opened at 2005-04-10 10:35
Message generated for change (Settings changed) made by fseoane
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1180135&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: fabian seoane (fseoane)
Assigned to: Nobody/Anonymous (nobody)
Summary: $PATH/bin/monoresgen.exe not found

Initial Comment:
In ubuntu (and i believe that also in debian), nant is
using $PATH/bin/monoresgen.exe as resgen tool, but
should be using $PATH/bin/monoresgen . 

The result is a "[resgen] cannot open assembly
/usr/bin/monoresgen.exe", and a build failure. 

----------------------------------------------------------------------

>Comment By: fabian seoane (fseoane)
Date: 2005-06-16 20:40

Message:
Logged In: YES 
user_id=910443

upgraded mono and nant, this issue seems to be solved. 

----------------------------------------------------------------------

Comment By: fabian seoane (fseoane)
Date: 2005-04-11 14:06

Message:
Logged In: YES 
user_id=910443

so, the picture is as follows: 

with the ubuntu (or debian) package, you have
$prefix/bin/(al, sn, monoresgen) , which are all softlinks
that point to $prefix/bin/cli-wrapper . It must be said that
you have no $prefix/lib/mono/1.0/monoresgen.exe, but rather
$prefix/share/dotnet/bin/monoresgen.exe . 

With a from-source install you too have
$prefix/bin/monoresgen , but this time it is a shell wrapper
that executes $prefix/lib/mono/1.0/monoresgen.exe . 

Anyway, NAnt searches for $prefix/bin/monoresgen.exe, which
is in both cases not avaiable. 

----------------------------------------------------------------------

Comment By: Gert Driesen (drieseng)
Date: 2005-04-10 14:53

Message:
Logged In: YES 
user_id=707851

We actually don't use the mono shell scripts, but instead 
execute the assemblies using the mono runtime.

I'm pretty sure that in mono 1.0.x all tool assemblies used to 
be in the $prefix/bin directory.

Check you check where all of the following files are located 
on your system (either in $prefix/bin or $prefix/lib):

monoresgen.exe
sn.exe
al.exe

Are they all in the $prefix/lib directory ?

----------------------------------------------------------------------

Comment By: fabian seoane (fseoane)
Date: 2005-04-10 12:20

Message:
Logged In: YES 
user_id=910443

ooops!, sorry. 

NAnt: NAnt 0.85 (Build 0.85.1869.0; rc2; 12/02/2005)
Mono: 1.0.5 /package from ubuntu 5.04)

----------------------------------------------------------------------

Comment By: Gert Driesen (drieseng)
Date: 2005-04-10 11:57

Message:
Logged In: YES 
user_id=707851

What version of Mono and NAnt are you using ?



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1180135&group_id=31650


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to