Questions tagged «sts-springsourcetoolsuite»

6
断点被删除,我如何使它们有效?
我有一个棘手的问题: 我无法设置有效的断点。没有在Tests中,也没有在Java类中。我搜索了Stackoverflow和google,但找不到任何遇到相同问题的人。 我正在使用STS(x86)和Maven。 编辑:这似乎令人困惑,但我自己解决了。我必须去运行->跳过所有断点(设置了它,我想知道它是如何设置的,因为我没有这样做)

30
Maven2:缺少工件,但有罐子
从现在开始,我的Maven 2开始混乱。 我正在使用SPring STS 2.6.1,并且只有一个基于Spring 3,Hibernate,DWR,Cometd和所有其他东西的项目。 今天,我刚刚从Git进行了更新,突然之间,mvn我的项目旁边出现了那个令人惊叹的感叹号(!)。 点击“项目-> Maven->更新依赖项”后,我收到: 24.05.11 15:26:58 MESZ: Missing artifact org.jdom:jdom:jar:1.1:compile 24.05.11 15:26:58 MESZ: Missing artifact org.apache.solr:solr-common:jar:1.3.0:compile 24.05.11 15:26:58 MESZ: Missing artifact org.apache.solr:solr-core:jar:1.3.0:compile 24.05.11 15:26:58 MESZ: Missing artifact org.apache.solr:solr-solrj:jar:1.3.0:compile 24.05.11 15:26:58 MESZ: Missing artifact stax:stax:jar:1.2.0:compile 24.05.11 15:26:58 MESZ: Missing artifact stax:stax-api:jar:1.0.1:compile 24.05.11 15:26:58 MESZ: Missing artifact …

23
编译器错误“无法读取所需库的存档”-Spring Tool Suite
我开始配置开发环境,并且正在使用Spring Tool Suite 2.8.1和m2E 1.01。 据我所知,由于这是Maven项目(我的第一个),所以我的Maven POM指示(以及m2E smarts)我的项目构建配置和依赖项。 我想知道的是为什么我的IDE会显示Java Build问题,当我看到.m2中的jar时显示为“无法读取库library / path / somejar.jar所需的存档或不是有效的zip文件”。仓库? 所有错误均与commons-logging:1.1.1有关,我在父pom中排除了这些错误。这是通过spring-context-support:3.0.5获得的过渡性依赖。我从构建中排除了该库,现在错误与spring-context-support库有关。 我已经附上了一个截图来说明。
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.