surefire plugin: multihtreaded test execution

2007-07-13 Thread Jerome Thibaud
for your advices Jerome Thibaud

Re: Source XREF generation puzzle !

2007-07-11 Thread Jerome Thibaud
reports reportjxr/report /reports /reportSet /reportSets /plugin /plugins /reporting Cheers, Vincent 2007/7/10, Jerome Thibaud [EMAIL PROTECTED]: Hi, I got a legacy project where tests and application sources are under the same directory

Re: Source XREF generation puzzle !

2007-07-11 Thread Jerome Thibaud
oh! oh! oh! I think I've seen a typo... As usual, it's after you click the send button that it hits you! the second reports reportjxr/report /reports should have been reports reporttest-jxr/report /reports I guess that's this part

Source XREF generation puzzle !

2007-07-10 Thread Jerome Thibaud
there, but, considering the absence of more settings, I suppose this applies to both jxr:jxr and jxr:test-jxr. Hence my question, how do I specify 2 configurations, one for the execution of jxr:jxr and the other for jxr-test-jxr? Thanks in advance Jerome Thibaud

scm:update failed with java.io.IOException: Illegal seek

2007-07-05 Thread Jerome Thibaud
/bugdatabase/view_bug.do?bug_id=6222822 Has anyone bumped into such an issue ? Found any fix or workaround ? regards Jerome Thibaud

Snapshot download frequency always is too much

2007-06-25 Thread Jerome Thibaud
of a snapshot and I don't want to keep downloading the same jars. The 2.0.4 behavior was ideal, Is there any workaround, a new option? Thanks in advance for your help Jerome Thibaud

tools.jar dependency and MacOSX

2007-06-11 Thread Jerome Thibaud
Hi All, Discovering the joy of coding Java in a Mac environment I learned that there is no tools.jar in the Mac version of the JDK. Consequence is, my projects having dependencies on tools.jar fail to build. So for the project with a direct dependency, I used Profile successfully. I created one

Re: tools.jar dependency and MacOSX

2007-06-11 Thread Jerome Thibaud
on a mac for a while now and have never had to deal with the tools.jar. Nathan On 6/11/07, Jerome Thibaud [EMAIL PROTECTED] wrote: Hi All, Discovering the joy of coding Java in a Mac environment I learned that there is no tools.jar in the Mac version of the JDK. Consequence is, my projects having

Re: tools.jar dependency and MacOSX

2007-06-11 Thread Jerome Thibaud
/11/07, Jerome Thibaud [EMAIL PROTECTED] wrote: Hi All, Discovering the joy of coding Java in a Mac environment I learned that there is no tools.jar in the Mac version of the JDK. Consequence is, my projects having dependencies on tools.jar fail to build. So for the project

Re: tools.jar dependency and MacOSX

2007-06-11 Thread Jerome Thibaud
it should work. On 6/11/07, Nathan Maves [EMAIL PROTECTED] wrote: What causes your project to have a dependency on tools.jar? I have been using maven on a mac for a while now and have never had to deal with the tools.jar. Nathan On 6/11/07, Jerome Thibaud [EMAIL PROTECTED] wrote

Is there a plugin to generate launch scripts (.bat, .sh, etc.)

2007-06-08 Thread Jerome Thibaud
Hi All, Is there a plugin to generate launch scripts (.bat, .sh, etc.) regards Jerome T.

Re: Is there a plugin to generate launch scripts (.bat, .sh, etc.)

2007-06-08 Thread Jerome Thibaud
/plugin On 6/8/07, Kaare Nilsen [EMAIL PROTECTED] wrote: On Jun 8, 2007, at 9:43 PM, Jerome Thibaud wrote: Hi All, Is there a plugin to generate launch scripts (.bat, .sh, etc.) Check http://mojo.codehaus.org/appassembler/appassembler-maven-plugin

Re: Overriding Plugin settings in a child POM

2007-06-05 Thread Jerome Thibaud
Thanks for the pointer Steve. rgds Jerome On 6/4/07, Steven Rowe [EMAIL PROTECTED] wrote: Hi Jerome, This JIRA issue looks like it's related (suggestion of adding a reportingManagement section to the POM): http://jira.codehaus.org/browse/MNG-1931 Steve Jerome Thibaud wrote: Hi All

Overriding Plugin settings in a child POM

2007-06-02 Thread Jerome Thibaud
Hi All, using: Maven 2.0.4 I defined the checkstyle reporting plugin in my parent pom, and for a specific child project I want to skip the generation of this report. I tried this: parent pom: reporting plugins ... plugin groupIdorg.apache.maven.plugins/groupId

Dependencies downloading for snapshot in Maven 2.0.5 and up

2007-05-24 Thread Jerome Thibaud
Hi All, Why are snapshots systematically downloaded in maven 2.0.5 and above? In maven 2.0.4 it seems to me they were downloaded only when the file had changed remotely ? known issue? Am I missing something ? regards Jerome T.

Re: PMD goes OutOfMemory

2007-05-23 Thread Jerome Thibaud
I see. Thank you for your answer regards J.T On 5/23/07, Maria Odea Ching [EMAIL PROTECTED] wrote: I don't think you can turn this up for each PMD goal. I suggest you just boost up the whole maven process by setting MAVEN_OPTS. - Deng Jerome Thibaud wrote: Hi All, Any option

PMD goes OutOfMemory

2007-05-22 Thread Jerome Thibaud
Hi All, Any option to individually turn up the amount of memory for the PMD goal during the site generation ? Or should I just boost the whole maven process to use an indecent amount of memory? Thanks regards Jerome Thibaud

Re: Writing a portable CVS configuration using maven2

2007-04-26 Thread Jerome Thibaud
Hi, I should mention that I am using CVS So I've explored the .cvsrc thingy. I made a mistake and the -f option is not the one I thought (I mistook it for the update option). I don't think I'm a fan of using .cvsrc. While using cvs directly I observed differences in behavior that tells me it's

Re: Writing a portable CVS configuration using maven2

2007-04-25 Thread Jerome Thibaud
Hi, Thank you for these advices, I will try them out. regards J.T. On 4/25/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: Jerome Thibaud a écrit : Hi All, 1. Assuming several users connecting to a CVS server using ext method and ssh. As far as I understand, the pom.xml, checked out

Writing a portable CVS configuration using maven2

2007-04-24 Thread Jerome Thibaud
Jerome Thibaud

Writing a portable CVS configuration using maven2

2007-04-24 Thread Jerome Thibaud
and developper connection? When is each one used? thanks in advance Jerome Thibaud

Accessing repository through ssh tunneling

2007-04-19 Thread Jerome Thibaud
on the internet can access my internal repository through the facade machine ? all suggestions appreciated. regards Jerome Thibaud

Re: Accessing repository through ssh tunneling

2007-04-19 Thread Jerome Thibaud
not enough of an SSH wizard to know what it is... :-( -john On 4/19/07, Jerome Thibaud [EMAIL PROTECTED] wrote: Hi All, I have - a client connecting from the outside (internet) - a machine exposed to the internet (on which I cannot install my repository unfortunately) - a machine