[ 
https://issues.apache.org/jira/browse/WW-3633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13037640#comment-13037640
 ] 

Jason Pyeron edited comment on WW-3633 at 5/22/11 6:43 PM:
-----------------------------------------------------------

hmmm....


[jpyeron@devserver21 ~]$ mkdir strutswork
[jpyeron@devserver21 ~]$ cd strutswork/
[jpyeron@devserver21 strutswork]$ wget 
http://download.nextag.com/apache//maven/binaries/apache-maven-3.0.3-bin.tar.gz
<snip/>
[jpyeron@devserver21 strutswork]$ tar xzf apache-maven-3.0.3-bin.tar.gz
[jpyeron@devserver21 strutswork]$ export 
MAVEN_HOME=/home/jpyeron/strutswork/apache-maven-3.0.3/
[jpyeron@devserver21 strutswork]$ export PATH=$PATH:$MAVEN_HOME/bin
[jpyeron@devserver21 strutswork]$ svn co 
http://svn.apache.org/repos/asf/struts/ -N
Checked out revision 1126139.
[jpyeron@devserver21 strutswork]$ cd struts/
[jpyeron@devserver21 struts]$ svn up -N struts2
A    struts2
Updated to revision 1126139.
[jpyeron@devserver21 struts]$ cd struts2/
[jpyeron@devserver21 struts2]$ svn up trunk
A    trunk
<snip/>
Updated to revision 1126139.
[jpyeron@devserver21 struts2]$ cd trunk/xwork-core/
[jpyeron@devserver21 xwork-core]$ mkdir /tmp/jpyeron.m2
[jpyeron@devserver21 xwork-core]$ (cd ~ && ln -s /tmp/jpyeron.m2 .m2)
[jpyeron@devserver21 xwork-core]$ mvn clean && mvn
<snip/>
Tests run: 657, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 290.807 sec 
<<< FAILURE!

Results :

Failed tests:
  
testNeedsReload(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderTest)
  
testEmptySpaces(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderTest)

Tests run: 657, Failures: 2, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:25.821s
[INFO] Finished at: Sun May 22 14:39:19 EDT 2011
[INFO] Final Memory: 17M/79M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on 
project xwork-core: There are test failures.
[ERROR]
[ERROR] Please refer to 
/home/jpyeron/strutswork/struts/struts2/trunk/xwork-core/target/surefire-reports
 for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[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/MojoFailureException
[jpyeron@devserver21 xwork-core]$ java -version
java version "1.6.0"
Java(TM) SE Runtime Environment (build 1.6.0-b105)
Java HotSpot(TM) 64-Bit Server VM (build 1.6.0-b105, mixed mode)
[jpyeron@devserver21 xwork-core]$


      was (Author: jpyeron):
    hmmm....

{{
[jpyeron@devserver21 ~]$ mkdir strutswork
[jpyeron@devserver21 ~]$ cd strutswork/
[jpyeron@devserver21 strutswork]$ wget 
http://download.nextag.com/apache//maven/binaries/apache-maven-3.0.3-bin.tar.gz
<snip/>
[jpyeron@devserver21 strutswork]$ tar xzf apache-maven-3.0.3-bin.tar.gz
[jpyeron@devserver21 strutswork]$ export 
MAVEN_HOME=/home/jpyeron/strutswork/apache-maven-3.0.3/
[jpyeron@devserver21 strutswork]$ export PATH=$PATH:$MAVEN_HOME/bin
[jpyeron@devserver21 strutswork]$ svn co 
http://svn.apache.org/repos/asf/struts/ -N
Checked out revision 1126139.
[jpyeron@devserver21 strutswork]$ cd struts/
[jpyeron@devserver21 struts]$ svn up -N struts2
A    struts2
Updated to revision 1126139.
[jpyeron@devserver21 struts]$ cd struts2/
[jpyeron@devserver21 struts2]$ svn up trunk
A    trunk
<snip/>
Updated to revision 1126139.
[jpyeron@devserver21 struts2]$ cd trunk/xwork-core/
[jpyeron@devserver21 xwork-core]$ mkdir /tmp/jpyeron.m2
[jpyeron@devserver21 xwork-core]$ (cd ~ && ln -s /tmp/jpyeron.m2 .m2)
[jpyeron@devserver21 xwork-core]$ mvn clean && mvn
<snip/>
Tests run: 657, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 290.807 sec 
<<< FAILURE!

Results :

Failed tests:
  
testNeedsReload(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderTest)
  
testEmptySpaces(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderTest)

Tests run: 657, Failures: 2, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:25.821s
[INFO] Finished at: Sun May 22 14:39:19 EDT 2011
[INFO] Final Memory: 17M/79M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on 
project xwork-core: There are test failures.
[ERROR]
[ERROR] Please refer to 
/home/jpyeron/strutswork/struts/struts2/trunk/xwork-core/target/surefire-reports
 for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[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/MojoFailureException
[jpyeron@devserver21 xwork-core]$ java -version
java version "1.6.0"
Java(TM) SE Runtime Environment (build 1.6.0-b105)
Java HotSpot(TM) 64-Bit Server VM (build 1.6.0-b105, mixed mode)
[jpyeron@devserver21 xwork-core]$
}}
  
> building trunk/xwork-core@1125860 fails test: 
> testNeedsReload(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderTest)
> ------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: WW-3633
>                 URL: https://issues.apache.org/jira/browse/WW-3633
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Other
>    Affects Versions: 2.3
>         Environment: jpyeron@reclaimed /projects/struts/struts2/trunk
> $ mvn -v
> Apache Maven 3.0.3 (r1075438; 2011-02-28 12:31:09-0500)
> Maven home: C:\Program Files\Apache Software Foundation\apache-maven-3.0.3
> Java version: 1.6.0_25, vendor: Sun Microsystems Inc.
> Java home: C:\Program Files\Java\jdk1.6.0_25\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows xp", version: "5.1", arch: "x86", family: "windows"
>            Reporter: Jason Pyeron
>
> jpyeron@reclaimed /projects/struts/struts2/trunk
> $ svn info
> Path: .
> URL: http://svn.apache.org/repos/asf/struts/struts2/trunk
> Repository Root: http://svn.apache.org/repos/asf
> Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
> Revision: 1125860
> Node Kind: directory
> Schedule: normal
> Last Changed Author: lukaszlenart
> Last Changed Rev: 1103618
> Last Changed Date: 2011-05-16 02:19:33 -0400 (Mon, 16 May 2011)
> jpyeron@reclaimed /projects/struts/struts2/trunk
> $ cd /projects/struts/struts2/trunk/xwork-core/ && mvn clean && mvn && cd 
> /projects/struts/struts2/trunk/core/ && mvn clean && mvn
> <SNIP/>
> Results :
> Failed tests:
>   
> testNeedsReload(com.opensymphony.xwork2.config.providers.XmlConfigurationProviderTest)
> Tests run: 657, Failures: 1, Errors: 0, Skipped: 0
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 1:58.641s
> [INFO] Finished at: Sat May 21 23:44:14 EDT 2011
> [INFO] Final Memory: 12M/53M
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on 
> project xwork-core: There are test failures.
> [ERROR]
> [ERROR] Please refer to C:\Documents and Settings\All 
> Users\Desktop\projects\struts\struts2\trunk\xwork-core\target\surefire-reports
>  for the individual test results.
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [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/MojoFailureException
> is this similar to WW-2203 ?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to