git commit: [SUREFIRE-1053] small adjustment to suppress the new defined twice warning for properties that can not be set via system properties (or user properties) and thus need to be part of argLi

2014-10-29 Thread agudian
Repository: maven-surefire Updated Branches: refs/heads/master 7b8b2ede6 - e156ab812 [SUREFIRE-1053] small adjustment to suppress the new defined twice warning for properties that can not be set via system properties (or user properties) and thus need to be part of argLine (as well).

git commit: [SUREFIRE-1090] Fixed NullPointerException on SmartStackTraceParser init occurring when Thread.contextClassLoader is null

2014-10-26 Thread agudian
Repository: maven-surefire Updated Branches: refs/heads/master 604147c54 - 391bab043 [SUREFIRE-1090] Fixed NullPointerException on SmartStackTraceParser init occurring when Thread.contextClassLoader is null Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit:

[1/2] git commit: [SUREFIRE-654] Support for TestNG successPercentage

2014-10-26 Thread agudian
Repository: maven-surefire Updated Branches: refs/heads/master 391bab043 - 7bd22e0ad [SUREFIRE-654] Support for TestNG successPercentage TestNG has the concept of successPercentage where a probabilistic test can be run some number of invocations and then if the successPercentage is met, the

[2/2] git commit: [SUREFIRE-654] fix TestNG successPercentage support by ensuring that flaky test detection is disabled when rerunFailingTests=0

2014-10-26 Thread agudian
[SUREFIRE-654] fix TestNG successPercentage support by ensuring that flaky test detection is disabled when rerunFailingTests=0 Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/7bd22e0a Tree:

[1/5] o Update to maven-parent 25, fix tons of rat and checkstyle errors

2014-10-25 Thread agudian
Repository: maven-surefire Updated Branches: refs/heads/master 2e62ff472 - 5d61287af http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/e4ff0329/surefire-providers/surefire-testng-utils/src/main/java/org/apache/maven/surefire/testng/utils/GroupMatcherMethodSelector.java

[4/5] git commit: o Update to maven-parent 25, fix tons of rat and checkstyle errors

2014-10-25 Thread agudian
o Update to maven-parent 25, fix tons of rat and checkstyle errors Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/e4ff0329 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/e4ff0329 Diff:

[3/5] o Update to maven-parent 25, fix tons of rat and checkstyle errors

2014-10-25 Thread agudian
http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/e4ff0329/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/TestSetRunListener.java -- diff --git

[5/5] git commit: o Add Release Notes link and Jira report to the plugin sites

2014-10-25 Thread agudian
o Add Release Notes link and Jira report to the plugin sites Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/5d61287a Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/5d61287a Diff:

[2/5] o Update to maven-parent 25, fix tons of rat and checkstyle errors

2014-10-25 Thread agudian
http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/e4ff0329/surefire-api/src/main/java/org/apache/maven/surefire/util/DefaultScanResult.java -- diff --git

git commit: [SUREFIRE-1088] alternative fix for handling of @Ignored test cases (the better-safe-than-sorry way)

2014-10-19 Thread agudian
Repository: maven-surefire Updated Branches: refs/heads/master 40b4b48a3 - 5291f3ae6 [SUREFIRE-1088] alternative fix for handling of @Ignored test cases (the better-safe-than-sorry way) Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit:

git commit: Add debug output to Surefire943ReportContentIT for analysis of the failing test in Jenkins

2014-10-13 Thread agudian
Repository: maven-surefire Updated Branches: refs/heads/master 3ab27f473 - 254e7390a Add debug output to Surefire943ReportContentIT for analysis of the failing test in Jenkins Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit:

git commit: [SUREFIRE-1088] fix handling of @Ignored test cases

2014-10-12 Thread agudian
Repository: maven-surefire Updated Branches: refs/heads/master 5c793434a - 3ab27f473 [SUREFIRE-1088] fix handling of @Ignored test cases Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/3ab27f47 Tree:

