我想在test_spring_web中加入test_spring_service项目的jar包,test_spring_service已在本地仓库中存在,为什么还会报出Invalid classpath publish/export dependency /mvn_service. Project entries not supported.的错误?
不要动eclipse.在控制台执行:mvn eclipse:eclipse,然后刷新eclipse的项目试试.再不行就在pom中的plugins节点内加:
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <version>2.9</version> <configuration> <additionalProjectnatures> <projectnature>org.eclipse.jdt.core.javanature</projectnature> <!-- <projectnature>org.eclipse.m2e.core.maven2Nature</projectnature> <projectnature>org.springframework.ide.eclipse.core.springnature</projectnature> --> </additionalProjectnatures> <additionalBuildcommands> <buildcommand>org.eclipse.jdt.core.javabuilder</buildcommand> <!-- <buildcommand>org.eclipse.m2e.core.maven2Builder</buildcommand> <buildcommand>org.springframework.ide.eclipse.core.springbuilder</buildcommand> --> </additionalBuildcommands> </configuration> </plugin>
然后再
mvn eclipse:clean
mvn eclipse:eclipse
一般的eclipse的项目空间有.project和.classpath两个文件.执行eclipse:eclipse就是让maven的eclipse插件把.classpath内的jar引用地址重新更新一遍. eclipse:clean就是删除所有eclipse项目文件在用eclipse:eclipse重建
当然,上面的是复制别人的。
我的解决方案是:
是否所依赖的包是最新的包?
所以先更新该包。
然后Project celan
相关推荐
`logentries`部分则表明该库与Logentries服务有关,Logentries是一个实时日志管理和分析平台,可帮助开发者收集、存储和分析应用程序产生的日志数据。通过`buildbot_status_logentries`,用户可以将Buildbot的构建和...
Earlier versions of Delphi and C++ Builder will not be supported. If you need Delphi 3 or C++ Builder 3 support you will have to revert to version 3.7 of the Drag and Drop Component Suite. The ...
This project model is not meant to be a tool to justify creating impositions for developers, but as a tool to facilitate coordination. It is meant as a description of the project, with an overview of...
Snapshots are available using the clever "snapshot" feature of the git server (see the "snapshot" link after all commit entries). NOTE: even though the download will be a bzip2 compressed tarball, ...
Caused by: java.util.jar.JarException: file:/opt/code/signal-Server-master/target/TextSecureServer-1.87.jar has unsigned entries - org/whispersystems/dispatch/DispatchManager$4.class at javax.crypto....
PART I: CORE TECHNOLOGIES 1 Overview ...................................................................................................... 3 1.1 Introduction ............................................
This is a shared library for Android, iOS, OSX, Windows, Linux and webGL to decompress 7z (7zip) files and to compress/...- Ability to cancel the decompression when the 7z archive has multiple entries.
根据给定文件的信息,我们可以分析出这是一份与Hadoop实战相关的数据样本文件,用于示例演示或教学目的。此文件包含了一系列访问日志条目,每个条目由多个字段组成,具体包括:唯一标识符(ID)、请求的URL、日期...
vue页面导入导出功能,简单实用,一键导入导出页面的表格
描述中提到的异常信息 "only DEFLATED entries can have EXT descriptor" 是一个与ZIP文件格式相关的错误,通常会在尝试解压使用非标准压缩方法(例如EXT)的ZIP条目时出现。 ZIP文件格式规范允许不同的压缩方法,...
日志条目设置docker 镜像是一台 Linux 机器,就像任何其他机器一样,因此设置 LogEntries 就像在标准服务器上一样简单。 诀窍是知道在哪里输入命令。 如果您宁愿跳过该示例,而是在您自己的 Docker 容器上设置 Log...
Creation of registry and .INI entries. Running other programs before, during or after install. Support for multilingual installs, including right-to-left language support. Support for passworded ...
导航到 Forms->Remove Entries 以选择您的表单并删除条目 变更日志 0.3 修复了 AJAX 插件冲突 添加常见问题 0.1 初始发行 执照 该程序是免费软件; 您可以根据自由软件基金会发布的 GNU 通用公共许可证的条款重新...
After a long period, after installing and uninstalling a lot number of applications, your Windows registry will contain a large number of obsolete entries. These will significantly increase the ...
### 导出Excel错误处理及解决方案 #### 异常详情解析 在进行Web请求处理过程中,遇到一个未处理的异常情况。根据提供的异常详细信息,我们可以了解到具体的异常类型及其原因。异常类型为`System....
在编程领域,添加条目到组合框(ComboBox)是一个常见的任务,尤其在开发用户界面时。组合框是一种控件,允许用户从预定义的选项中选择一个或输入新的值。这个过程涉及到对控件的编程,通常是通过某种编程语言实现的...
Toggl API Ruby 客户端 切换接口 和 API 的 Ruby 接口 安装 将此行添加到应用程序的 Gemfile 中: gem 'toggl_api' 然后执行: $ bundle ... entries = base.time_entries(Date.today - 1, Date.today)
标题中的"Python库 | logentries-envs-0.0.5.tar.gz"指的是一个特定版本(0.0.5)的Python库,名为"logentries-envs",它被压缩成一个`.tar.gz`文件以便于分发和安装。`.tar.gz`是一种常见的归档格式,它结合了`.tar...
在ABAP编程环境中,"ABAP for all entries使用中注意的问题"这一主题深入探讨了在进行数据处理和数据库查询时,使用FOR ALL ENTRIES IN语句的一些关键注意事项和潜在陷阱。FOR ALL ENTRIES IN是一种强大的工具,允许...
当Eclipse提示"The archive: /bin/bootstrap.jar which is referenced by the classpath, does not exist."时,意味着Tomcat在试图启动时找不到这个必要的档案,这通常与Eclipse中的服务器配置有关。 描述中提到的...