Re: Some continuum-jpa branch updates

2008-01-24 Thread Emmanuel Venisse
On Jan 22, 2008 3:06 AM, Rahul Thakur [EMAIL PROTECTED] wrote: A Query object that wraps up criteria and is built programmatically affords us the ability to keep Store APIs lean and stable. That is the motivation behind building up queries programatically. IMHO, the current ContinuumStore is

Re: Continuum update

2008-01-24 Thread Emmanuel Venisse
The continuuum-1.x is created Emmanuel On Jan 21, 2008 11:08 PM, Emmanuel Venisse [EMAIL PROTECTED] wrote: Hi, I'll probably create a new branch for 1.x dev and will reserve the trunk for 2.x dev. I think I'll do it this week or the next (if you're agree, of course :) ) I'll try to send

http://jira.codehaus.org/browse/MCHANGES-78

2008-01-24 Thread Emmanuel Hugonnet
Hi, I have updated the code for this enhancement. It parses svn messages to produce the changelog in the site. This way you don't have to maintain a changes.xml file. Now it uses Maven-SCM API and it is Java 1.4 compliant. regards, Emmanuel

Re: http://jira.codehaus.org/browse/MCHANGES-78

2008-01-24 Thread Rémy Sanlaville
Hi, Really nice ! Hope that it will be integrated in the maven-changes-plugin and released soon. Rémy

[MNG-3140] how to get the ${basedir} value from a Plexus component ?

2008-01-24 Thread nicolas de loof
Hello, I'd like to fix MNG-3140 (add support for ${basedir} property in profile activation). MNG-2363 http://jira.codehaus.org/browse/MNG-2363 and MNG-3017 http://jira.codehaus.org/browse/MNG-3017 seems to also relie on File path beeing relative to working directory. I'd like to use the

Debugging Plugin

2008-01-24 Thread Hoehmann, Andreas
Hello folks, i try to understand the internals of the surfire-plugins (api, report, testng-provider). Why? I want fix some testng-bugs ;) First i try to fix the bug ignoring the defined testng-suite-name and use allways 'TestSuite' ... i don't undertstand where the suitefiles parsed (i guess

Re: Debugging Plugin

2008-01-24 Thread Benjamin Bentmann
Why? I want fix some testng-bugs ;) :-) Pleas can anyone tell me : how can i debug a running surefire-plugin (e.g. in Eclipse) You can setup a Remote Java Application launch configuration via the menu command Run Open Debug Dialog The Project could be one of the Surefire modules, the

[jira] Subscription: Design Best Practices

2008-01-24 Thread jira
Issue Subscription Filter: Design Best Practices (29 issues) Subscriber: mavendevlist Key Summary MNG-2184Possible problem with @aggregator and forked lifecycles http://jira.codehaus.org/browse/MNG-2184 MNG-612 implement conflict resolution techniques

Re: Debugging Plugin

2008-01-24 Thread Dan Fabulich
Thanks for posting that, Benjamin. I've filed SUREFIRE-436 that we should update the site documentation to include a more explicit debugging tutorial (at least for debugging forked tests). You both may note that I've posted a long rant about the bug Andreas is interested in (SUREFIRE-433)