4 Replies Latest reply on Apr 27, 2012 9:59 AM by sfcoy

    Sharing Eclipse classpath with the team using different JBoss versions

    onlywei

      Hello,

       

      Does anyone know how to properly set up Eclipse classpath variables for a team that uses different JBoss versions, so that the .classpath file can be shared over source control?

      More specifically, some team members use the Eclipse JBoss Tools Plugin and some do not.

       

      So, the .classpath files have the following conflict:

       

      <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.jboss.ide.eclipse.as.core.server.runtime.runtimeTarget/JBoss 5.1 Runtime"/>

       

      versus

       

      <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.generic.runtimeTarget/JBoss v5.0"/>

       

      Does anyone know how to fix this without just asking everyone to install JBoss Tools?

       

      Thanks!