git commit: [SUREFIRE-1104] fix IT that fails with Maven 3.2.x

2014-10-11 Thread agudian
Repository: maven-surefire Updated Branches: refs/heads/master ece5f58d5 - 6d50bf678 [SUREFIRE-1104] fix IT that fails with Maven 3.2.x Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/6d50bf67 Tree:

git commit: [SUREFIRE-1088] fix reported execution time if a test breaks in @BeforeClass, or if a complete test class is marked as @Ignored

2014-10-11 Thread agudian
Repository: maven-surefire Updated Branches: refs/heads/master 6d50bf678 - 080aa5f61 [SUREFIRE-1088] fix reported execution time if a test breaks in @BeforeClass, or if a complete test class is marked as @Ignored Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit:

[2/2] git commit: SUREFIRE-1099 avoid invalid link ids

2014-09-27 Thread agudian
SUREFIRE-1099 avoid invalid link ids Call toHtmlId() everytime before using testCase.getFullName() as anchor id or link target. Use DoxiaUtils.encodeId() in toHtmlId(), to avoid problems with any illegal char. This closes #36 Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo

[1/2] git commit: Make build work with JDK 1.5 again

2014-09-27 Thread agudian
Repository: maven-surefire Updated Branches: refs/heads/master bad7cb910 - 86d78ad1b Make build work with JDK 1.5 again Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/86d78ad1 Tree:

[1/3] git commit: SUREFIRE-1077 avoid NPE in stacktrace parsing if a test fails without a Throwable as cause

2014-09-27 Thread agudian
Repository: maven-surefire Updated Branches: refs/heads/master 86d78ad1b - f305e2ab2 SUREFIRE-1077 avoid NPE in stacktrace parsing if a test fails without a Throwable as cause Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit:

[2/3] git commit: Fix test that broke with fix for SUREFIRE-1099

2014-09-27 Thread agudian
Fix test that broke with fix for SUREFIRE-1099 Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/52b79e61 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/52b79e61 Diff:

[3/3] git commit: SUREFIRE-1072 fix example for running multiple test methods within one test class via -Dit.test

2014-09-27 Thread agudian
SUREFIRE-1072 fix example for running multiple test methods within one test class via -Dit.test Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/f305e2ab Tree:

git commit: SUREFIRE-1096 Fix ClassCastException when configuring forkCount1 and reuseForks=true together with suiteXmlFiles. For now, surefire falls back to using 1 fork only in that case.

2014-09-27 Thread agudian
Repository: maven-surefire Updated Branches: refs/heads/master f305e2ab2 - 4287465b6 SUREFIRE-1096 Fix ClassCastException when configuring forkCount1 and reuseForks=true together with suiteXmlFiles. For now, surefire falls back to using 1 fork only in that case. Project:

git commit: SUREFIRE-1023 fix potential StringIndexOutOfBoundsException in SurefireReportGenerator when coming across unusual failure stacktraces

2014-09-25 Thread agudian
Repository: maven-surefire Updated Branches: refs/heads/master 7f2c1fb11 - bad7cb910 SUREFIRE-1023 fix potential StringIndexOutOfBoundsException in SurefireReportGenerator when coming across unusual failure stacktraces Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo

git commit: [SUREFIRE-1091] Prevent IOExceptions in case a thread tries to write to an already closed Utf8RecodingDeferredFileOutputStream

2014-08-26 Thread agudian
Repository: maven-surefire Updated Branches: refs/heads/master 11c151ced - ad278f82d [SUREFIRE-1091] Prevent IOExceptions in case a thread tries to write to an already closed Utf8RecodingDeferredFileOutputStream Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit:

git commit: Remove unused import

2014-08-13 Thread agudian
Repository: maven-surefire Updated Branches: refs/heads/master 2bdeeaf1a - aba9d94db Remove unused import Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/aba9d94d Tree:

[4/4] git commit: Adjust example page for rerun failing tests to be valid for surefire and failsafe plugin

