Re: about maven's built-in properties

2012-12-16 Thread Hervé BOUTEMY
yes, there is interpolation in poms: see the reference [1] I suppose this is treated with more explanation in any Maven book Regards, Hervé [1] http://maven.apache.org/ref/3.0.4/maven-model-builder/ Le dimanche 16 décembre 2012 15:26:45 jinwei zhu a écrit : Hi, community, In this url

Re: about maven's built-in properties

2012-12-16 Thread jinwei zhu
Thanks,Hervé. I have read some maven books and the url link [1]. But they do not tell us where are the built-in maven properties such as maven.repo.local and do not tell us if maven3 still support built-in maven properties like maven1. It is confuing me much! 2012/12/16 Hervé BOUTEMY

Does maven3 still support built-in properties?

2012-12-16 Thread jinwei zhu
Hi, community, Does maven3 still support built-in properties like maven1.x in this page http://maven.apache.org/maven-1.x/reference/properties.html ? if yes, where can I find this built-in properties list ? if no, the strange thing is I can use CLI like mvn -Dmaven.repo.local to

Re: [1/2] git commit: extracted Slf4jConfiguration interface and corresponding implementation to clearly separate code depending on slf4j binding

2012-12-16 Thread Hervé BOUTEMY
Level class is lg4j specific: I can't use it I didn't find anything usable more specific than int: ideas welcome. but what I can do is adding javadoc pointing to plexus Logger constants to document accepted values Regards, Hervé Le samedi 15 décembre 2012 20:48:15 Jason van Zyl a écrit : I

Re: maven-shared-utils vs. plexus-utils

2012-12-16 Thread Mirko Friedenhagen
Hello Kristian, thanks for the clarification. I see commits in plexus-utils seem to happen as often as in maven-shared-utils (and p-u is already using git, which feels more modern to me). - So maven-shared-utils is a plexus-utils facade using jakarta-commons implementations directly? - Which

Re: [VOTE] Maven Shared Utils 0.2

2012-12-16 Thread Robert Scholte
+1 Op Sun, 16 Dec 2012 04:21:50 +0100 schreef Kristian Rosenvold kristian.rosenv...@gmail.com: Thanks ! https://jira.codehaus.org/browse/MSHARED-267 created. Kristian 2012/12/15 Hervé BOUTEMY herve.bout...@free.fr: +1 a Jira issue to show which methods have been made public would be

Re: [VOTE] Maven Shared Utils 0.2

2012-12-16 Thread Olivier Lamy
+1 -- Olivier Le 13 déc. 2012 22:40, Kristian Rosenvold kristian.rosenv...@gmail.com a écrit : Hi, We solved 1 issue and made a few methods public. This release is necessary for surefire 2.13. https://jira.codehaus.org/secure/ReleaseNote.jspa?version=18942styleName=HtmlprojectId=11761

Re: maven-shared-utils vs. plexus-utils

2012-12-16 Thread Kristian Rosenvold
2012/12/16 Mirko Friedenhagen mfriedenha...@gmail.com: Hello Kristian, thanks for the clarification. I see commits in plexus-utils seem to happen as often as in maven-shared-utils (and p-u is already using git, which feels more modern to me). - So maven-shared-utils is a plexus-utils facade

Re: about maven's built-in properties

2012-12-16 Thread Anders Hammar
Thanks,Hervé. I have read some maven books and the url link [1]. But they do not tell us where are the built-in maven properties such as maven.repo.local and do not tell us if maven3 still support built-in maven properties like maven1. It is confuing me much! maven.repo.local is not a built

Re: [1/2] git commit: extracted Slf4jConfiguration interface and corresponding implementation to clearly separate code depending on slf4j binding

2012-12-16 Thread Stephen Connolly
I thought JvZ was referring to in the impl for log4j but I ack I may be misreading on this phone. Otherwise: NICE On Sunday, 16 December 2012, Hervé BOUTEMY wrote: Level class is lg4j specific: I can't use it I didn't find anything usable more specific than int: ideas welcome. but what I

Re: about maven's built-in properties

2012-12-16 Thread jinwei zhu
Ok, and thanks again! But I still want to make the following questions clear : 1. Since maven.repo.local is not a built in property, how Maven Core itself and/or plugins will check to configure things if I use command mvn -Dmaven.repo.local=xxx install ? In another words, why Maven Core itself

Re: [VOTE] Maven Shared Utils 0.2

