Bug 140711 - SkDialer.dll should be relocated to make single jar work
Summary: SkDialer.dll should be relocated to make single jar work
Status: NEW
Alias: None
Product: VTP
Classification: Technology
Component: simdebug (show other bugs)
Version: 1.0   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Mike Greenawalt CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-08 19:03 EDT by Mike Greenawalt CLA
Modified: 2009-04-30 18:59 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Greenawalt CLA 2006-05-08 19:03:55 EDT
A goal of Callisto projects is to have every plug-in be a single jar rather than a  directory. 

My experience is that with the SkDialer.dll located in the directory structure where it is, making the plug-in as a jar file causes the dll to not be located at runtime. 

I inquired on the newsgroups, and was informed that dlls *can* be included if they are at the top-level of the jar. Then the library loader can find them.

Right now, the dll is located in org.eclipse.vtp.dialer.skype/os/win32/x86 

It should be moved to the toplevel of this structure.
Comment 1 Brent D. Metz CLA 2006-05-09 10:14:30 EDT
Great find. All that should be needed is a change in the build.properties as well. I'll do it immediately and spin the daily build.
Comment 2 Terran Gilman CLA 2009-04-30 18:37:48 EDT
Mike,

Another old bug.
Comment 3 Mike Greenawalt CLA 2009-04-30 18:59:11 EDT
Let's reassign this one to Adam Berry. It is all about the build configuration.

One caution:  Do not lose SkDialer.dll. I shudder at the thought of ever successfully recreating it from source again. It was painful in the beginning, and has not gotten better in the intervening 3+ years.