SCM-609 - Mercurial SCM provider reports revision number instead of revision hash in changelog command

2011-02-17 Thread Ringo De Smet
Hello, For the problem reported below, I created ticket SCM-609 and provided a patch. The link to the Github branch is in the ticket. Can someone review and integrate this in 1.5-SNAPSHOT? Tnx, Ringo On 14 February 2011 16:21, Ringo De Smet wrote: > Hello, > > I am re-using the

Maven HG provider: changelog returning revision hash instead of number?

2011-02-14 Thread Ringo De Smet
Hello, I am re-using the Maven HG provider in a project where I need to process all commits. I have a problem with the changelog command. Mercurial reports the revision under the following form: 996:dfec0866dab97b8b5b949a6b16a70181a90deeb0 The first part is a number which is only valid for the lo

Re: Status of injecting new lifecycles?

2009-07-30 Thread Ringo De Smet
Mark, 2009/7/30 Donszelmann Mark : > > the NAR plugin uses its own lifecycle as documented here: > > http://java.freehep.org/freehep-nar-plugin/lifecycle.html Small correction: you have a custom lifecycle *mapping*, but you are still binding to the default lifecycle. I'm talking about linking the

Status of injecting new lifecycles?

2009-07-29 Thread Ringo De Smet
Hello, I want to ask again what the correct state is regarding adding new lifecycles, as a followup to this thread: http://www.nabble.com/MECLIPSE-37-creating-a-new-custom-lifecycle-for-m-eclipse-p-td20846234.html Investigation is currently taking place to use Maven + freehep-nar-plugin to perfor

Activating debug logging for a single plugin?

2009-07-29 Thread Ringo De Smet
Hello, I searched the docs on the website and the mail archives, but could not get an easy answer on this one. How can I activate debug logging for single plugin? I suspect I should create a logging configuration file in a certain format and put it in a specific location? Can one elaborate plz? T

Re: @component or @plexus.requirement?

2009-03-19 Thread Ringo De Smet
Jason, 2009/3/19 Jason van Zyl : > One annotation is for Plexus components specifically and that is > @plexus.requirement or @Requirement if you're doing annotations. > > The other is specifically for Maven plugins. The component metadata for your > own types, like our Maven plugins, have their ow

@component or @plexus.requirement?

2009-03-19 Thread Ringo De Smet
Hello, I'm a bit confused on the use of the @component and @plexus.requirement Javadoc annotations. http://docs.codehaus.org/display/MAVEN/Deterministic+Lifecycle+Planning The above document contains the following: "injected either as a @plexus.requirement or @component annotation, depending on

MRELEASE-400: How can we add the systemPath again to the release POM?

2009-03-03 Thread Ringo De Smet
Hello, In our release setup, we always generate the release POM for our modules. We have a project now that fails when the org.htmlparser:htmlparser:1.6 dependency was added. htmlparser refers to tools.jar as a system scoped dependency. The generated release POM contains a system scoped dependency

AbstractCvsStatusCommand running "cvs update" ?

2009-03-02 Thread Ringo De Smet
Hello, I am writing some custom plugin code that also needs some SCM operations, in my case needing support for CVS and SVN. For this, I am using the Maven SCM subsystem with the providers. I am running a status command, but for the CVS provider this seems to run a "cvs update" command instead of