IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.


#Sterling
#Supplychain
 View Only
  • 1.  WTX, Eclipse & Git source code control

    Posted 02/28/13 11:16 AM

    Originally posted by: SystemAdmin


    Is anyone using Git for source code control with WTX in Eclipse? What is required to hook them together?
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender


  • 2.  Re: WTX, Eclipse & Git source code control

    Posted 02/28/13 12:02 PM

    Originally posted by: thorstenhirsch


    Hi Jim, you can install the standard git plugin for eclipse: http://www.eclipse.org/egit/
    Git functionality will be added in the navigator window -> context menu -> team. And you will get a sync view.

    If the latest version of the plugin doesn't work, you might need to switch to an older one which is designed for the eclipse version wtx is built on (e.g. wtx 8.4.0.3 uses eclipse 3.6).
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender


  • 3.  Re: WTX, Eclipse & Git source code control

    Posted 02/28/13 01:37 PM

    Originally posted by: SystemAdmin


    Thanks, Thorsten
    Do I need to install Eclipse EGit or just EGit Plug-in Import Support?

    Unfortunately in either case, I'm getting the following error message with "Contact all update sites..." either checked or unchecked:
    "Cannot complete the install because one or more required items could not be found.
    Software being installed: EGit Plug-in Import Support 2.3.1.201302201838-r (org.eclipse.egit.import.feature.group 2.3.1.201302201838-r)
    Missing requirement: EGit Plug-in Import Support 2.3.1.201302201838-r (org.eclipse.egit.import.feature.group 2.3.1.201302201838-r) requires 'org.eclipse.team.core 3.6.100' but it could not be found"

    WTX 8.4.0.3 appears to be using Eclipse 3.6.2. This error comes up a lot when I search the Web. I'll try posting on the Eclipse forum at http://www.eclipse.org.
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender


  • 4.  Re: WTX, Eclipse & Git source code control

    Posted 01/08/14 07:59 AM

    Originally posted by: VijT


    I am facing the same issue.Did you resolve this on your side ?


    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender
    #DataExchange


  • 5.  Re: WTX, Eclipse & Git source code control

    Posted 01/10/14 12:59 PM

    Originally posted by: Jim Divoky


    I believe I was the original poster of this question.  Unfortunately I don't recall the outcome. I was working on a client's notebook computer which I no longer have.

    Jim Divoky


    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange


  • 6.  Re: WTX, Eclipse & Git source code control

    Posted 02/12/14 05:23 AM

    Originally posted by: thorstenhirsch


    Yes, it looks like the latest EGit version depends on a more recent Eclipse. I'm facing the following error:

    org.eclipse.core.runtime [3.7.0,4.0.0)' but it could not be found

    So, yes, we must use an older EGit plugin for WTX 8.4.x.x. However your error is different, but it's still a dependency problem:

    org.eclipse.team.core 3.6.100

    Now I'm not sure about the Eclipse version consistency, but if the team packages match the core packages, that would mean:

    EGit 2.3.x depends on Eclipse 3.6 - should work for WTX 8.4.x

    EGit 3.2.x depends on Eclipse 3.7

    And I guess you can solve your dependency problem by adding/activating the official eclipse repositories in "Available Sites", because that's where org.eclipse.team.core 3.6.100 should be available. After adding/activating the repository you should try it once more and this time Eclipse will be able to resolve the dependency.


    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender