开发者社区> 问答> 正文

运行springside4-4.0.1.GA的quick-start出错? 400 报错

运行springside4-4.0.1.GA的quick-start出错? 400 报错

@江南白衣 你好,想跟你请教个问题:

出错信息如下:

[Pre-Requirement] Makesure install JDK 6.0+ and set the JAVA_HOME.
[Pre-Requirement] Makesure install Maven 3.0.3+ and set the PATH.
[Step 1] Install all springside modules and archetype to local maven repository.
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Springside :: Module :: Parent
[INFO] Springside :: Module :: Test
[INFO] Springside :: Module :: Core
[INFO] Springside :: Module :: Extension
[INFO] Springside :: Module
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Springside :: Module :: Parent 4.0.1.GA
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ springside-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ springside-parent ---
[INFO] Installing E:\work\javaopensrc\springside4-4.0.1.GA\modules\parent\pom.xml to C:\Documents and Settings\dy\.m2\re
pository\org\springside\springside-parent\4.0.1.GA\springside-parent-4.0.1.GA.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Springside :: Module :: Test 4.0.1.GA
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ springside-test ---
[INFO] Deleting E:\work\javaopensrc\springside4-4.0.1.GA\modules\test\target
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-banned-dependencies) @ springside-test ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ springside-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ springside-test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to E:\work\javaopensrc\springside4-4.0.1.GA\modules\test\target\classes
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Springside :: Module :: Parent .................... SUCCESS [0.203s]
[INFO] Springside :: Module :: Test ...................... FAILURE [1.859s]
[INFO] Springside :: Module :: Core ...................... SKIPPED
[INFO] Springside :: Module :: Extension ................. SKIPPED
[INFO] Springside :: Module .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.203s
[INFO] Finished at: Thu Jan 17 16:58:14 CST 2013
[INFO] Final Memory: 13M/28M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project s
pringside-test: Fatal error compiling: CompilerException: IllegalArgumentException: Illegal character in path at index 1
7: jar:/C:/Documents and Settings/dy/.m2/repository/org/springframework/spring-test/3.1.3.RELEASE/spring-test-3.1.3.RELE
ASE.jar!org/springframework/test/context/junit4/AbstractJUnit4SpringContextTests.class -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-p
lugin:3.0:compile (default-compile) on project springside-test: Fatal error compiling
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
        at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
        at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
        at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoExecutionException: Fatal error compiling
        at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:695)
        at org.apache.maven.plugin.compiler.CompilerMojo.execute(CompilerMojo.java:118)
        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
        ... 19 more
Caused by: org.codehaus.plexus.compiler.CompilerException
        at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:191)
        at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:170)
        at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:684)
        ... 22 more
Caused by: java.lang.IllegalArgumentException
        at java.net.URI.create(URI.java:842)
        at com.sun.tools.javac.util.DefaultFileManager$ZipFileIndexFileObject.toUri(DefaultFileManager.java:1620)
        at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:155)
        ... 24 more
Caused by: java.net.URISyntaxException: Illegal character in path at index 17: jar:/C:/Documents and Settings/dy/.m2/rep
ository/org/springframework/spring-test/3.1.3.RELEASE/spring-test-3.1.3.RELEASE.jar!org/springframework/test/context/jun
it4/AbstractJUnit4SpringContextTests.class
        at java.net.URI$Parser.fail(URI.java:2809)
        at java.net.URI$Parser.checkChars(URI.java:2982)
        at java.net.URI$Parser.parseHierarchical(URI.java:3066)
        at java.net.URI$Parser.parse(URI.java:3014)
        at java.net.URI.<init>(URI.java:578)
        at java.net.URI.create(URI.java:840)
        ... 26 more
