Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tcf-dev] [Bug 276281] New: [tcf] The org.eclipse.tm.tcf.core fragment is not loaded in a deployed version

https://bugs.eclipse.org/bugs/show_bug.cgi?id=276281  
Product/Component: Target Management / TCF
           Summary: [tcf] The org.eclipse.tm.tcf.core fragment is not loaded
                    in a deployed version
           Product: Target Management
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: TCF
        AssignedTo: dsdp.tm.tcf-inbox@xxxxxxxxxxx
        ReportedBy: uwe.stieber@xxxxxxxxxxxxx
         QAContact: martin.oberhuber@xxxxxxxxxxxxx


We've exported and applied the splitted version of org.eclipse.tm.tcf for the
first time to a real target platform definition. In binary form, the trick with
the fragment is not working. The org.eclipse.tm.tcf plugin became invalid as
the classes from the fragment are missing. It seems in binary form, the trick
which make it work if using it from SVN directly is not working. The class
files from the fragment are not loaded.

Not sure if the Eclipse rel-eng tools would be able to do this, but it seems
that the tcf.core jar file needs to be embedded within the tcf jar file and the
tcf MANIFEST.MF needs to be patched to make the content of the tcf.core jar
visible to the outside. The embedding of jar files into jar files works, we
have a working plugin doing exactly this :-), so it is really a question on
"how to build" here.


-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


Back to the top