Conversation
a-horst
commented
Jun 16, 2014
- logging configuration now no longer overwrites the default log level as specified in conf/logging/simplelogger.properties (see MNG-2570 (related)); the default log level was always set to "info" unless either option "debug" or "quiet" were used; this made it effectively impossible to change the default log level to something other than "debug", "error" or "info"
as specified in conf/logging/simplelogger.properties (see MNG-2570)
|
You may want to try running the script described in here just to make sure the Maven ITs are not affected by the change. We have several ITs that specifically look at log output. Thanks for the pull request! If I can integrate it into the 3.2.2 release I will, but I'm about to cut it. |
|
I will push this in right after I cut the 3.2.2. |
|
Just to get it right: for the ITs I have to clone https://git-wip-us.apache.org/repos/asf/maven-integration-testing.git and then use my local SNAPSHOT build (maven-3.2.2-SNAPSHOT) with the patch/fix to build (mvn install -Prun-its) the maven-integration-test project? |
|
Ok, so I executed the ITs and faced two problems:
I'll give it another try to make sure it's not caused by encoding issues and I will also run the ITs with maven-3.2.1. |
|
So, executing ITs with maven-3.2.1 also fails MNG-4625. mng-5591-workspace-reader-module-a also fails but I assume that's a different issue. This is the stack (sorry for the German message): |
|
They should all be passing. Happy to help you once I cut the 3.2.2 release. Also, if you happen to use Eclipse I can show you how to do this all from within Eclipse which is much simpler. I'm thinking of demoing these tools tomorrow at our hangout: https://plus.google.com/u/0/b/113247990055413254822/events/cvbjktccvtp8cj9pru9u7r511fs But no pressure to show up to the hangout, I can show you how to use the tools in a 1:1 hangout. At any rate I will help you with the ITs later this week. |
|
I already got it running in Eclipse (pretty straight forward with m2e etc.). Actually the failed test MNG-4625 never seemed to have passed: see the respective job history of core-it-maven-3-win. I could narrow down the problem to the use of the special characters in the command which are the actual subject of the test (the property I adjusted the IT to use a quoted assignment and the IT succeeds: instead of Taking into account that MNG-4625 apparently never succeeded on Windows, I guess we can say that ITs succeeded with the proposed changes (I just simply didn't run ITs on Unix). |
|
Works fine on my system: What's yours? |
|
This is mine: As mentioned above, I have the same behavior as the Maven CI Job. |
|
I read about the failing test. I'm looking for the differences. I've tried it with 1.7.0_55 as well, still that test succeeds. So it failure is either caused by the OS, the default locale or the way Maven is started. For instance, I use the |
|
Any news on this? FYI: I used I see that you fixed the IT on Jenkins. I'll pull the respective changes and run ITs again. I'll come back with the results. |
|
Alright, so with Robert's fix of the IT eventually all ITs succeed with the changes of this pull request: |
|
This went in on d8fd65a. Can you close the pull request please? I keep forgetting to do it with the commit message. |
o Upgraded to new release of plexus-utils which contains the fix for #22 in plexus-utils.
o Upgraded to new release of plexus-utils which contains the fix for #22 in plexus-utils.
o Upgraded to new release of plexus-utils which contains the fix for #22 in plexus-utils.
o Upgraded to new release of plexus-utils which contains the fix for #22 in plexus-utils.
|
Resolve #7640 |