[ERROR]
[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 read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :springside-test
Error Happen!!

展开
收起
爱吃鱼的程序员 2020-05-29 20:07:24 1697 0
1 条回答
写回答
取消 提交回答
  • https://developer.aliyun.com/profile/5yerqm5bn5yqg?spm=a2c6h.12873639.0.0.6eae304abcjaIB

    我试了一下,发现用命令:mvn -e install 安装,就好了。可能是,在编译过程中,里面有自定义的异常抛出导致的。其实,那是测试自定义异常的一个测试,出现这个异常,说明是正常的。如果不出现这个异常,才是有问题。######已修复,请更新。######我今天刚试了,还是不行哦!######我今天也试了,还是不行啊######我今天也试了,不行啊
    [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.
    0:compile (default-compile) on project springside-test: Fatal error compiling: C
    ompilerException: IllegalArgumentException: Illegal character in path at index 1
    7: jar:/C:/Documents and Settings/admin/.m2

    ######

    用命令 mvn -e install又执行了一遍,

    又报:[INFO] Springside :: Example :: QuickStart ............... FAILURE [5:40.593s]

    [ERROR] Failed to execute goal on project quickstart: Could not resolve dependen
    cies for project org.springside.examples:quickstart:war:4.0.1.GA: The following
    artifacts could not be resolved: javax.mail:mail:jar:1.4, javax.activation:activ
    ation:jar:1.1, commons-io:commons-io:jar:2.2: Could not transfer artifact javax.
    mail:mail:jar:1.4 from/to central (http://repo.maven.apache.org/maven2): Connect
    ion to http://repo.maven.apache.org refused: Connection timed out: connect -> [H
    elp 1]
    org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal o
    n project quickstart: Could not resolve dependencies for project org.springside.
    examples:quickstart:war:4.0.1.GA: The following artifacts could not be resolved:
    javax.mail:mail:jar:1.4, javax.activation:activation:jar:1.1, commons-io:common
    s-io:jar:2.2: Could not transfer artifact javax.mail:mail:jar:1.4 from/to centra
    l (http://repo.maven.apache.org/maven2): Connection to http://repo.maven.apache.
    org refused


    ######又试了几次终于成功了,建议用小红伞的先暂关闭一下。

    2013-03-20 20:35:43,875 [main] INFO  [org.springside.examples.quickstart.reposit
    ory.JpaMappingTest] - ok: User
    2013-03-20 20:35:43,921 [main] INFO  [org.springside.examples.quickstart.reposit
    Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.422 sec
    Running org.springside.examples.quickstart.repository.TaskDaoTest
    2013-03-20 20:35:44,312 [main] WARN  [org.springframework.aop.framework.Cglib2Ao
    pProxy] - Unable to proxy method [public final void org.springframework.test.con
    text.junit4.AbstractJUnit4SpringContextTests.setApplicationContext(org.springfra
    mework.context.ApplicationContext)] because it is final: All calls to this metho
    d via a proxy will be routed directly to the proxy.
    Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.469 sec
    Running org.springside.examples.quickstart.service.account.AccountServiceTest
    2013-03-20 20:35:44,968 [main] WARN  [org.springside.examples.quickstart.service
    .account.AccountService] - 操作员foo尝试删除超级管理员用户
    Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.562 sec


    Results :


    Tests run: 5, Failures: 0, Errors: 0, Skipped: 0


    [INFO]
    [INFO] --- maven-war-plugin:2.3:war (default-war) @ quickstart ---
    [INFO] Packaging webapp
    [INFO] Assembling webapp [quickstart] in [D:\springside4-4.0.1.GA\examples\quick
    start\target\quickstart-4.0.1.GA]
    [INFO] Processing war project
    [INFO] Copying webapp resources [D:\springside4-4.0.1.GA\examples\quickstart\src
    \main\webapp]
    [INFO] Webapp assembled in [7094 msecs]
    [INFO] Building war: D:\springside4-4.0.1.GA\examples\quickstart\target\quicksta
    rt.war
    [INFO]
    [INFO] --- maven-install-plugin:2.4:install (default-install) @ quickstart ---
    [INFO] Installing D:\springside4-4.0.1.GA\examples\quickstart\target\quickstart.
    war to C:\Documents and Settings\admin\.m2\repository\org\springside\examples\qu
    ickstart\4.0.1.GA\quickstart-4.0.1.GA.war
    [INFO] Installing D:\springside4-4.0.1.GA\examples\quickstart\pom.xml to C:\Docu
    ments and Settings\admin\.m2\repository\org\springside\examples\quickstart\4.0.1
    .GA\quickstart-4.0.1.GA.pom
    [INFO]
    [INFO] ------------------------------------------------------------------------
    [INFO] Building Springside :: Example :: Showcase 4.0.1.GA
    [INFO] ------------------------------------------------------------------------
    Downloading: http://repo.maven.apache.org/maven2/org/jasypt/jasypt/1.9.0/jasypt-
    1.9.0.jar
    2013-3-20 20:36:12 org.apache.maven.wagon.providers.http.httpclient.impl.client.
    DefaultRequestDirector tryExecute
    信息: I/O exception (org.apache.maven.wagon.providers.http.httpclient.NoHttpResp
    onseException) caught when processing request: The target server failed to respo
    nd
    2013-3-20 20:36:12 org.apache.maven.wagon.providers.http.httpclient.impl.client.
    DefaultRequestDirector tryExecute
    信息: Retrying request
    Downloaded: http://repo.maven.apache.org/maven2/org/jasypt/jasypt/1.9.0/jasypt-1
    .9.0.jar (123 KB at 7.7 KB/sec)
    [INFO]
    [INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-banned-dependencies) @ sho
    wcase ---
    [INFO]
    [INFO] --- build-helper-maven-plugin:1.7:add-test-source (add-source) @ showcase
     ---
    [INFO] Test Source directory: D:\springside4-4.0.1.GA\examples\showcase\src\test
    \functional added.
    [INFO]
    [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ showcase -
    --
    [INFO] Using 'UTF-8' encoding to copy filtered resources.
    [INFO] Copying 28 resources
    [INFO]
    [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ showcase ---
    [INFO] Changes detected - recompiling the module!
    [INFO] Compiling 62 source files to D:\springside4-4.0.1.GA\examples\showcase\ta
    rget\classes
    [WARNING] 注意:某些输入文件使用了未经检查或不安全的操作。
    [WARNING] 注意:要了解详细信息,请使用 -Xlint:unchecked 重新编译。
    [INFO]
    [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sh
    owcase ---
    [INFO] Using 'UTF-8' encoding to copy filtered resources.
    [INFO] Copying 6 resources
    [INFO]
    [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ showcas
    e ---
    [INFO] Changes detected - recompiling the module!
    [INFO] Compiling 22 source files to D:\springside4-4.0.1.GA\examples\showcase\ta
    rget\test-classes
    [WARNING] 注意:某些输入文件使用了未经检查或不安全的操作。
    [WARNING] 注意:要了解详细信息,请使用 -Xlint:unchecked 重新编译。
    [INFO]
    [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ showcase ---
    [INFO] Surefire report directory: D:\springside4-4.0.1.GA\examples\showcase\targ
    et\surefire-reports
    [INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCorePr
    ovider


    -------------------------------------------------------
     T E S T S
    -------------------------------------------------------
    Concurrency config is parallel='none', perCoreThreadCount=true, threadCount=2, u
    seUnlimitedThreads=false
    Running org.springside.examples.showcase.demos.jms.JmsAdvancedTest
    2013-03-20 20:36:27,656 [main] ERROR org.apache.activemq.broker.BrokerService -T
    emporary Store limit is 51200 mb, whilst the temporary data directory: D:\spring
    side4-4.0.1.GA\examples\showcase\activemq-data\showcase\tmp_storage only has 794
    7 mb of usable space
    2013-03-20 20:36:29,218 [advancedTopicContainer-1] INFO  s.advanced.AdvancedNoti
    fyMessageListener -UserName:calvin, Email:calvin@sringside.org.cn, ObjectType:us
    er
    2013-03-20 20:36:33,234 [advancedQueueContainer-3] INFO  s.advanced.AdvancedNoti
    fyMessageListener -UserName:calvin, Email:calvin@sringside.org.cn, ObjectType:us
    er
    Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.891 sec
    Running org.springside.examples.showcase.demos.jms.JmsSimpleTest
    2013-03-20 20:36:37,109 [main] ERROR org.apache.activemq.broker.BrokerService -T
    emporary Store limit is 51200 mb, whilst the temporary data directory: D:\spring
    side4-4.0.1.GA\examples\showcase\activemq-data\showcase\tmp_storage only has 794
    7 mb of usable space
    2013-03-20 20:36:38,140 [main] INFO  xamples.showcase.demos.jms.JmsSimpleTest -s
    ended message
    2013-03-20 20:36:38,140 [topicContainer-1] INFO  e.demos.jms.simple.NotifyMessag
    eListener -UserName:calvin, Email:calvin@sringside.org.cn
    2013-03-20 20:36:40,156 [queueContainer-10] INFO  e.demos.jms.simple.NotifyMessa
    geListener -UserName:calvin, Email:calvin@sringside.org.cn
    2013-03-20 20:36:40,156 [main] INFO  xamples.showcase.demos.jms.JmsSimpleTest -s
    ended message
    Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.719 sec
    Running org.springside.examples.showcase.demos.mail.MailServiceTest
    2013-03-20 20:36:44,093 [main] INFO  se.demos.utilities.email.MimeMailService -H
    TML版邮件已发送至springside3.demo @gmail.com
    <html>
    <head>用户修改通知</head>
    <body>
            <h1>用户calvin被修改.</h1>
    </body>
    </html>
    2013-03-20 20:36:44,125 [main] INFO  .demos.utilities.email.SimpleMailService -
    纯文本邮件已发送至springside3.demo @gmail.com


                            用戶calvin在2013-03-20被修改.
                                            System Administrator.




    Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.844 sec
    Running org.springside.examples.showcase.demos.schedule.JdkTimerJobTest
    2013-03-20 20:36:45,734 [main] WARN  ngframework.aop.framework.Cglib2AopProxy -U
    nable to proxy method [public final void org.springframework.test.context.junit4
    .AbstractJUnit4SpringContextTests.setApplicationContext(org.springframework.cont
    ext.ApplicationContext)] because it is final: All calls to this method via a pro
    xy will be routed directly to the proxy.
    2013-03-20 20:36:47,046 [JdkTimerJob-0] INFO  showcase.demos.schedule.UserCountS
    canner -There are 6 user in database, printed by jdk timer job.
    Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.609 sec
    Running org.springside.examples.showcase.demos.schedule.QuartzTimerClusterJobTes
    t
    2013-03-20 20:36:50,281 [main] WARN  ngframework.aop.framework.Cglib2AopProxy -U
    nable to proxy method [public final void org.springframework.test.context.junit4
    .AbstractJUnit4SpringContextTests.setApplicationContext(org.springframework.cont
    ext.ApplicationContext)] because it is final: All calls to this method via a pro
    xy will be routed directly to the proxy.
    2013-03-20 20:36:52,453 [clusterQuartzScheduler_Worker-1] INFO  case.demos.sched
    ule.QuartzClusterableJob -There are 6 user in database, printed by quartz cluste
    r job on node default.
    Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.265 sec
    Running org.springside.examples.showcase.demos.schedule.SpringTimerJobTest
    2013-03-20 20:36:55,593 [main] WARN  ngframework.aop.framework.Cglib2AopProxy -U
    nable to proxy method [public final void org.springframework.test.context.junit4
    .AbstractJUnit4SpringContextTests.setApplicationContext(org.springframework.cont
    ext.ApplicationContext)] because it is final: All calls to this method via a pro
    xy will be routed directly to the proxy.
    2013-03-20 20:36:55,609 [springScheduler-2] INFO  showcase.demos.schedule.UserCo
    untScanner -There are 6 user in database, printed by spring timer job by xml.
    Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.953 sec
    Running org.springside.examples.showcase.demos.web.CacheControlHeaderFilterTest
    Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec
    Running org.springside.examples.showcase.repository.jpa.DynamicSpecificationTest


    2013-03-20 20:36:58,515 [main] WARN  ngframework.aop.framework.Cglib2AopProxy -U
    nable to proxy method [public final void org.springframework.test.context.junit4
    .AbstractJUnit4SpringContextTests.setApplicationContext(org.springframework.cont
    ext.ApplicationContext)] because it is final: All calls to this method via a pro
    xy will be routed directly to the proxy.
    Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.015 sec
    Running org.springside.examples.showcase.repository.jpa.JpaMappingTest
    2013-03-20 20:36:58,812 [main] WARN  ngframework.aop.framework.Cglib2AopProxy -U
    nable to proxy method [public final void org.springframework.test.context.junit4
    .AbstractJUnit4SpringContextTests.setApplicationContext(org.springframework.cont
    ext.ApplicationContext)] because it is final: All calls to this method via a pro
    xy will be routed directly to the proxy.
    2013-03-20 20:36:58,843 [main] INFO  s.showcase.repository.jpa.JpaMappingTest -o
    k: User
    2013-03-20 20:36:58,843 [main] INFO  s.showcase.repository.jpa.JpaMappingTest -o
    k: Team
    2013-03-20 20:36:58,859 [main] INFO  s.showcase.repository.jpa.JpaMappingTest -o
    k: Role
    Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
    Running org.springside.examples.showcase.repository.mybatis.TeamMybatisDaoTest
    2013-03-20 20:36:59,921 [main] WARN  ngframework.aop.framework.Cglib2AopProxy -U
    nable to proxy method [public final void org.springframework.test.context.junit4
    .AbstractJUnit4SpringContextTests.setApplicationContext(org.springframework.cont
    ext.ApplicationContext)] because it is final: All calls to this method via a pro
    xy will be routed directly to the proxy.
    Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.281 sec
    Running org.springside.examples.showcase.repository.mybatis.UserMybatisDaoTest
    2013-03-20 20:37:00,953 [main] WARN  ngframework.aop.framework.Cglib2AopProxy -U
    nable to proxy method [public final void org.springframework.test.context.junit4
    .AbstractJUnit4SpringContextTests.setApplicationContext(org.springframework.cont
    ext.ApplicationContext)] because it is final: All calls to this method via a pro
    xy will be routed directly to the proxy.
    Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.875 sec
    Running org.springside.examples.showcase.service.AccountServiceTest
    2013-03-20 20:37:01,531 [main] WARN  examples.showcase.service.AccountService -
    操作员foo尝试修改超级管理员用户
    Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.421 sec


    Results :


    Tests run: 18, Failures: 0, Errors: 0, Skipped: 0


    [INFO]
    [INFO] --- maven-war-plugin:2.3:war (default-war) @ showcase ---
    [INFO] Packaging webapp
    [INFO] Assembling webapp [showcase] in [D:\springside4-4.0.1.GA\examples\showcas
    e\target\showcase-4.0.1.GA]
    [INFO] Processing war project
    [INFO] Copying webapp resources [D:\springside4-4.0.1.GA\examples\showcase\src\m
    ain\webapp]
    [INFO] Webapp assembled in [7844 msecs]
    [INFO] Building war: D:\springside4-4.0.1.GA\examples\showcase\target\showcase.w
    ar
    [INFO]
    [INFO] --- maven-install-plugin:2.4:install (default-install) @ showcase ---
    [INFO] Installing D:\springside4-4.0.1.GA\examples\showcase\target\showcase.war
    to C:\Documents and Settings\admin\.m2\repository\org\springside\examples\showca
    se\4.0.1.GA\showcase-4.0.1.GA.war
    [INFO] Installing D:\springside4-4.0.1.GA\examples\showcase\pom.xml to C:\Docume
    nts and Settings\admin\.m2\repository\org\springside\examples\showcase\4.0.1.GA\
    showcase-4.0.1.GA.pom
    [INFO]
    [INFO] ------------------------------------------------------------------------
    [INFO] Building Springside :: Example 4.0.1.GA
    [INFO] ------------------------------------------------------------------------
    [INFO]
    [INFO] --- maven-install-plugin:2.4:install (default-install) @ springside-examp
    les ---
    [INFO] Installing D:\springside4-4.0.1.GA\examples\pom.xml to C:\Documents and S
    ettings\admin\.m2\repository\org\springside\examples\springside-examples\4.0.1.G
    A\springside-examples-4.0.1.GA.pom
    [INFO]
    [INFO] ------------------------------------------------------------------------
    [INFO] Building Springside :: Project 4.0.1.GA
    [INFO] ------------------------------------------------------------------------
    Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-
    install-plugin/2.3.1/maven-install-plugin-2.3.1.pom
    Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-i
    nstall-plugin/2.3.1/maven-install-plugin-2.3.1.pom (5 KB at 1.1 KB/sec)
    Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-
    plugins/18/maven-plugins-18.pom
    2013-3-20 20:37:23 org.apache.maven.wagon.providers.http.httpclient.impl.client.
    DefaultRequestDirector tryExecute
    信息: I/O exception (org.apache.maven.wagon.providers.http.httpclient.NoHttpResp
    onseException) caught when processing request: The target server failed to respo
    nd
    2013-3-20 20:37:23 org.apache.maven.wagon.providers.http.httpclient.impl.client.
    DefaultRequestDirector tryExecute
    信息: Retrying request
    Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-p
    lugins/18/maven-plugins-18.pom (13 KB at 1.4 KB/sec)
    Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-
    install-plugin/2.3.1/maven-install-plugin-2.3.1.jar
    Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-i
    nstall-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 KB at 3.3 KB/sec)
    [INFO]
    [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ springside-pro
    ject ---
    [INFO] Installing D:\springside4-4.0.1.GA\pom.xml to C:\Documents and Settings\a
    dmin\.m2\repository\org\springside\springside-project\4.0.1.GA\springside-projec
    t-4.0.1.GA.pom
    [INFO] ------------------------------------------------------------------------
    [INFO] Reactor Summary:
    [INFO]
    [INFO] Springside :: Module :: Parent .................... SUCCESS [0.985s]
    [INFO] Springside :: Module :: Test ...................... SUCCESS [33.515s]
    [INFO] Springside :: Module :: Core ...................... SUCCESS [13.766s]
    [INFO] Springside :: Module :: Extension ................. SUCCESS [8.641s]
    [INFO] Springside :: Module .............................. SUCCESS [0.031s]
    [INFO] Springside :: Example :: QuickStart ............... SUCCESS [27.906s]
    [INFO] Springside :: Example :: Showcase ................. SUCCESS [1:18.344s]
    [INFO] Springside :: Example ............................. SUCCESS [0.062s]
    [INFO] Springside :: Project ............................. SUCCESS [20.422s]
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 3:04.188s
    [INFO] Finished at: Wed Mar 20 20:37:35 CST 2013
    [INFO] Final Memory: 31M/123M
    [INFO] ------------------------------------------------------------------------
    D:\springside4-4.0.1.GA>
    2020-05-29 20:07:26
    赞同 展开评论 打赏
问答分类:
问答地址:
问答排行榜
最热
最新

相关电子书

更多
MongoShake -- Multi Active-Active and Cross-Region Disaster Recoverable MongoDB Service 立即下载
OAP--Optimized Analytics Package for Spark Platform 立即下载
《Visual Edge Computing Service视图计算产品发布介绍》PDF 立即下载