`
xfxlch
  • 浏览: 165961 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

eclipse project .setting

    博客分类:
  • Java
阅读更多
有一个文件在.setting的目录下面:
文件名:org.eclipse.wst.common.component
内容为:

<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
    <wb-module deploy-name="rmm-volcker">
        <module-type module-type-id="jst.utility">
            <version/>
        </module-type>
        <wb-resource deploy-path="/" source-path="/.apt_generated"/>
        <wb-resource deploy-path="/" source-path="/src/main/java"/>
        <wb-resource deploy-path="/" source-path="/src/test/resource"/>
        <wb-resource deploy-path="/" source-path="/src/test/java"/>
        <wb-resource deploy-path="/" source-path="/src/main/resource"/>
    </wb-module>
</project-modules>
分享到:
评论

相关推荐

    把外部项目导入eclipse

    在 Eclipse 安装文件中的 `.setting` 文件夹中的 `org.eclipse.wst.common.project.facet.core.xml` 文件中,修改以下内容: ```xml &lt;faceted-project&gt; ... &lt;installed facet="jst.web" version="2.5"/&gt; ... ...

    向eclipse中导入外部项目

    解决方法是:在 Eclipse 安装文件里面的 .setting 文件里面的 org.eclipse.wst.common.project.facet.core.xml 文件,修改 &lt;installed facet="jst.web" version="3.0"/&gt; 为 &lt;installed facet="jst.web" version="2.5...

    Manning - Eclipse In Action.pdf

    - **Setting Up CVS Repository**: Guidance on setting up a CVS repository and connecting it to Eclipse. - **Advanced CVS Operations**: Advanced operations such as branching, merging, and resolving ...

    Eclipse导入项目报错问题解决方案

    解决方法是,找到项目根目录下的.setting目录,修改org.eclipse.wst.common.project.facet.core.xml文件,将里面的版本号修改成自己的版本号。 解决方案3:修改JDK版本 在Eclipse中,JDK版本是项目的核心配置之一...

    cuc-spring-tomcat7-template:初始发布

    将 .setting.zip 文件(eclipse facet)添加到外部 tomcat 7.0 服务器解压 .setting 添加到 tomcat 上下文的路径 tomcat 开始访问 添加 Eclipse JPA 方面支持 添加jsp页面支持网页内容/hello.jsp 添加 ...

    eclipse导入工程报错问题项目或者文件有红叉的解决方案

    如果上面的方法不行,可以找到项目的.setting目录下,找到org.eclipse.wst.common.project.facet.core.xml文件对Tomcat和Java的版本号进行修改。解决方法是: 1. 找到项目的.setting目录下,找到org.eclipse.wst....

    maven+eclipse

    此外,可能需要手动修改`.setting`文件夹下的`org.eclipse.wst.common.project.facet.core.xml`,确保配置正确。例如,设置`jst.web`版本为2.5。 在“Deployment Assembly”中,可以配置项目部署时的文件发布位置。...

    AndroidEssentials

    The Android Project................................................................................5 Running, Debugging, and Causing General Mayhem..........................8 Chapter 2: The ...

    eclipse 里设置文件的默认编码格式

    1. 在Eclipse的“Package Explorer”(包浏览器)或“Project Explorer”(项目浏览器)中,右键点击目标项目。 2. 选择“Properties”(属性)。 3. 在打开的项目属性对话框中,找到并点击“Resource”(资源)。 4...

    使用zend studio for eclipse不能激活代码提示功能的解决办法

    然后找到test项目所在的目录,把目录下的.cache和.setting都复制到要重编译的项目的目录下,把test项目中的.project中的name改成要重编译的项目的项目名称,再复制到该目录下替换掉原有的.project.重启等待编译完成...

    appfuse.tar.gz

    3. Rename the appfuse/data/.project back and refresh your left pane in Eclipse. 4. Repeat these steps for the "web" directory. IDEA 6.0+: ---------- From the command line, cd into the appfuse ...

    Flex Builder Plug-in and Adobe

    #### Downloading and Setting Up Eclipse To get started, you need to download Eclipse from the official website (as mentioned in the given content). The Eclipse IDE for Java developers is suitable for...

    图解利用Eclipse3+Sysdeo Tomcat plugin编辑和调试JSP

    - **JVM Setting**: 设置JVM参数。 - **Tomcat Manager App**: 增加用户,以便管理Tomcat服务器。 - 完成配置后,点击“应用”、“确定”。 **4. 自定义新建菜单** - “窗口”-&gt;“定制透视图”-&gt;“快捷方式”-&gt;...

    Maven权威指南 很精典的学习教程,比ANT更好用

    Transitive Dependencies, Project Attachments, and Project Artifacts 12.5.4.6. Advanced Unpacking Options 12.5.4.7. Summarizing Dependency Sets 12.5.5. moduleSets Sections 12.5.5.1. Module ...

    Setting focus cell in TableViewer

    标题“Setting focus cell in TableViewer”涉及到的是在Eclipse RCP(Rich Client Platform)开发中,如何在TableViewer组件中设置焦点单元格。TableViewer是Eclipse JFace库中的一个关键组件,用于显示和操作表格...

    maven 配置注意事项

    在Eclipse中,通过`Window &gt; Preferences &gt; Java &gt; Installed JREs &gt; Execution Environments`配置JDK,并在对应的执行环境中选择它。然后,在Maven项目中右键选择“Update Project...”以应用更改。 接着,我们...

    maven tomcat

    [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property'source'to'org.eclipse.jst.j2ee.server:mavenWeb'did not find a matching property. ``` - 双击新添加的Server,进入配置界面。 -...

    Eclipse_EMF_JET_自动代码生成技术入门

    通过 Project -&gt; Build All 或 Build Project 命令手动触发编译。编译成功后,会在 src 目录下生成对应的 Java 类文件。 ##### 7. 实现生成的方法 在 src 目录下的 `hello` 包中创建一个名为 `HelloWorldImpl` 的 ...

Global site tag (gtag.js) - Google Analytics