2014-07-31 Thread agudian
Adjust example page for rerun failing tests to be valid for surefire and failsafe plugin Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/2bdeeaf1 Tree:

[2/4] Add rerunFailingTestsCount option for maven surefire to rerun failing tests immediately after they fail.

2014-07-31 Thread agudian
http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/fefaae7f/maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/report/StatelessXMLReporterTest.java -- diff --git

[3/4] git commit: Add rerunFailingTestsCount option for maven surefire to rerun failing tests immediately after they fail.

2014-07-31 Thread agudian
Add rerunFailingTestsCount option for maven surefire to rerun failing tests immediately after they fail. When rerunFailingTestsCount is set to a value larger k than 0, a failing test will get re-run up to k times until it passes. If a test passes in any of its reruns, the build will be marked

[1/4] Add rerunFailingTestsCount option for maven surefire to rerun failing tests immediately after they fail.

2014-07-31 Thread agudian
Repository: maven-surefire Updated Branches: refs/heads/master 1cdf49dc2 - 2bdeeaf1a http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/fefaae7f/surefire-providers/common-junit48/src/main/java/org/apache/maven/surefire/common/junit48/FilterFactory.java

[3/3] git commit: Remove reference to SVN

2014-06-10 Thread agudian
Remove reference to SVN Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/7a50aee2 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/7a50aee2 Diff:

svn commit: r901737 - /websites/production/maven/content/surefire/

2014-03-15 Thread agudian
Author: agudian Date: Sat Mar 15 22:33:53 2014 New Revision: 901737 Log: move 2.16 site out of the way Removed: websites/production/maven/content/surefire/

svn commit: r901738 - /websites/production/maven/content/surefire/

2014-03-15 Thread agudian
Author: agudian Date: Sat Mar 15 22:34:05 2014 New Revision: 901738 Log: release maven-surefire-plugin 2.17 Added: websites/production/maven/content/surefire/ - copied from r901737, websites/production/maven/content/surefire-archives/surefire-2.17/

svn commit: r901739 - in /websites/production/maven/content: ./ ant-tasks-archives/ ant-tasks/ apache-resource-bundles/ archetype-archives/ archetype/ core-its/ enforcer-archives/ enforcer/ jxr-archiv

2014-03-15 Thread agudian
Author: agudian Date: Sat Mar 15 22:44:05 2014 New Revision: 901739 Log: release surefire 2.17 Added: websites/production/maven/content/ - copied from r901738, websites/staging/maven/trunk/content/ websites/production/maven/content/ant-tasks/ - copied from r901738, websites

svn commit: r1577943 - /maven/site/trunk/content/apt/plugins/index.apt

2014-03-15 Thread agudian
Author: agudian Date: Sat Mar 15 22:49:23 2014 New Revision: 1577943 URL: http://svn.apache.org/r1577943 Log: release surefire 2.17 Modified: maven/site/trunk/content/apt/plugins/index.apt Modified: maven/site/trunk/content/apt/plugins/index.apt URL: http://svn.apache.org/viewvc/maven/site

svn commit: r901741 - in /websites/production/maven/content: ./ ant-tasks-archives/ ant-tasks/ apache-resource-bundles/ archetype-archives/ archetype/ core-its/ enforcer-archives/ enforcer/ jxr-archiv

2014-03-15 Thread agudian
Author: agudian Date: Sat Mar 15 22:53:43 2014 New Revision: 901741 Log: release surefire 2.17 Added: websites/production/maven/content/ - copied from r901740, websites/staging/maven/trunk/content/ websites/production/maven/content/ant-tasks/ - copied from r901740, websites

Git Push Summary

2014-03-15 Thread agudian
Repository: maven-surefire Updated Tags: refs/tags/surefire-2.17 [created] f0b18b847

[2/2] git commit: IT speedup not possible - reverted back

