[Mono-bugs] [Bug 409094] New: addin.xml paths are not cross platform

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jul 14 20:13:58 EDT 2008


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


           Summary: addin.xml paths are not cross platform
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Mono.Addins
        AssignedTo: lluis at novell.com
        ReportedBy: sempuki1 at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


On windows the following is required:

<Addin>
    <Runtime>
        <Import assembly="..\foo.dll"/>
    </Runtime>
..
</Addin>

Where on linux you would need the following:

<Addin>
    <Runtime>
        <Import assembly="../foo.dll"/>
    </Runtime>
..
</Addin>


-- 
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