https://bugzilla.novell.com/show_bug.cgi?id=327559

           Summary: xsp "scripts" disregard --prefix
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
          Found By: Third Party Developer/Partner


When using parallel Mono environments, the rest of the "scripts" that run
Mono-based tools (wsdl, xbuild, etc) look like this:

#!/bin/shexec /home/tyler/jail/bin/mono $MONO_OPTIONS
/home/tyler/jail/lib/mono/2.0/xbuild.exe "$@"


Whereas, xsp, and xsp2 that are installed into $PREFIX/bin have the incorrect
version of Mono specified, as such:

#!/bin/shexec /usr/bin/mono $MONO_OPTIONS
"/home/tyler/jail/lib/mono/2.0/xsp2.exe" "$@"

Causing all sorts of havoc when you start to mix things up for testing :/


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to