Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tcf-dev] [Bug 287732] Unable to build org.eclipse.tm.tcf using headless build

https://bugs.eclipse.org/bugs/show_bug.cgi?id=287732  
Product/Component: Target Management / TCF

Eugene Tarassov <eugene.tarassov@xxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #3 from Eugene Tarassov <eugene.tarassov@xxxxxxxxxxxxx>  2009-08-28 16:15:42 -0400 ---
Fixed.

Choosing lesser of two evils, I changed org.eclipse.tm.tcf.core to be a plugin
instead of fragment and added bundle activation code there. In order to
separate the activator code from pure Java code, I added separate source
directory for the activator.

I also create TCF headless build project in
features/org.eclipse.tm.tcf.headless.build. It can be used for testing and
debugging the build.

The changes are not 100% backward compatible: any client that uses
Require-Bundle: org.eclipse.tm.tcf
should be changed to use
Import-Package: org.eclipse.tm.tcf.core,
 org.eclipse.tm.tcf.protocol,
 org.eclipse.tm.tcf.services,
 org.eclipse.tm.tcf.util


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