maven-surefire pull request: Proposed use of New JUnit ParallelComputer in ...

2012-12-20 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/17 Proposed use of New JUnit ParallelComputer in Surefire I agreed with @krosenvold to push the first changes on the use of ParallelComputer in Surefire. We have to decide whether we

maven-surefire pull request: Parallel Computer

2013-06-30 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/25 Parallel Computer This is an implementation of PC moved from my private repo to surefire project. It will fix and improve the PC. You can merge this pull request into a Git repository

maven-surefire pull request: Proposed use of New JUnit ParallelComputer in ...

2013-07-01 Thread Tibor17
Github user Tibor17 closed the pull request at: https://github.com/apache/maven-surefire/pull/17 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

maven-surefire pull request: Parallel Computer

2013-07-01 Thread Tibor17
Github user Tibor17 closed the pull request at: https://github.com/apache/maven-surefire/pull/25 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

maven-surefire pull request: Parallel Computer

2013-07-01 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/26 Parallel Computer This is an implementation of PC moved from my private repo to surefire project. It will fix and improve the PC. This impl can distinguish between JUnit classes (tests

maven-surefire pull request: Parallel Computer

2013-08-16 Thread Tibor17
Github user Tibor17 closed the pull request at: https://github.com/apache/maven-surefire/pull/26 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

[GitHub] maven-surefire pull request: fixed tests for SUREFIRE[1055]

2014-02-18 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/33 fixed tests for SUREFIRE[1055] The parallel tests should check the test count so that all have completed successfully. This is possible after fix 1055. You can merge this pull request

[GitHub] maven-surefire pull request: SUREFIRE [1048] Surefire does not use...

2014-02-23 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/34 SUREFIRE [1048] Surefire does not use the total amount of threads specif... ...ied by threadCount This is optimization of thread counts limited to the real number of parallel JUnit

[GitHub] maven-surefire pull request: SUREFIRE [1048] Surefire does not use...

2014-03-13 Thread Tibor17
Github user Tibor17 closed the pull request at: https://github.com/apache/maven-surefire/pull/34 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] maven-surefire pull request: Exceptional parallel execution on @No...

2014-08-12 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/43 Exceptional parallel execution on @NotThreadSafe type. We want to execute tests in parallel. In some cases some tests want to be executed in a single Thread instance. For instance I

[GitHub] maven-surefire pull request: Exceptional parallel execution on @No...

2014-08-26 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/45 Exceptional parallel execution on @NotThreadSafe type. We want to execute tests in parallel. In some cases some tests want to be executed in a single Thread instance. For instance I

[GitHub] maven-surefire pull request: Exceptional parallel execution on @No...

2014-08-26 Thread Tibor17
Github user Tibor17 closed the pull request at: https://github.com/apache/maven-surefire/pull/43 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] maven-surefire pull request: SUREFIRE-1028 Unable to run single te...

2014-08-28 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/46 SUREFIRE-1028 Unable to run single test (junit) Fix for a critical bug: https://jira.codehaus.org/browse/SUREFIRE-1028 Fixed in subclass `FilterFactory.MethodFilter

[GitHub] maven-surefire pull request: SUREFIRE-1028 Unable to run single te...

2014-09-13 Thread Tibor17
Github user Tibor17 closed the pull request at: https://github.com/apache/maven-surefire/pull/46 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] maven-surefire pull request: Exceptional parallel execution on @No...

2014-09-13 Thread Tibor17
Github user Tibor17 closed the pull request at: https://github.com/apache/maven-surefire/pull/45 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] maven-surefire pull request: [SUREFIRE-1098] Fix runOrder=balanced...

2014-09-28 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/49 [SUREFIRE-1098] Fix runOrder=balanced is not working Fix for #48 with IT. Updated documentation for runOrder parameter. Added ststem property for runOrder. You can merge this pull

[GitHub] maven-surefire pull request: The module surefire-setup-integration...

2014-09-28 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/50 The module surefire-setup-integration-tests fails with Maven 3.2.3 The module surefire-setup-integration-tests which fails with Maven 3.2.3 due to https://jira.codehaus.org/i#browse/MPH-101

[GitHub] maven-surefire pull request: [SUREFIRE-1098] Fix runOrder=balanced...

2014-09-30 Thread Tibor17
Github user Tibor17 closed the pull request at: https://github.com/apache/maven-surefire/pull/49 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] maven-surefire pull request: SUREFIRE-1101 Surefire does not shutd...

2014-10-06 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/51 SUREFIRE-1101 Surefire does not shutdown thread-pools programatically af... ...ter test run has finished. The threads executing tests in parallel should be shutdown after the test

[GitHub] maven-surefire pull request: SUREFIRE-1101 Surefire does not shutd...

2014-10-07 Thread Tibor17
Github user Tibor17 closed the pull request at: https://github.com/apache/maven-surefire/pull/51 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] maven-surefire pull request: [SUREFIRE-1082] Parallelization does ...

2014-10-07 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/52 [SUREFIRE-1082] Parallelization does not work as expected when using jUn... ...it Parameterized This is not a fix. Commit only IT. The IT proves expected behavior

[GitHub] maven-surefire pull request: [SUREFIRE-797] Parallel junit does no...

2014-10-08 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/54 [SUREFIRE-797] Parallel junit does not run in parallel when a Suite is used at the top level This is not a fix. Commit only IT. The IT proves expected behavior in [SUREFIRE-797

[GitHub] maven-surefire pull request: Fixed build process

2014-10-08 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/55 Fixed build process Fixed failing build process after submitted SUREFIRE-1082. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Tibor17

[GitHub] maven-surefire pull request: [SUREFIRE-1080] Use parallel and fork...

2014-10-10 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/56 [SUREFIRE-1080] Use parallel and fork together run some tests multiple times Fix for SUREFIRE-1080. http://jira.codehaus.org/browse/SUREFIRE-1080 You can merge this pull request

[GitHub] maven-surefire pull request: [SUREFIRE-1105] Surefire build should...

2014-10-11 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/57 [SUREFIRE-1105] Surefire build should check Java 1.5 API signatures with JDK version 5 The Maven Surefire project should use animal-sniffer-maven-plugin to check Java 1.5 API signatures

[GitHub] maven-surefire pull request: [SUREFIRE-1095] NPE in JUnit 4.x RunL...

2014-10-15 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/58 [SUREFIRE-1095] NPE in JUnit 4.x RunListener + Refactoring Fix of SUREFIRE-1095 + refactoring. https://jira.codehaus.org/browse/SUREFIRE-1095 You can merge this pull request into a Git

Is it possible to have file system access in Jenkins?

2014-10-16 Thread tibor17
Our IT tests fail in maven-surefire project. More specifically I need to access files under module surefire-integration-tests/target for analysis. Is this possible? - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/Is-it-possible-to-have-file-system-access

[GitHub] maven-surefire pull request: [SUREFIRE-817] JUnit 4.7+ Provider an...

2014-10-16 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/59 [SUREFIRE-817] JUnit 4.7+ Provider and behavior of System Exit proved by ITs Surefire817SystemExitIT.java Test.java pom.xml You can merge this pull request into a Git repository

Re: Is it possible to have file system access in Jenkins?

2014-10-16 Thread tibor17
Unlike Workspace menu item in CloudBees, here in https://builds.apache.org/job/maven-surefire/1325/ I don't see such menu item. Is it older Jenkins? - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/Is-it-possible-to-have-file-system-access-in-Jenkins

Re: Is it possible to have file system access in Jenkins?

2014-10-18 Thread tibor17
ok, i am going to trigger the build. Let's see what will happen if workspcase zip would be downloadable. - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/Is-it-possible-to-have-file-system-access-in-Jenkins-tp5809566p5809941.html Sent from the Maven

Re: Is it possible to have file system access in Jenkins?

2014-10-18 Thread tibor17
I've got this problem now: Access Denied tibordigana is missing the Job/Workspace permission https://builds.apache.org/job/maven-surefire/ws https://builds.apache.org/job/maven-surefire/ws/*zip*/maven-surefire.zip - BR, tibor17 -- View this message in context: http://maven.40175.n5

Re: Important Notice for all users of the parallel build feature

2014-10-18 Thread tibor17
Hi Kristian, Nice fix. There are several plugins using plexus-interpolation like resources, dependency, war... Would all of these patched maven plugins been planned in the next Maven (components and default-bindings) release as well? - BR, tibor17 -- View this message in context: http

SUREFIRE Logger in prinited summary

2014-10-18 Thread tibor17
the prefixes like [ERROR] in stdout may break current build systems. Therefore broken compatibility should not appear in current 2.x. If you can estimate the criticality of this fix, we can discuss it. - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/SUREFIRE

Re: Is it possible to have file system access in Jenkins?

2014-10-19 Thread tibor17
@stephenc thx, downloaded Tell me how are we going to solve this issue next time. - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/Is-it-possible-to-have-file-system-access-in-Jenkins-tp5809566p5810098.html Sent from the Maven Developers mailing list archive

[GitHub] maven-surefire pull request: Multiple lines with T E S T S in l...

2014-10-21 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/60 Multiple lines with T E S T S in log. Related to JIRA issue. This line is printed multiple times in log: --- T E S T S

Re: Is it possible to have file system access in Jenkins?

2014-10-22 Thread tibor17
resources on the build machine or such restrictions that the devs are untrusted? - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/Is-it-possible-to-have-file-system-access-in-Jenkins-tp5809566p5810349.html Sent from the Maven Developers mailing list archive

[GitHub] maven-surefire pull request: Updated documentation in SUREFIRE-104...

2014-10-26 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/61 Updated documentation in SUREFIRE-1047 and SUREFIRE-1097 Documentation for argLine and includes/excludes section. You can merge this pull request into a Git repository by running: $ git

Release Plan for SUREFIRE 2.18

2014-10-26 Thread tibor17
/20175 BR, Tibor - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/Release-Plan-for-SUREFIRE-2-18-tp5810740.html Sent from the Maven Developers mailing list archive at Nabble.com

Re: Release Plan for SUREFIRE 2.18

2014-10-26 Thread tibor17
I would like to commit one more improvement in 2.18 which does not block us at all. - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/Release-Plan-for-SUREFIRE-2-18-tp5810740p5810744.html Sent from the Maven Developers mailing list archive at Nabble.com

Re: Release Plan for SUREFIRE 2.18

2014-10-26 Thread tibor17
the RunListener so that the start and end of test class would be recognized directly from JUit Runners bypassing notifications from JUnit RunListener. - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/Release-Plan-for-SUREFIRE-2-18-tp5810740p5810936.html Sent from

[GitHub] maven-surefire pull request: [SUREFIRE-649] empty strings in syste...

2014-10-26 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/62 [SUREFIRE-649] empty strings in systemPropertyVariables element The fix for https://jira.codehaus.org/browse/SUREFIRE-649 You can merge this pull request into a Git repository by running

Re: Release Plan for SUREFIRE 2.18

2014-10-27 Thread tibor17
Hi Andreas, I am going to push SUREFIRE-649. No, actually i will fix SUREFIRE-1053 and open a new minor improvement which takes me very short time to fix. IMHO i can fix these issues till Wed. Is that acceptable date for you? Do you want to make the release on Friday? - BR, tibor17 -- View

Re: Release Plan for SUREFIRE 2.18

2014-10-27 Thread tibor17
The build succeedded after SUREFIRE-649 but the deployment failed Failed to transfer file: https://repository.apache.org/content/repositories/snapshots/org/apache/maven/surefire/common-java5/maven-metadata.xml. Return code is: 502, ReasonPhrase: Proxy Error. - BR, tibor17 -- View

[GitHub] maven-surefire pull request: [SUREFIRE-649] empty strings in syste...

2014-10-27 Thread Tibor17
Github user Tibor17 closed the pull request at: https://github.com/apache/maven-surefire/pull/62 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] maven-surefire pull request: [SUREFIRE-1053] Suppress warning mess...

2014-10-28 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/63 [SUREFIRE-1053] Suppress warning message if file.encoding is set using argLine Fix for http://jira.codehaus.org/browse/SUREFIRE-1053 You can merge this pull request into a Git repository

[GitHub] maven-surefire pull request: [SUREFIRE-1053] Suppress warning mess...

2014-10-29 Thread Tibor17
Github user Tibor17 closed the pull request at: https://github.com/apache/maven-surefire/pull/63 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] maven-surefire pull request: [SUREFIRE-1108] Surefire should print...

2014-10-29 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/64 [SUREFIRE-1108] Surefire should print parallel tests in progress been stopped after elapsed timeout An improvement for SUREFIRE-1108 You can merge this pull request into a Git repository

Re: Release Plan for SUREFIRE 2.18

2014-10-29 Thread tibor17
should have such privilegies. It would speed up my development. Last time I had to re-fix the project and rebuild locally which is better than breaking the ASF build watched by all eyes. - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/Release-Plan-for-SUREFIRE-2

Re: Release Plan for SUREFIRE 2.18

2014-10-29 Thread tibor17
Hi Andreas Thx for your patience. It looks like we can start making the release. - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/Release-Plan-for-SUREFIRE-2-18-tp5810740p5811601.html Sent from the Maven Developers mailing list archive at Nabble.com

[GitHub] maven-surefire pull request: + documentation in fork-options-and-p...

2014-10-29 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/65 + documentation in fork-options-and-parallel-execution.apt.vm Few words about parameters in SUREFIRE documentation: parallelTestsTimeoutInSeconds parallelTestsTimeoutForcedInSeconds

Re: Release Plan for SUREFIRE 2.18

2014-10-30 Thread tibor17
I found a bit ugly line in IT logs: [ERROR] null I found the reason, the JUnit passed null String in Description in Suite runner. Nothing is broken, only the lines are not nice with null. I'd like to prevent from users reporting new JIRA issue. I am pushing to ASF now... - BR, tibor17

Re: [VOTE] Release Maven Surefire Plugin version 2.18

2014-10-30 Thread tibor17
The staging is not available http://maven.apache.org/surefire-archives/surefire-2.18/maven-surefire-plugin/index.html Should not it be instead? http://maven.apache.org/surefire-archives/maven-surefire-2.18/maven-surefire-plugin/index.html - BR, tibor17 -- View this message in context: http

Re: [VOTE] Release Maven Surefire Plugin version 2.18

2014-10-31 Thread tibor17
Your right Andreas, the page now is available. I'll have a look. Thx - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/VOTE-Release-Maven-Surefire-Plugin-version-2-18-tp5811871p5811947.html Sent from the Maven Developers mailing list archive at Nabble.com

Re: [VOTE] Release Maven Surefire Plugin version 2.18

2014-10-31 Thread tibor17
Hi Andreas, Do we have chance to update the site? One little issue with a title which appears in html ul unordered list on this site fork-options-and-parallel-execution.apt.vm - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/VOTE-Release-Maven-Surefire-Plugin

Re: [VOTE] Release Maven Surefire Plugin version 2.18

2014-10-31 Thread tibor17
? - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/VOTE-Release-Maven-Surefire-Plugin-version-2-18-tp5811871p5811970.html Sent from the Maven Developers mailing list archive at Nabble.com

Re: [VOTE] Release Maven Surefire Plugin version 2.18

2014-10-31 Thread tibor17
Great job Hevre and Andreas. Here is my voice. +1 - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/VOTE-Release-Maven-Surefire-Plugin-version-2-18-tp5811871p5812029.html Sent from the Maven Developers mailing list archive at Nabble.com

Re: [VOTE] Release Maven Surefire Plugin version 2.18

2014-10-31 Thread tibor17
I am going to report two issues in MPIR. - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/VOTE-Release-Maven-Surefire-Plugin-version-2-18-tp5811871p5812050.html Sent from the Maven Developers mailing list archive at Nabble.com

Re: ApacheCon EU 2014, Budapest

2014-11-01 Thread tibor17
I like red wine, but who is paying? -:) - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/Re-ApacheCon-EU-2014-Budapest-tp5811661p5812094.html Sent from the Maven Developers mailing list archive at Nabble.com

Re: [VOTE] Release Maven Surefire Plugin version 2.18 - Take 2

2014-11-02 Thread tibor17
+1 on committer side - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/VOTE-Release-Maven-Surefire-Plugin-version-2-18-Take-2-tp5812277p5812407.html Sent from the Maven Developers mailing list archive at Nabble.com

Re: [VOTE] Release Maven Surefire Plugin version 2.18 - Take 2

2014-11-02 Thread tibor17
would have any bigger benefits from JDK 7 except for NIO and GC improvements. - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/VOTE-Release-Maven-Surefire-Plugin-version-2-18-Take-2-tp5812277p5812412.html Sent from the Maven Developers mailing list archive

Re: Proposal: Ease the usage of Failsafe

2014-11-02 Thread tibor17
+ startup the Tomcat before the tests, then I would use failsafe or invoker. Definitelly i wouldn't prolong the execution of unit tests/surefire with something like starting the Tomcat and testing the UI. - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/Proposal

SUREFIRE Configurable Providers

2014-11-03 Thread tibor17
. - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/SUREFIRE-Configurable-Providers-tp5812529.html Sent from the Maven Developers mailing list archive at Nabble.com. - To unsubscribe, e-mail: dev-unsubscr

[GitHub] maven-surefire pull request: [SUREFIRE-1112] Remove uneccessary ne...

2014-11-06 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/66 [SUREFIRE-1112] Remove uneccessary newlines in console output for test results with no error A fix for JIRA issue in SUREFIRE 2.19. You can merge this pull request into a Git repository

[GitHub] maven-surefire pull request: [SUREFIRE-987] and [SUREFIRE-1109]

2014-11-09 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/67 [SUREFIRE-987] and [SUREFIRE-1109] Added surefire/failsafe property for parameters runOrder and suiteXmlFiles. You can merge this pull request into a Git repository by running: $ git

Is Expression Language Supported in Maven POM?

2014-11-14 Thread tibor17
Is it possible to use EL in POM, something like this? http://www.w3.org/TR/xexpr/#id-0042 - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/Is-Expression-Language-Supported-in-Maven-POM-tp5814057.html Sent from the Maven Developers mailing list archive

[SUREFIRE] List of simple issues to fix

2014-11-14 Thread tibor17
SUREFIRE-601 SUREFIRE-587 SUREFIRE-468 (retest) SUREFIRE-524 SUREFIRE-383 SUREFIRE-269 - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/SUREFIRE-List-of-simple-issues-to-fix-tp5814089.html Sent from the Maven Developers mailing list archive at Nabble.com

Re: [ANN] Apache Maven Toolchains Plugin 1.1 Released

2014-11-14 Thread tibor17
The toolchain.xsd schema seems to be unaccessible according to header and xsd storage on maven-apache. http://maven.apache.org/ref/3.1.1/maven-core/toolchains.html http://maven.apache.org/xsd/ - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/ANN-Apache-Maven

[GitHub] maven-surefire pull request: [SUREFIRE-1036] Tests using MockitoJU...

2014-11-15 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/68 [SUREFIRE-1036] Tests using MockitoJUnitRunner are always run regardless of membership in specified group Fix for Groups filter. You can merge this pull request into a Git repository

Re: [SUREFIRE] List of simple issues to fix

2014-11-15 Thread tibor17
It makes sense to me to close these bugs without a fix. I will wait one week for a response. If somebody want to prevent from closing them, let me know. SUREFIRE-1001, SUREFIRE-904, SUREFIRE-595, SUREFIRE-1054, SUREFIRE-620, SUREFIRE-757 - BR, tibor17 -- View this message in context: http

Re: [SUREFIRE] List of simple issues to fix

2014-11-16 Thread tibor17
the JIRA reporters to provide a patch. At least one patch per release from a user would be helpful. - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/SUREFIRE-List-of-simple-issues-to-fix-tp5814089p5814392.html Sent from the Maven Developers mailing list

Re: [SUREFIRE] List of simple issues to fix

2014-11-16 Thread tibor17
A new issue SUREFIRE-1118 was open this morning. I have handled it and proposed closing it because it's a duplicate to SUREFIRE-514. - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/SUREFIRE-List-of-simple-issues-to-fix-tp5814089p5814398.html Sent from

Re: [VOTE] Release ASF Parent POM 16, Maven Parent POM 26, Maven Plugins Parent POM 27

2014-11-16 Thread tibor17
That's pity that you haven't update MPOM-61 to the latest surefire 2.18. Both MPOM-61 and surefire-2.18 were released in Nov 08. - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/VOTE-Release-ASF-Parent-POM-16-Maven-Parent-POM-26-Maven-Plugins-Parent-POM-27

Only one POM with dependencyManagement for entire company

2014-11-18 Thread tibor17
BOM files with dependencyMgmt for internal and external artifacts in each level. Those artifacts are not duplicated in the first and second level. Is it good or wrong? - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/Only-one-POM-with-dependencyManagement

Re: Only one POM with dependencyManagement for entire company

2014-11-18 Thread tibor17
with no interest. :( - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/Only-one-POM-with-dependencyManagement-for-entire-company-tp5814669p5814678.html Sent from the Maven Developers mailing list archive at Nabble.com

[GitHub] maven-surefire pull request: [SUREFIRE-757] Project encoding prope...

2014-11-18 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/71 [SUREFIRE-757] Project encoding properties is not checked Only added a hint to setup property referenced by ${project.reporting.outputEncoding}. You can merge this pull request into a Git

Re: Only one POM with dependencyManagement for entire company

2014-11-19 Thread tibor17
Hi Anders, thx for your hint. Just only a remark that i am not using jBoss poms because i am trying to be independent in java code. Instead i am using javax:javaee-api:7.0 which works very well + other artifacts with scope: provided. - BR, tibor17 -- View this message in context: http

Re: New logo?

2014-11-21 Thread tibor17
This looks really funny, not bad :) http://people.apache.org/~stephenc/maven-logo-contest/maven-21-in-context.png What I like the way how you created the title from pictures. It's a bit crazy picture but still better than a pure picture standing in front of the title. - BR, tibor17 -- View

Re: New logo?

2014-11-21 Thread tibor17
of these words in white loop in the picture, so that the men is pointing to one phase. Perhaps something like this, i guess. - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/New-logo-tp5778560p5814980.html Sent from the Maven Developers mailing list archive

Re: [SUREFIRE] List of simple issues to fix

2014-11-22 Thread tibor17
Closed 6 issues SUREFIRE-1001, SUREFIRE-904, SUREFIRE-595, SUREFIRE-1054, SUREFIRE-620, SUREFIRE-1118 - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/SUREFIRE-List-of-simple-issues-to-fix-tp5814089p5815160.html Sent from the Maven Developers mailing list

Re: Jigsaw early-access builds updated (JDK 9 build 40)

2014-11-24 Thread tibor17
@Rory Would it mean that the Maven is going to die after Java 9 ? - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/Jigsaw-early-access-builds-updated-JDK-9-build-40-tp581p5815558.html Sent from the Maven Developers mailing list archive at Nabble.com

How to setup SVN for HTML content of published site?

2014-11-24 Thread tibor17
I want to deploy the site to SVN repo. How to configure the SVN server so that the path in particular repository would be provided like a web content? We are using CollabNet SubversionEdge. - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/How-to-setup-SVN

Re: Jigsaw early-access builds updated (JDK 9 build 40)

2014-11-24 Thread tibor17
@Rory The Maven should provide built-support for Jigsaw modules. Has this activity already started? - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/Jigsaw-early-access-builds-updated-JDK-9-build-40-tp581p5815585.html Sent from the Maven Developers

Re: [DISCUSS] Idle bug handling approach

2014-11-25 Thread tibor17
to not close them. After one week we got a consensus, there wasn't any objection from committers and PMC to not close ALL of them, and thus I closed them. Except for one bug where I made an exception which will be categorized as an improvement possibly in a new JIRA ticket. - BR, tibor17 -- View

Re: [DISCUSS] Idle bug handling approach

2014-11-26 Thread tibor17
Hi Michael, I've seen that you are closing the issues in SUREFIRE according to https://cwiki.apache.org/confluence/display/MAVEN/The+Great+JIRA+Cleanup+of+2014 Do you want to make any new regulations in closing the bugs or you suppose this mail discussion is closed by then? - BR, tibor17

[GitHub] maven-surefire pull request: [SUREFIRE-1120] Improved Warning mess...

2014-11-27 Thread Tibor17
Github user Tibor17 closed the pull request at: https://github.com/apache/maven-surefire/pull/71 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[Question] Do we have an artifact with EAR, WAR, ... ClassLoaders in Maven project?

2014-11-29 Thread tibor17
Hi All, I have a question. Do we have an artifact with EAR, WAR, JAR, ... ClassLoaders in Maven project? Thx, Tibor - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/Question-Do-we-have-an-artifact-with-EAR-WAR-ClassLoaders-in-Maven-project-tp5817500.html

[GitHub] maven-surefire pull request: [SUREFIRE-855] Allow failsafe to use ...

2014-11-30 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/72 [SUREFIRE-855] Allow failsafe to use actual jar file instead of target/classes The failsafe-plugin using artifact file instead of target/classes. You can merge this pull request into a Git

problem to git reset hash at git-wip-us.apache.org/repos/asf

2014-12-23 Thread tibor17
I need a help with reseting the master git-wip-us.apache.org/repos/asf/surefire. I did like this: git reset --hard f7558cb8ff087d5aaf114ec291babac31896bef3 git commit git push -u https://git-wip-us.apache.org/repos/asf/maven-surefire.git master GitHub is telling me: remote: Rewinding

Re: problem to git reset hash at git-wip-us.apache.org/repos/asf

2014-12-24 Thread tibor17
in 2.19, we will get better imagination of what API the people would like to customize in 3.0 instead of plugin's pom configuration. - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/problem-to-git-reset-hash-at-git-wip-us-apache-org-repos-asf-tp5820756p5820822

[VOTE] Release Apache Maven Surefire Plugin version 2.18.1

2014-12-24 Thread tibor17
Hi, We solved 13 issues: https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541version=20814 There are still a couple of issues left in JIRA:

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.18.1

2014-12-24 Thread tibor17
Good question, this was our problem whole year. I was asking Kristian about the same, and AFAIK this was related to the machine itself. One can see OutOfMemoryError: PermGen space As this wasn't my priviledge to fix the system setup, i was not able to make more here. - BR, tibor17 -- View

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.18.1

2014-12-24 Thread tibor17
/SUREFIRE-1128 - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/VOTE-Release-Apache-Maven-Surefire-Plugin-version-2-18-1-tp5820843p5820873.html Sent from the Maven Developers mailing list archive at Nabble.com

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.18.1

2014-12-24 Thread tibor17
Upon the users pressure and frequent bug SUREFIRE-1121, the Surefire 2.18.1 release fixed the blocker SUREFIRE-1121, and other important major fixes SUREFIRE-1114, SUREFIRE-1112. - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/VOTE-Release-Apache-Maven

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.18.1

2014-12-25 Thread tibor17
code fixes in 2.19-SNAPSHOT related to SUREFIRE-1128. I can fix everything in code since i have the rights there, but other issues like memory settings and Reports directory is missing seems to be related to VM settings and there i don't have right to fix as it seems. - BR, tibor17 -- View

[GitHub] maven-surefire pull request: [SUREFIRE-1128] Fix mvn 2.2.1 build p...

2014-12-25 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/76 [SUREFIRE-1128] Fix mvn 2.2.1 build process https://builds.apache.org/view/All/job/maven-surefire-mvn-2.2.1 Fixed annoying issue related to JDK5/7 mvn verify -pl maven-failsafe

[GitHub] maven-surefire pull request: [SUREFIRE-1129] JDK 5 should be the m...

2014-12-26 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/77 [SUREFIRE-1129] JDK 5 should be the min requirements in surefire project updating maven-plugin-plugin configuration with requirements.jdk=1.5 You can merge this pull request into a Git

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.18.1

2014-12-26 Thread tibor17
Hi Herve, I have fixed the JDK version, please see https://jira.codehaus.org/browse/SUREFIRE-1129 Should the change be move into other SVN repo as well? - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/VOTE-Release-Apache-Maven-Surefire-Plugin-version-2-18-1

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.18.1

2014-12-27 Thread tibor17
- BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/VOTE-Release-Apache-Maven-Surefire-Plugin-version-2-18-1-tp5820843p5821225.html Sent from the Maven Developers mailing list archive at Nabble.com

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.18.1

2014-12-27 Thread tibor17
Hi Karl, Fails again but now only with two ITs. Let's redirect our discussion in JIRA https://jira.codehaus.org/browse/SUREFIRE-1133 - BR, tibor17 -- View this message in context: http://maven.40175.n5.nabble.com/VOTE-Release-Apache-Maven-Surefire-Plugin-version-2-18-1-tp5820843p5821244

[GitHub] maven-surefire pull request: [SUREFIRE-1128] Fix mvn 2.2.1 build p...

2014-12-27 Thread Tibor17
Github user Tibor17 closed the pull request at: https://github.com/apache/maven-surefire/pull/76 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

  1   2   3   4   5   6   >