Community
Participate
Working Groups
Build ID: M20080827-2000 Steps To Reproduce: The name is org_eclipse_core_internal_net_proxy_win32_winhttp_WinHttp.hwhich is a bit to long:) This is the default header file generated by javah utility but it doesn't mean it can't be changed.
Created attachment 111497 [details] Patch_v01
Created attachment 111498 [details] Recompiled library jWinHttp.dll The library had to be recompiled so it corresponds to the modified sources. Szymon, are you OK with the changes?
Created attachment 111499 [details] Patch_v01B One more thing, updated BUILD_INFO.TXT.
(In reply to comment #2) > Created an attachment (id=111498) [details] > Recompiled library jWinHttp.dll > > The library had to be recompiled so it corresponds to the modified sources. > Szymon, are you OK with the changes? I think that we could add version to the lib name. Something like jWinHttp-1.0.0.dll. What do you think Pawel?
Created attachment 111565 [details] Patch_v02 I agree with you, Szymon - the native windows library should be versioned as well as the Linux one is. I chose the Linux naming convention so the new library name is jWinHttp-1.0.0.dll. This convention is simple and related to eclipse versioning system as well. Those are reasons why I dropped the Windows naming convention.
Created attachment 111566 [details] Recompiled library The recompiled library. Update of the BUILD_INFO.txt is already included in the Patch_02. Szymon, does it look good now?
Looks good. Thanks Pawel.
Released to HEAD, updated build.properties for the fragment as well.