2012-12-16 Thread Mark Struberg
+1 LieGrue, strub - Original Message - From: Robert Scholte rfscho...@apache.org To: Maven Developers List dev@maven.apache.org Cc: Sent: Sunday, December 16, 2012 12:23 PM Subject: Re: [VOTE] Maven Shared Utils 0.2 +1 Op Sun, 16 Dec 2012 04:21:50 +0100 schreef Kristian

Re: [1/2] git commit: extracted Slf4jConfiguration interface and corresponding implementation to clearly separate code depending on slf4j binding

2012-12-16 Thread Jason van Zyl
Sorry, I looked it up while on my phone. We definitely don't want to use anything not specific to SLF4J. In that case you might just want to pass in the LoggerFactory and CliRequest in and let the implementation do whatever it needs. On Dec 16, 2012, at 5:16 AM, Hervé BOUTEMY

Re: about maven's built-in properties

2012-12-16 Thread Stephen Connolly
Please stop looking at the maven 1.x stuff. Maven 1.x was a bad design. 2.0 onwards is a different methodology. Looking at 1.x docs will only teach you bad patterns. On Sunday, 16 December 2012, jinwei zhu wrote: Ok, and thanks again! But I still want to make the following questions clear :

Re: about maven's built-in properties

2012-12-16 Thread jinwei zhu
thanks, and I am using maven3, and I just want to make those questions clear, and then I could get better to understand maven. Could anyone answer those two questions? 2012/12/16 Stephen Connolly stephen.alan.conno...@gmail.com: Please stop looking at the maven 1.x stuff. Maven 1.x was a bad

Re: about maven's built-in properties

2012-12-16 Thread Hervé BOUTEMY
those 2 questions don't have a real meaning in Maven 2 3: install doesn't use maven.repo.local [1] perhaps you're looking for settings configuration [2], ie the Maven 2 3 way to configure local repository location Regards, Hervé [1]

Re: about maven's built-in properties

2012-12-16 Thread jinwei zhu
Yes, through config settings.xml , I could set local repository location , but when I use command mvn -Dmaven.repo.local=./repo intasll, maven create repo directory. So Why maven could create directory, I think maven know the property maven.repo.local , if you set this property in command, maven

Re: [VOTE] Maven Shared Utils 0.2

2012-12-16 Thread John Casey
+1 On 12/13/12 3:39 PM, Kristian Rosenvold wrote: Hi, We solved 1 issue and made a few methods public. This release is necessary for surefire 2.13. https://jira.codehaus.org/secure/ReleaseNote.jspa?version=18942styleName=HtmlprojectId=11761 There are a few issues left in jira:

Re: Logging

2012-12-16 Thread Benson Margulies
Since not much has been heard on the 'pick a logger' question for some time, I'm going to stick my neck out and try to summarize some aspects, in the hopes of discovering how close we are to a consensus. In the following, I use the word 'want' to express *preference*, not non-negotiable demands.

Re: maven-shared-utils vs. plexus-utils

2012-12-16 Thread Benson Margulies
On Sun, Dec 16, 2012 at 11:21 AM, Kristian Rosenvold kristian.rosenv...@gmail.com wrote: It has come to my attention that I used the term unclean the description about p-u in m-s-u. I have removed that, since it could somehow imply I give the slightest fuck about american law, which I quite

Re: Logging

2012-12-16 Thread Gary Gregory
On Sun, Dec 16, 2012 at 12:16 PM, Benson Margulies bimargul...@gmail.comwrote: Since not much has been heard on the 'pick a logger' question for some time, I'm going to stick my neck out and try to summarize some aspects, in the hopes of discovering how close we are to a consensus. In the

Re: Logging

2012-12-16 Thread Jason van Zyl
I was just giving folks time to make their branches and evaluate. For people who felt strongly like Olviier and myself I expect them to make branches and implement something for comparison. I didn't want to do anymore work on SLF4J Simple but Ceki is going to implement a reset function in the

Re: about maven's built-in properties

2012-12-16 Thread Hervé BOUTEMY
yes, this property can be used from CLI to override local repository defined in setting: see [1] Regards, Hervé [1] http://maven.apache.org/ref/3.0.4/maven-embedder/apidocs/constant- values.html#org.apache.maven.cli.MavenCli.LOCAL_REPO_PROPERTY Le lundi 17 décembre 2012 00:24:23 jinwei zhu a

