- This topic has 6 replies, 3 voices, and was last updated 17 years ago by RSO_ROMAN.
-
AuthorPosts
-
NotesSenseiMemberIn 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?
Loyal WaterMemberOther 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.
RSO_ROMANMemberThis message has not been recovered.
Loyal WaterMemberThis message has not been recovered.
RSO_ROMANMemberThis message has not been recovered.
Loyal WaterMemberThis message has not been recovered.
RSO_ROMANMemberI 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.
-
AuthorPosts