facebook

Team development MyEclipse <-> IBM RAD

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #279948 Reply

    NotesSensei
    Member

    In a project I need to collaborate with developers who use Rational Application Developer. I found a puzzling problem on the classpath where MyEclipse and RAD differ:

    This the the myEclipse stuff:

    classpathentry kind=”con” path=”org.eclipse.jst.j2ee.internal.web.container”/
    classpathentry kind=”con” path=”com.instantiations.j2ee.J2EE14_CONTAINER”/
    classpathentry kind=”con” path=”org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/WebSphere v6.1 JRE”/

    This is the RAD entry:

    classpathentry kind=”con” path=”org.eclipse.jst.server.core.container/com.ibm.ws.ast.st.runtime.runtimeTarget.v61/was.base.v61″/
    classpathentry kind=”con” path=”org.eclipse.jst.j2ee.internal.web.container”/
    classpathentry kind=”con” path=”org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/WebSphere v6.1 JRE”/

    Other than ignore the classpath entry (in SVN) is there a way to use the same config?

    #279972 Reply

    Loyal Water
    Member

    Other than ignore the classpath entry (in SVN) is there a way to use the same config?

    You are bound to run into other compatibility issue as well. I dont think you can get this to work smoothly.

    #280244 Reply

    RSO_ROMAN
    Member

    This message has not been recovered.

    #280251 Reply

    Loyal Water
    Member

    This message has not been recovered.

    #280252 Reply

    RSO_ROMAN
    Member

    This message has not been recovered.

    #280255 Reply

    Loyal Water
    Member

    This message has not been recovered.

    #280581 Reply

    RSO_ROMAN
    Member

    I now try to port the RAD projects the following way: I add web project capabilities manually to a RAD Web Project. Afterwards I manipulate the .classpath and the .mymetadata files with an ant task.
    My problem is: The changes seem to work only after a manual manipulation in the properties-widget of the web project (e.g. changing the context-root), a restart of myEclipse and a full rebuild.
    Maybe anyone has an idea how these changes could work immediately? What did I miss in my considerations?

    Thanks for any reply.

Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: Team development MyEclipse <-> IBM RAD

You must be logged in to post in the forum log in