[Mono-bugs] [Bug 327559] New: xsp "scripts" disregard --prefix

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Sep 23 06:38:32 EDT 2007


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: mhabersack at novell.com
        ReportedBy: tyler at monkeypox.org
         QAContact: mono-bugs at ximian.com
          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.


More information about the mono-bugs mailing list