Re: core-integration-testing-maven-3 jobs hangs

2012-12-16 Thread Dennis Lundberg
On 2012-12-14 00:29, Brett Porter wrote: On 13/12/2012, at 9:15 PM, Anders Hammar and...@hammar.net wrote: Also, there's some problems with Jenkins not finding git installation on some nodes. But that's a different topic, but possibly related to the upgrade? If you mean the Windows node,

maven-surefire pull request: [SUREFIRE-933] repair parallel=classes

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

Re: Logging

2012-12-16 Thread Brian Fox
Great summary Benson, I agree with your assessments here. On Sun, Dec 16, 2012 at 12:16 PM, Benson Margulies bimargul...@gmail.comwrote: Since not much has been heard on the 'pick a logger' question for some time, I'm going to stick my neck out and try to summarize some aspects, in the hopes

Re: maven-surefire pull request: [SUREFIRE-933] repair parallel=classes

2012-12-16 Thread Mirko Friedenhagen
Hello, looking at https://git-wip-us.apache.org/repos/asf?p=maven-surefire.git;a=blob;f=surefire-api/src/main/java/org/apache/maven/surefire/util/LazyTestsToRun.java;h=3a6dba7116f160b46eb518e20fec3b1045684101 it seems windows line feeds crept in, is this on purpose? Regards Mirko On Sun, Dec

Re: core-integration-testing-maven-3 jobs hangs

2012-12-16 Thread Anders Hammar
The pattern I see is that all jobs that build with JDK 1.5 hangs. This includes the windows node. /Anders On Sun, Dec 16, 2012 at 7:10 PM, Dennis Lundberg denn...@apache.org wrote: On 2012-12-14 00:29, Brett Porter wrote: On 13/12/2012, at 9:15 PM, Anders Hammar and...@hammar.net wrote:

Re: core-integration-testing-maven-3 jobs hangs

2012-12-16 Thread Jason van Zyl
Igor and I have successfully run the ITs on 1.5. Igor did it on Linux and I did it on OS X. So I think it's some interaction on the CI server. I can't get it to work on Jenkins or Hudson, even with a lot of memory. On Dec 16, 2012, at 2:43 PM, Anders Hammar and...@hammar.net wrote: The

Re: maven-surefire pull request: [SUREFIRE-933] repair parallel=classes

2012-12-16 Thread Andreas Gudian
Hi mirko, Nope, not on purpose. Thought I had my git configured to handle that for me. I'll check my settings. Thanks for the heads up, Andreas Am Sonntag, 16. Dezember 2012 schrieb Mirko Friedenhagen : Hello, looking at

Re: Antrun to maven plugin - file size

2012-12-16 Thread Stephen Connolly
Have a look at the source code of the regex-property goal of mojo's build helper maven plugin... Coupled with File#length() you should be able to get something rather easily On Saturday, 15 December 2012, Benoit Billington wrote: Hi, Is there a way to do the following antrun task using a

Re: about maven's built-in properties

2012-12-16 Thread jinwei zhu
Hi, Hervé. Thank you very much! 2012/12/17 Hervé BOUTEMY herve.bout...@free.fr: yes, this property can be used from CLI to override local repository defined in setting: see [1] Regards, Hervé [1] http://maven.apache.org/ref/3.0.4/maven-embedder/apidocs/constant-

Re: [VOTE] Maven Shared Utils 0.2

2012-12-16 Thread Kristian Rosenvold
+1 2012/12/16 John Casey jdca...@commonjava.org: +1 On 12/13/12 3:39 PM, Kristian Rosenvold wrote: Hi, We solved 1 issue and made a few methods public. This release is necessary for surefire 2.13.

[RESULT] [VOTE] Maven Shared Utils 0.2

2012-12-16 Thread Kristian Rosenvold
Hi, The vote has passed with the following result : +1 (binding): Hervé Boutemy, Robert Scholte, Olivier Lamy,Mark Struberg, John Casey, Kristian Rosenvold I will promote the artifacts to the central repo. Kristian - To

Re: [VOTE] Release Maven Release Plugin version 2.4

2012-12-16 Thread Tony Chemit
On Thu, 13 Dec 2012 23:48:24 +0100 Robert Scholte rfscho...@apache.org wrote: +1 (none binding) works fine for me. thanks, tony. Hi, We solved 24 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?styleName=HtmlprojectId=11144version=17453 There are still a couple of issues left