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

Category: None
Group: None
Status: Open
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-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 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=6595&alloc_id=14396&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to