已下载了Maven-3.0.5并配置了环境变量,springside4-4.0.1.GA解压到D:\,然后按照说明运行 quick-start.bat,下载了不少包,现在停在这个地方,接下来应该怎么操作?
-
安装SpringSide4,执行quick-start.bat 停在Downloaded了10
问题补充:Maven安装路径:
D:\apache-maven-3.0.5
系统变量:
M2_HOME D:\apache-maven-3.0.5
PATH ....;%M2_HOME%\bin;
SpringSide解压路径:
D:\springside4-4.0.1.GA
问题补充:[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Springside :: Module :: Parent .................... SUCCESS [21.360s]
[INFO] Springside :: Module :: Test ...................... FAILURE [38:31.356s]
[INFO] Springside :: Module :: Core ...................... SKIPPED
[INFO] Springside :: Module :: Extension ................. SKIPPED
[INFO] Springside :: Module .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 38:52.966s
[INFO] Finished at: Thu May 16 13:04:29 CST 2013
[INFO] Final Memory: 6M/15M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project springside-test: Could not resolve dep
endencies for project org.springside:springside-test:jar:4.0.1.GA: Could not tra
nsfer artifact org.springframework:spring-asm:jar:3.1.3.RELEASE from/to central
(http://repo.maven.apache.org/maven2): GET request of: org/springframework/sprin
g-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.jar from central failed: Read timed
out -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyReso
lutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :springside-test
Error Happen!!
请按任意键继续. . .2013年5月16日 13:04
2个答案 按时间排序 按投票排序
-
Could not resolve dependencies for project org.springside:springside-test:jar:4.0.1.GA: Could not transfer artifact org.springframework:spring-asm:jar:3.1.3.RELEASE from/to central
(http://repo.maven.apache.org/maven2): GET request of: org/springframework/sprin
g-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.jar from central failed: Read timed
out -> [Help 1]
不能解析依赖,因为缺少包,缺少org.springframework:spring-asm:jar:3.1.3.RELEASE这个包,因为什么缺少呢,是因为尝试去中央仓库去下载该jar包的时候,时间超时了,然后就buildFailture了。
解决方法:可以手动下载缺少的jar包,然后安装该构件到本地仓库里
安装命令:install:install-file -DgroupId=org.springframework
-DartifactId=spring-asm -Dversion=3.1.3.RELEASE -Dpackaging=jar -Dfile=你的手动下载的jar包的目录2013年5月16日 16:03
-
Springside :: Module :: Test ...................... FAILURE [38:31.356s]
表示测试失败
Could not resolve dep
endencies for project org.springside:springside-test:jar:4.0.1.GA: Could not tra
nsfer artifact org.springframework:spring-asm:jar:3.1.3.RELEASE from/to central
(http://repo.maven.apache.org/maven2): GET request of: org/springframework/sprin
g-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.jar from central failed: Read timed
out
这个提示是告诉你依赖的jar包没有找到。
确保你本地仓库位置里面都有这些依赖文件
org.springframework:spring-asm:jar:3.1.3.RELEASE
2013年5月16日 13:21
相关推荐
springside-core-4.1.0.GA.jar是一个重要的Java库,它在Java开发领域中扮演着核心角色,尤其对于那些使用Spring框架的项目。这个jar包不仅包含了springside-core-4.1.0.GA的主要功能,还兼容了springside-core-3.3.4...
springside3-core-3.0.4.jar
springside-core-4.2.2.GA.pom springside-core-4.2.2.GA.pomspringside-core-4.2.2.GA.pomspringside-core-4.2.2.GA.pomspringside-core-4.2.2.GA.pom
pom.xml配置 ...mvn install:install-file -DgroupId=org.springside -DartifactId=springside-core -Dversion=4.2.2.GA -Dfile=./springside-core-4.2.2.GA.jar -Dpackaging=jar -DgeneratePom=true
在springside4-4.2.3.GA中,我们可以看到以下主要模块: 1. **Core**:这是SpringSide的核心模块,包含了一些通用的工具类和配置,如日志管理、代码生成器、属性文件管理等,为项目提供了基础服务。 2. **Demo**:...
springside3-core-3.3.4.jar
springside4-4.2.3.GA.tar
springside-core-4.2.3-GA.jar,如果jar包不完整,可能会导致异常:LifecycleProcessor not initialized - call 'refresh' before invoking lifecycle methods via the context
springside-core-4.2.2.GA.jar
《SpringSide核心库4.2.2.GA详解》 SpringSide是一款基于Spring框架的开源项目,它旨在为Java开发者提供一个快速、整洁且高效的开发环境。SpringSide Core 4.2.2.GA是该项目的核心库,包含了丰富的功能和最佳实践,...
springside3-core-3.3.0.jar
本文将深入探讨SpringSide-core-4.1.0的核心特性,以及其在实际项目中的应用。 一、SpringSide概述 SpringSide是一款为Java开发者设计的开源工具集,它提供了大量的最佳实践和示例代码,帮助开发者快速上手Spring...
springside3-core-3.3.4.1.jar
在“springside-4.0.0.GA”压缩包中,我们可以期待找到以下关键内容: 1. **示例代码**:SpringSide提供了丰富的示例代码,涵盖了Spring MVC、Spring AOP、Spring JDBC、MyBatis、Hibernate等常见模块,帮助开发者...
springside-core-4.3.0.jar 最新版springside-core的jar包
springside3-core-3.3.4.jar
备份自己用,太难找了,springside-core.4.0.0.RC3 。
项目开发过程中使用到了该库,发现Maven根本无法引入该库。 发现该库官网和MAVEN下载链接均已无法使用。 经过多方查找,找到了源码,现将源码编译后...使用者需要手动使用maven安装到本地库中,或者直接lib调用也可。