facebook

Why absolute path in .settings/org.jboss.tools.jst.web.xml?

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #318210 Reply

    Kai Kretschmann
    Participant

    I’m working with MyEclipse 9.1 using windows 7 from two PCs (office/home) and store my project into an external SVN server.
    I do have two different user logins on these PCs with different names.
    When I commit my project it has no errors or warnings. Updating the sources to the other PC now brings me some warnings about classes not found.

    I found the file <project>/.settings/org.jboss.tools.jst.web.xml which stores not relative path information starting from workspace or program folder but absolute path information like this:

    <file-system NAME="lib-jsf-api.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\Common\plugins\com.genuitec.eclipse.j2eedt.core_9.0.0.me201106292137\data\libraryset\EE_6\jsf-api.jar" model-entity="FileSystemJar"/>

    But the name part kkr differs from PC to PC (kai or kkr).

    How to go on in this case? I need to check in this file or is it generated by some magic? Or can I use some variable placeholder for the starting path? What happens if I develop using a Mac and a PC, how will the path info survive?

    #318216 Reply

    support-joy
    Member

    kkr,

    Sorry to hear you are running into this issue. I am afraid, I need more information from you to investigate further.
    1. Copy and paste your installation details. Open MyEclipse IDE, from menu options click on MyEclipse > Installation Summary > Installation Details
    2. What is the type of project you are working on? Are you using any tools, if yes, please list them here.
    3. Have you added any 3rd party plugins to your profile apart from SVN? If yes, please list them here.
    4. I suggest you exclude project settings being included in svn. This would eliminate the absolute path issue.

    I have verified with a test web project that the .xml file located at ~\Workspaces\MyEclipse 9 \WP2\.settings does not list any absolute path. Could you send me your .xml file?

    #318220 Reply

    Kai Kretschmann
    Participant

    The installation details are:

    
    *** Date: 
    Donnerstag, 14. Juli 2011 11:47 Uhr MESZ
    
    ** System properties:
    OS=WindowsVista
    OS version=6.1.0
    Java version=1.6.0_13
    
    
    *** MyEclipse details:
    MyEclipse Enterprise Workbench
    Version: 9.1
    Build id: 9.1-20110701
    
    
    *** Eclipse details:
    MyEclipse Enterprise Workbench
    
    Version: 9.1
    Build id: 9.1-20110701
    
    
    
    
    
    
    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -showsplash
    -launcher
    C:\Users\kkr\AppData\Local\Genuitec\MyEclipse 9\myeclipse.exe
    -name
    Myeclipse
    --launcher.library
    C:\Users\kkr\AppData\Local\Genuitec\MyEclipse 9\../Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_3.2.0.v201103301700\eclipse_3215.dll
    -startup
    C:\Users\kkr\AppData\Local\Genuitec\MyEclipse 9\../Common/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
    -install
    C:\Users\kkr\AppData\Local\Genuitec\MyEclipse 9
    -configuration
    C:\Users\kkr\AppData\Local\Genuitec\MyEclipse 9\configuration
    -vm
    C:\Users\kkr\AppData\Local\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\client\jvm.dll
    
    

    and the current .settings file is

    
    <?xml version="1.0" encoding="UTF-8"?>
    <file-systems VERSION="2.0.0" application-name="kampanje"
     model-entity="FileSystems" workspace-home="./WebRoot/WEB-INF">
     <file-system NAME="WEB-INF" location="%workspace.home%" model-entity="FileSystemFolder"/>
     <file-system NAME="WEB-ROOT" info="Content-Type=Web"
      location="%workspace.home%/.." model-entity="FileSystemFolder"/>
     <file-system NAME="src" location="%workspace.home%/../../src" model-entity="FileSystemFolder"/>
     <file-system NAME="lib" location="%workspace.home%/lib" model-entity="FileSystemFolder"/>
     <file-system NAME="classes" location="%workspace.home%/classes" model-entity="FileSystemFolder"/>
     <file-system NAME="kampanje" location="%eclipse.project%" model-entity="FileSystemFolder"/>
     <file-system NAME="lib-jsf-api.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\Common\plugins\com.genuitec.eclipse.j2eedt.core_9.0.0.me201106292137\data\libraryset\EE_6\jsf-api.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-jsf-impl.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\Common\plugins\com.genuitec.eclipse.j2eedt.core_9.0.0.me201106292137\data\libraryset\EE_6\jsf-impl.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-javaee.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\Common\plugins\com.genuitec.eclipse.j2eedt.core_9.0.0.me201106292137\data\libraryset\EE_5\javaee.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-jstl-1.2.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\Common\plugins\com.genuitec.eclipse.j2eedt.core_9.0.0.me201106292137\data\libraryset\EE_5\jstl-1.2.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-mysql-connector-java-5.1.17-bin.jar"
      location="C:\Users\kkr\Workspaces\MyEclipse 9\kampanje\WebRoot\WEB-INF\lib\mysql-connector-java-5.1.17-bin.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-org.springframework.web-3.0.5.RELEASE.jar"
      location="C:\Users\kkr\Workspaces\MyEclipse 9\kampanje\WebRoot\WEB-INF\lib\org.springframework.web-3.0.5.RELEASE.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-org.springframework.core-3.0.5.RELEASE.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\data.0\lib\core\org.springframework.core-3.0.5.RELEASE.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-org.springframework.context-3.0.5.RELEASE.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\data.0\lib\core\org.springframework.context-3.0.5.RELEASE.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-org.springframework.beans-3.0.5.RELEASE.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\data.0\lib\core\org.springframework.beans-3.0.5.RELEASE.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-org.springframework.asm-3.0.5.RELEASE.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\data.0\lib\core\org.springframework.asm-3.0.5.RELEASE.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-com.springsource.org.apache.log4j-1.2.15.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\data.0\lib\core\com.springsource.org.apache.log4j-1.2.15.jar" model-entity="FileSystemJar"/>
     <file-system
      NAME="lib-com.springsource.org.apache.commons.logging-1.1.1.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\data.0\lib\core\com.springsource.org.apache.commons.logging-1.1.1.jar" model-entity="FileSystemJar"/>
     <file-system
      NAME="lib-org.springframework.expression-3.0.5.RELEASE.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\data.0\lib\core\org.springframework.expression-3.0.5.RELEASE.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-hibernate-annotations.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\myeclipse-data.3\lib\entitymanager\hibernate-annotations.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-hibernate-commons-annotations.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\myeclipse-data.3\lib\entitymanager\hibernate-commons-annotations.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-hibernate-entitymanager.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\myeclipse-data.3\lib\entitymanager\hibernate-entitymanager.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-hibernate-validator.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\myeclipse-data.3\lib\hibernate-validator.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-ejb3-persistence.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\myeclipse-data.3\lib\entitymanager\ejb3-persistence.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-cglib-2.2.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\myeclipse-data.3\lib\bytecode\cglib\cglib-2.2.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-javassist-3.9.0.GA.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\myeclipse-data.3\lib\bytecode\javassist\javassist-3.9.0.GA.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-antlr-2.7.6.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\myeclipse-data.2\lib\antlr-2.7.6.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-commons-collections-3.1.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\myeclipse-data.3\lib\required\commons-collections-3.1.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-hibernate3.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\myeclipse-data.3\lib\hibernate3.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-jta-1.1.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\myeclipse-data.3\lib\required\jta-1.1.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-ehcache-1.2.3.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\myeclipse-data.2\lib\ehcache-1.2.3.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-slf4j-api-1.5.8.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\myeclipse-data.3\lib\required\slf4j-api-1.5.8.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-slf4j-log4j12-1.5.8.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\myeclipse-data.3\lib\required\slf4j-log4j12-1.5.8.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-log4j-1.2.14.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\myeclipse-data.3\lib\required\log4j-1.2.14.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-dom4j-1.6.1.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\myeclipse-data.1\lib\dom4j-1.6.1.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-org.springframework.aop-3.0.5.RELEASE.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\data.0\lib\aop\org.springframework.aop-3.0.5.RELEASE.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-com.springsource.org.aopalliance-1.0.0.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\data.0\lib\aop\com.springsource.org.aopalliance-1.0.0.jar" model-entity="FileSystemJar"/>
     <file-system
      NAME="lib-com.springsource.org.aspectj.weaver-1.6.8.RELEASE.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\data.0\lib\aop\com.springsource.org.aspectj.weaver-1.6.8.RELEASE.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-com.springsource.net.sf.cglib-2.2.0.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\data.0\lib\aop\com.springsource.net.sf.cglib-2.2.0.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-org.springframework.aspects-3.0.5.RELEASE.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\data.0\lib\aop\org.springframework.aspects-3.0.5.RELEASE.jar" model-entity="FileSystemJar"/>
     <file-system
      NAME="lib-org.springframework.instrument-3.0.5.RELEASE.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\data.0\lib\aop\org.springframework.instrument-3.0.5.RELEASE.jar" model-entity="FileSystemJar"/>
     <file-system
      NAME="lib-org.springframework.instrument.tomcat-3.0.5.RELEASE.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\data.0\lib\aop\org.springframework.instrument.tomcat-3.0.5.RELEASE.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-persistence.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\data.0\lib\persistCore\persistence.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-org.springframework.jdbc-3.0.5.RELEASE.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\data.0\lib\persistCore\org.springframework.jdbc-3.0.5.RELEASE.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-org.springframework.orm-3.0.5.RELEASE.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\data.0\lib\persistCore\org.springframework.orm-3.0.5.RELEASE.jar" model-entity="FileSystemJar"/>
     <file-system
      NAME="lib-org.springframework.transaction-3.0.5.RELEASE.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\data.0\lib\persistCore\org.springframework.transaction-3.0.5.RELEASE.jar" model-entity="FileSystemJar"/>
     <file-system
      NAME="lib-com.springsource.com.mchange.v2.c3p0-0.9.1.2.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\data.0\lib\persistJdbc\com.springsource.com.mchange.v2.c3p0-0.9.1.2.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-commons-dbcp.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\data.0\lib\persistJdbc\commons-dbcp.jar" model-entity="FileSystemJar"/>
     <file-system
      NAME="lib-com.springsource.org.apache.commons.pool-1.5.3.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\data.0\lib\persistJdbc\com.springsource.org.apache.commons.pool-1.5.3.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-jotm.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\data.0\lib\persistJdbc\jotm.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-xapool.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\data.0\lib\persistJdbc\xapool.jar" model-entity="FileSystemJar"/>
     <file-system
      NAME="lib-com.springsource.org.apache.commons.lang-2.4.0.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles<!-- [\.cp\data.0\lib\persistJdbc\com.springsource.org.apache.commons.lang-2.4.0.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-resources.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\resources.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-dnsns.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\ext\dnsns.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-localedata.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\ext\localedata.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-sunjce_provider.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\ext\sunjce_provider.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-sunmscapi.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\ext\sunmscapi.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-sunpkcs11.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\ext\sunpkcs11.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-javax.persistence_2.0.1.v201006031150.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\Common\plugins\javax.persistence_2.0.1.v201006031150.jar" model-entity="FileSystemJar"/>
     <file-system
      NAME="lib-org.eclipse.persistence.core_2.1.2.v20101206-r8635.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\Common\plugins\org.eclipse.persistence.core_2.1.2.v20101206-r8635.jar" model-entity="FileSystemJar"/>
     <file-system
      NAME="lib-org.eclipse.persistence.jpa_2.1.2.v20101206-r8635.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\Common\plugins\org.eclipse.persistence.jpa_2.1.2.v20101206-r8635.jar" model-entity="FileSystemJar"/>
     <file-system
      NAME="lib-org.eclipse.persistence.asm_2.1.2.v20101206-r8635.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\Common\plugins\org.eclipse.persistence.asm_2.1.2.v20101206-r8635.jar" model-entity="FileSystemJar"/>
     <file-system
      NAME="lib-org.eclipse.persistence.antlr_2.1.2.v20101206-r8635.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\Common\plugins\org.eclipse.persistence.antlr_2.1.2.v20101206-r8635.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-core-ldap-1.3.0.RELEASE.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles61<!-- [\.cp\lib\spring-security.0.5\core-ldap-1.3.0.RELEASE.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-security-config-3.0.5.RELEASE.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles61<!-- [\.cp\lib\spring-security.0.5\security-config-3.0.5.RELEASE.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-security-core-3.0.5.RELEASE.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles61<!-- [\.cp\lib\spring-security.0.5\security-core-3.0.5.RELEASE.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-security-ldap-3.0.5.RELEASE.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles61<!-- [\.cp\lib\spring-security.0.5\security-ldap-3.0.5.RELEASE.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-security-taglibs-3.0.5.RELEASE.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles61<!-- [\.cp\lib\spring-security.0.5\security-taglibs-3.0.5.RELEASE.jar" model-entity="FileSystemJar"/>
     <file-system NAME="lib-security-web-3.0.5.RELEASE.jar"
      location="C:\Users\kkr\AppData\Local\MyEclipse\MyEclipse 9\configuration\org.eclipse.osgi\bundles61<!-- [\.cp\lib\spring-security.0.5\security-web-3.0.5.RELEASE.jar" model-entity="FileSystemJar"/>
     <file-system NAME="src-1" location="%workspace.home%/../../META-INF" model-entity="FileSystemFolder"/>
     <web SERVLET_VERSION="2.4" model-entity="JstWeb" model-path="/web.xml">
      <module URI="/WEB-INF/faces-config.xml" model-entity="WebJSFModule"
       model-path="/faces-config.xml" src="src" web-root="WEB-ROOT"/>
     </web>
    </file-systems>
    

    Project type is a spring jsf icefasces hibernate tomcat mysql thingading. No special Eclipse modules installed.

    #318242 Reply

    support-tony
    Keymaster

    kkr,

    I believe that the file org.jboss.tools.jst.web.xml is not needed. Could you try deleting it and see if that solves the problem (back it up first, just to be safe)? If so, then you could ignore that file in SVN.

    Please let us know if that works.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Why absolute path in .settings/org.jboss.tools.jst.web.xml?

This topic is marked as closed to new replies, however your posting capabilities still allow you to do so.

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