2014-03-12 Thread agudian
IT speedup not possible - reverted back Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/8d88c2d6 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/8d88c2d6 Diff:

[1/2] git commit: fixed build

2014-03-12 Thread agudian
Repository: maven-surefire Updated Branches: refs/heads/master 569724167 - 8d88c2d66 fixed build Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/f81de6f6 Tree:

[2/2] git commit: [maven-release-plugin] prepare for next development iteration

2014-03-12 Thread agudian
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/ca7fca49 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/ca7fca49 Diff:

[1/2] git commit: [maven-release-plugin] prepare release surefire-2.17_vote-1

2014-03-12 Thread agudian
Repository: maven-surefire Updated Branches: refs/heads/master 8d88c2d66 - ca7fca497 [maven-release-plugin] prepare release surefire-2.17_vote-1 Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/752d35dc

Git Push Summary

2014-03-12 Thread agudian
Repository: maven-surefire Updated Tags: refs/tags/surefire-2.17_vote-1 [created] 795b7e967

svn commit: r901322 - /websites/production/maven/content/surefire-archives/surefire-LATEST/

2014-03-12 Thread agudian
Author: agudian Date: Wed Mar 12 21:00:09 2014 New Revision: 901322 Log: Automatic svn path creation: https://svn.apache.org/repos/infra/websites/production/maven/content/surefire-archives/surefire-LATEST Added: websites/production/maven/content/surefire-archives/surefire-LATEST/

svn commit: r901323 - in /websites/production/maven/content/surefire-archives: surefire-2.17/ surefire-LATEST/

2014-03-12 Thread agudian
Author: agudian Date: Wed Mar 12 21:10:20 2014 New Revision: 901323 Log: (empty) Added: websites/production/maven/content/surefire-archives/surefire-2.17/ - copied from r901322, websites/production/maven/content/surefire-archives/surefire-LATEST/ Removed: websites/production/maven

svn commit: r901336 - in /websites/production/maven/content/surefire-archives/surefire-2.17: ./ css/ images/ images/logos/ images/profiles/ img/ js/ maven-failsafe-plugin/ maven-failsafe-plugin/apidoc

