Hey Jarred,

How are you calling NAnt?  I have a feeling that you are calling it
through a shell script in /usr/bin (I think that is where is sits in
Ubuntu).  If that is the case, that script may be pointing to
/usr/local/bin/mono instead of /usr/bin.  Update that path and it
should be good to go.

Hope that helps,
Ryan

On Thu, Mar 10, 2011 at 9:05 PM, Jarred Verne <jarredve...@gmail.com> wrote:
> Hi, I'm using Ubuntu 10.04, and my problem is:
> *I have first installed mono + nant by using apt-get
> *uninstalled nant-0.85
> *downloaded source from nant website and manually installed
> * now mono command works, but nant says: "exec: 2: /usr/local/bin/mono: not
> found"
> I can run mono applications normally by "mono" command, but I can not use
> nant now, I think there is a problem with the path,
> but I could not find any solution to correct the path
> when I do:
> $which mono
> I get the answer:
> /usr/bin/mono
>
> I hope you can help me, thanks
> Jarred
>
> ------------------------------------------------------------------------------
> Colocation vs. Managed Hosting
> A question and answer guide to determining the best fit
> for your organization - today and in the future.
> http://p.sf.net/sfu/internap-sfd2d
> _______________________________________________
> NAnt-users mailing list
> NAnt-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nant-users
>
>

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to