2014-03-12 Thread agudian
Author: agudian Date: Wed Mar 12 21:36:48 2014 New Revision: 901336 Log: Surefire 2.17 release [This commit notification would consist of 585 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

[05/11] git commit: unit tests for algorithm

2014-03-09 Thread agudian
unit tests for algorithm Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/c85e6e83 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/c85e6e83 Diff:

[11/11] git commit: [SUREFIRE-1041] Created integration test based on sample project provided by Dan Fabulich

2014-03-09 Thread agudian
[SUREFIRE-1041] Created integration test based on sample project provided by Dan Fabulich Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/56972416 Tree:

[06/11] git commit: [SUREFIRE-1055] Integration Tests

2014-03-09 Thread agudian
[SUREFIRE-1055] Integration Tests Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/1c843d67 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/1c843d67 Diff:

[07/11] git commit: fixed typos and simplification of documentation

2014-03-09 Thread agudian
fixed typos and simplification of documentation Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/aff26226 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/aff26226 Diff:

[10/11] git commit: [SUREFIRE-1041] Do not crash with NPE in case a JUnit runner fails Submitted by: Dan Fabulich

2014-03-09 Thread agudian
[SUREFIRE-1041] Do not crash with NPE in case a JUnit runner fails Submitted by: Dan Fabulich o Applied without changes Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/ec46bafc Tree:

[08/11] git commit: [SUREFIRE-1063] Fix typos and grammatical errors

2014-03-09 Thread agudian
[SUREFIRE-1063] Fix typos and grammatical errors Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/4f97226d Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/4f97226d Diff:

git commit: fixed tests for SUREFIRE[1055]

2014-03-08 Thread agudian
Repository: maven-surefire Updated Branches: refs/heads/master 9ef1843ba - 55b8d9117 fixed tests for SUREFIRE[1055] Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/55b8d911 Tree:

git commit: [SUREFIRE-1058] allow (very) simple regular-expressions in group parameter (only has an effect with TestNG)

2014-02-10 Thread agudian
Updated Branches: refs/heads/master 2fa201d31 - 6edfdf756 [SUREFIRE-1058] allow (very) simple regular-expressions in group parameter (only has an effect with TestNG) Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit:

git commit: Fix test for Maven 2

2014-02-10 Thread agudian
Updated Branches: refs/heads/master 6edfdf756 - d241b6a03 Fix test for Maven 2 Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/d241b6a0 Tree:

git commit: Fixed tiny doc bug

2014-02-04 Thread agudian
Updated Branches: refs/heads/master 4d319a716 - f816832c1 Fixed tiny doc bug * Example for TestNG = 5.11 was using version 6.3.1. ** Fixed to use 5.11 Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit:

git commit: [SUREFIRE-1056] avoid truncating down to 0 when using forkCount with small core-multiplier

2014-02-04 Thread agudian
Updated Branches: refs/heads/master f816832c1 - 2fa201d31 [SUREFIRE-1056] avoid truncating down to 0 when using forkCount with small core-multiplier Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit:

git commit: SUREFIRE-1031 try to delete the file as early as possible, use deleteOnExit only as a fallback

2014-01-02 Thread agudian
Updated Branches: refs/heads/master 21737b868 - 4d319a716 SUREFIRE-1031 try to delete the file as early as possible, use deleteOnExit only as a fallback Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit:

[3/3] git commit: SUREFIRE-1044 o Make runOrder work even when suite names and test names are specified (order of suites determined by the 'first' test in suite) o also fix ClassNotFound exception whe

2014-01-01 Thread agudian
SUREFIRE-1044 o Make runOrder work even when suite names and test names are specified (order of suites determined by the 'first' test in suite) o also fix ClassNotFound exception when using testNG with JDK 1.4 style javadoc annotations Project:

[1/3] git commit: SUREFIRE-1044 Goes back to the state of TestNG execution as it was in surefire-plugin 2.15 Now method org.testng.TestNG.run during execution contains 1-XmlTestSuite with 1-XmlTest as

2014-01-01 Thread agudian
Updated Branches: refs/heads/master 7be072ea8 - 741c094e6 SUREFIRE-1044 Goes back to the state of TestNG execution as it was in surefire-plugin 2.15 Now method org.testng.TestNG.run during execution contains 1-XmlTestSuite with 1-XmlTest as many XmlClass as we have test classes Since

[2/3] git commit: SUREFIRE-1044 Take xmlSuite and xmlTest names from org.testng.annotations.Test annotation

2014-01-01 Thread agudian
SUREFIRE-1044 Take xmlSuite and xmlTest names from org.testng.annotations.Test annotation Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/be98de58 Tree:

[1/2] git commit: o update maven-verifier to 1.5

2014-01-01 Thread agudian
Updated Branches: refs/heads/master 741c094e6 - f3d1a9e53 o update maven-verifier to 1.5 Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/980481c6 Tree:

[2/2] git commit: SUREFIRE-1025 write report files before printing to console

2014-01-01 Thread agudian
SUREFIRE-1025 write report files before printing to console Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/f3d1a9e5 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/f3d1a9e5 Diff:

git commit: SUREFIRE-1031 delete temporary files created to buffer large stdout/stderr on disk

2014-01-01 Thread agudian
Updated Branches: refs/heads/master f3d1a9e53 - 21737b868 SUREFIRE-1031 delete temporary files created to buffer large stdout/stderr on disk Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/21737b86

[3/3] git commit: [SUREFIRE-1047] Add @{...} property evaluation for the argLine. Submitted by: Henning Schmiedehausen

2013-12-20 Thread agudian
[SUREFIRE-1047] Add @{...} property evaluation for the argLine. Submitted by: Henning Schmiedehausen o Applied without changes Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/7be072ea Tree:

[2/3] git commit: Integration test for properties replacement.

2013-12-20 Thread agudian
Integration test for properties replacement. Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/4683d4d1 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/4683d4d1 Diff:

[1/3] git commit: Add @{...} property evaluation for the argLine.

2013-12-20 Thread agudian
Updated Branches: refs/heads/master 88a05af56 - 7be072ea8 Add @{...} property evaluation for the argLine. Replaces expressions @{property-name} in the argLine with the corresponding properties from the model. This allows late evaluation of property values when the plugin is executed (as

[4/4] git commit: Pull Request #28: Fix type in documentation of IntegrationTestMojo#test.

2013-10-21 Thread agudian
Pull Request #28: Fix type in documentation of IntegrationTestMojo#test. Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/75f05d79 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/75f05d79

[1/4] git commit: [SUREFIRE-1030] Remove nested exception wrappers

2013-10-21 Thread agudian
Updated Branches: refs/heads/master 867b33c8e - 75f05d794 [SUREFIRE-1030] Remove nested exception wrappers Java 1.5 dependency is sufficient to get Throwable.getCause. Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit:

[2/4] git commit: Pull Request #27: [SUREFIRE-1030] Remove nested exception wrappers

2013-10-21 Thread agudian
Pull Request #27: [SUREFIRE-1030] Remove nested exception wrappers Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/4ff21008 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/4ff21008 Diff:

[3/4] git commit: Fix type in documentation of IntegrationTestMojo#test.

2013-10-21 Thread agudian
Fix type in documentation of IntegrationTestMojo#test. Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/367208d5 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/367208d5 Diff:

git commit: [SUREFIRE-1033] fix typo in documentation

2013-09-14 Thread agudian
Updated Branches: refs/heads/master a9d511a03 - 6ba4e4261 [SUREFIRE-1033] fix typo in documentation Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/6ba4e426 Tree:

svn commit: r874857 - /websites/production/maven/content/surefire/

2013-08-16 Thread agudian
Author: agudian Date: Fri Aug 16 07:52:42 2013 New Revision: 874857 Log: surefire 2.16 release: site deployment Removed: websites/production/maven/content/surefire/

svn commit: r874858 - /websites/production/maven/content/surefire/

2013-08-16 Thread agudian
Author: agudian Date: Fri Aug 16 07:52:52 2013 New Revision: 874858 Log: surefire 2.16 release: site deployment Added: websites/production/maven/content/surefire/ - copied from r874857, websites/production/maven/content/surefire-archives/maven-surefire-2.16/

svn commit: r1514604 - /maven/site/trunk/content/apt/plugins/index.apt

2013-08-16 Thread agudian
Author: agudian Date: Fri Aug 16 07:56:15 2013 New Revision: 1514604 URL: http://svn.apache.org/r1514604 Log: Surefire 2.16 release Modified: maven/site/trunk/content/apt/plugins/index.apt Modified: maven/site/trunk/content/apt/plugins/index.apt URL: http://svn.apache.org/viewvc/maven/site

svn commit: r874860 - in /websites/production/maven/content: ./ ant-tasks-archives/ ant-tasks/ apache-resource-bundles/ archetype-archives/ archetype/ core-its/ enforcer-archives/ enforcer/ jxr/ maven

2013-08-16 Thread agudian
Author: agudian Date: Fri Aug 16 08:02:13 2013 New Revision: 874860 Log: Surefire 2.16 release Added: websites/production/maven/content/ - copied from r874859, websites/staging/maven/trunk/content/ websites/production/maven/content/ant-tasks/ - copied from r874859, websites

Git Push Summary

2013-08-16 Thread agudian
Updated Tags: refs/tags/surefire-2.16 [created] da9aefa64

git commit: o Fix test that failed with some charsets

2013-08-11 Thread agudian
Updated Branches: refs/heads/master 9db8ce813 - 00e861894 o Fix test that failed with some charsets Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/00e86189 Tree:

git commit: o Remove unused import

2013-08-11 Thread agudian
Updated Branches: refs/heads/master 00e861894 - 6d9fe077a o Remove unused import Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/6d9fe077 Tree:

git commit: o Fix test that failed with some charsets (again)

2013-08-11 Thread agudian
Updated Branches: refs/heads/master 6d9fe077a - d9e038687 o Fix test that failed with some charsets (again) Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/d9e03868 Tree:

[1/2] git commit: [maven-release-plugin] prepare release surefire-2.16_vote-1

2013-08-11 Thread agudian
Updated Branches: refs/heads/master d9e038687 - 911d374c7 [maven-release-plugin] prepare release surefire-2.16_vote-1 Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/03df011b Tree:

[2/2] git commit: [maven-release-plugin] prepare for next development iteration

2013-08-11 Thread agudian
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/911d374c Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/911d374c Diff:

Git Push Summary

2013-08-11 Thread agudian
Updated Tags: refs/tags/surefire-2.16_vote-1 [created] 820d34eb8

svn commit: r874183 - /websites/production/maven/content/surefire-archives/maven-surefire-2.16/

2013-08-11 Thread agudian
Author: agudian Date: Sun Aug 11 15:18:19 2013 New Revision: 874183 Log: surefire site stagiing Added: websites/production/maven/content/surefire-archives/maven-surefire-2.16/

svn commit: r874185 - /websites/production/maven/content/surefire-archives/maven-surefire-2.14-SNAPSHOT/

2013-08-11 Thread agudian
Author: agudian Date: Sun Aug 11 15:19:31 2013 New Revision: 874185 Log: delete old snapshot site Removed: websites/production/maven/content/surefire-archives/maven-surefire-2.14-SNAPSHOT/

svn commit: r874186 - /websites/production/maven/content/surefire-archives/surefire-2.13-SNAPSHOT/

2013-08-11 Thread agudian
Author: agudian Date: Sun Aug 11 15:19:52 2013 New Revision: 874186 Log: delete old snapshot site Removed: websites/production/maven/content/surefire-archives/surefire-2.13-SNAPSHOT/

svn commit: r874215 - in /websites/production/maven/content/surefire-archives/maven-surefire-2.16: ./ css/ images/ images/logos/ images/profiles/ img/ js/ maven-failsafe-plugin/ maven-failsafe-plugin/

2013-08-11 Thread agudian
Author: agudian Date: Sun Aug 11 17:35:41 2013 New Revision: 874215 Log: Apache Maven Surefire site deployment [This commit notification would consist of 785 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

git commit: [SUREFIRE-998] Convert byte arrays to be written as CDATA to the XML file from Charset.defaultEncoding() to UTF-8

2013-08-10 Thread agudian
Updated Branches: refs/heads/master a78ce4ce4 - 9db8ce813 [SUREFIRE-998] Convert byte arrays to be written as CDATA to the XML file from Charset.defaultEncoding() to UTF-8 Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit:

[2/3] [SUREFIRE-1021] New Parallel Computer for JUnit 4.7+ Submitted by: Tibor17

2013-08-09 Thread agudian
http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/49c4a625/surefire-providers/surefire-junit47/src/main/java/org/apache/maven/surefire/junitcore/pc/ParallelComputer.java -- diff --git

[1/2] git commit: [SUREFIRE-1020] Fix rewriting of chars in system-out and system-err that are illegal in XML 1.0/1.1

2013-08-09 Thread agudian
Updated Branches: refs/heads/master 49c4a6259 - a78ce4ce4 [SUREFIRE-1020] Fix rewriting of chars in system-out and system-err that are illegal in XML 1.0/1.1 Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit:

[2/2] git commit: [SUREFIRE-1020] Extended unit test Submitted by: Todor Todorov

2013-08-09 Thread agudian
[SUREFIRE-1020] Extended unit test Submitted by: Todor Todorov o Applied without any changes Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/a78ce4ce Tree:

git commit: o Simplified String encoding.

2013-07-31 Thread agudian
Updated Branches: refs/heads/master c81121902 - e224e8b49 o Simplified String encoding. Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/e224e8b4 Tree:

git commit: o Change encoding/escaping of Strings to byte-based encoding.

2013-07-30 Thread agudian
Updated Branches: refs/heads/master bb6b24607 - 8976beb70 o Change encoding/escaping of Strings to byte-based encoding. Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/8976beb7 Tree:

git commit: o Add constant and some documentation

2013-07-30 Thread agudian
Updated Branches: refs/heads/master 8976beb70 - c81121902 o Add constant and some documentation Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/c8112190 Tree:

git commit: o Simpler encoding of sysout/syserr byte array from fork to fork client

2013-07-28 Thread agudian
Updated Branches: refs/heads/master b9c5c8614 - 5b6e64552 o Simpler encoding of sysout/syserr byte array from fork to fork client Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/5b6e6455 Tree:

git commit: o When writing console output to file, do not convert it to some encoding, but print it byte-for-byte.

2013-07-28 Thread agudian
Updated Branches: refs/heads/master 5b6e64552 - bb6b24607 o When writing console output to file, do not convert it to some encoding, but print it byte-for-byte. Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit:

git commit: [SUREFIRE-1019] add IT to test executing JUnit4 tests together with TestNG tests using the surefire-testng provider

2013-07-26 Thread agudian
language governing permissions and limitations + * under the License. + */ + +import static org.junit.Assert.assertNotNull; + +import org.junit.Before; +import org.junit.Test; + +/** + * Provided to ensure both junit and testng tests can run together. + * + * @author jkuhnert + * @author agudian

git commit: [SUREFIRE-1019] correctly identify JUnit4 tests for the TestNG provider

2013-07-25 Thread agudian
Updated Branches: refs/heads/master 93ef689e6 - 25724d17c [SUREFIRE-1019] correctly identify JUnit4 tests for the TestNG provider Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/25724d17 Tree:

[1/2] git commit: o Use Javadoc-Plugin 2.9.1

2013-07-13 Thread agudian
Updated Branches: refs/heads/master c5d936cdc - 17fb2c9e9 o Use Javadoc-Plugin 2.9.1 Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/43feabc3 Tree:

[2/2] git commit: [SUREFIRE-1015] Fix failsafe site creation New attempt: don't use the effective-site of surefire-plugin to pull in the site definition from the aggregator, but copy the aggregator si

2013-07-13 Thread agudian
[SUREFIRE-1015] Fix failsafe site creation New attempt: don't use the effective-site of surefire-plugin to pull in the site definition from the aggregator, but copy the aggregator site.xml to a directory matching the unpack-dir in failsafe Project:

[2/2] git commit: [SUREFIRE-1016] Pin down SCM URLs to to avoid interpolation in the sub-modules

2013-07-13 Thread agudian
[SUREFIRE-1016] Pin down SCM URLs to to avoid interpolation in the sub-modules Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/afe18ee6 Tree:

[1/2] git commit: o Cleanup site creation

2013-07-13 Thread agudian
Updated Branches: refs/heads/master 17fb2c9e9 - afe18ee61 o Cleanup site creation Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/1347e067 Tree:

[2/2] git commit: o For TestNG 5.14, runOrder still has no effect - but I don't care, there are enough versions that work

2013-07-10 Thread agudian
o For TestNG 5.14, runOrder still has no effect - but I don't care, there are enough versions that work Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/c5d936cd Tree:

[1/2] git commit: o Return tests in the same order as they are listed in the XML file (this also fixes CheckTestNgVersionsIT on JDK 1.5)

2013-07-10 Thread agudian
Updated Branches: refs/heads/master 50912ac6f - c5d936cdc o Return tests in the same order as they are listed in the XML file (this also fixes CheckTestNgVersionsIT on JDK 1.5) Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit:

<    1   2   3   >