JUnit/JUnitPerf with EJB.

2007-10-30 Thread Benoit Xhenseval
Hi *, I'm trying to use JUnitPerf (1.9.1) with an EJB client. I'm using Maven 1.1 with JDK 5 (latest 013). Everything seems to go as planned except towards the end of the JUnit test (Even with a SINGLE thread), where I get: [junit] Exception in thread main

[ANN] StatSVN 0.2.0 released as well as a Maven 2 plugin for it.

2006-11-28 Thread Benoit Xhenseval
The StatSVN Team and ObjectLab are proud to announce v0.2.0 of StatSVN If you want to know what happened in your Subversion repository,this is the tool for you! Based on StatCVS, StatSVN retrieves information from a Subversion repository and generates various tables and charts describing the

[ANN] QALab 1.0 plugin available for Maven 2, Maven 1 and Ant

2006-11-27 Thread Benoit Xhenseval
friends and colleagues for their help, reviews and suggestions. Feel free to pass on to people who may be interested. Enjoy!! Benoit Xhenseval and the QALab Team. - To unsubscribe, e-mail: [EMAIL PROTECTED

[m2] Cobertura in both XML and html format?

2006-11-01 Thread Benoit Xhenseval
Hi * Am I right in thinking that the default behaviour for m2 Cobertura is different than for m1, as it does NOT generate coverage.xml by default? Is there a way to request BOTH XML and HTML in one go for Cobertura? i.e. I do not want to re-run the tests but I need the coverage.xml file. At

[m2] Recommended way to generate a report with maven LF

2006-11-01 Thread Benoit Xhenseval
hI * What would be the recommended way to generate a report that fits in the Maven 2 site? We used to generate some xdocs from an XML file under maven 1 (QALab)... but looking at PMD or checkstyle for instance, it seems completely different and not based on xml/xsl anymore. What is the

[m1/2] org.eclipse.ui and org.eclipse.core.runtime on iBiblio?

2006-10-17 Thread Benoit Xhenseval
Hi Anyone seen the jar from Eclipse: org.eclipse.ui and org.eclipse.core.runtime In any maven central repository? Do you have to install them manually in your own? Is it some kind of license limitation? Thanks Benoit

[M1.1 Oct Snapshot] cannot generate jar/site

2006-10-12 Thread Benoit Xhenseval
Hi *, I've downloaded the october 9 snapshot and installed in on top of the August one. I get this error when I do nearly anything (jar, site, etc) BUILD FAILED File.. file:/C:/project/objectlabkit/maven.xml Element... attainGoal Line.. 50 Column 39 The build cannot continue

Re: Progress indicators for project management

2006-09-22 Thread Benoit Xhenseval
Hi Donnchadh, First of all, thanks for trying the QALab plugin, he hope you'll find it useful. The Maven2 plugin is really more of a beta and I am pleased that we are resuming development on it shortly, your comments will be taken into account. I have launched QALab but was not involved in

[m2] Example/reference how to write an M2 report plugin

2006-09-11 Thread Benoit Xhenseval
Hi *, We shall be looking at porting an m1 report plugin to m2. The report reads xml files, generates charts and reports. Maven2 seems to be very different to m1 in that area and we were wondering if there was an example or a 'clean' implementation of a report plugin for m2 we could base

[m1.1-rc1] javadoc does not generate anything...

2006-09-05 Thread Benoit Xhenseval
Hi *, Sorry to disturb... I cannot see what is wrong with my project.xml... why is this not generating any javadoc? I am using the conventional directory structure: project |- projectA |- src |- main |- java I've run with javadoc 1.8, and I get this: [echo]

Re: [m1.1-rc1] javadoc does not generate anything...

2006-09-05 Thread Benoit Xhenseval
. - Original Message From: Arnaud HERITIER [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org; Benoit Xhenseval [EMAIL PROTECTED] Sent: Tuesday, September 5, 2006 3:13:53 PM Subject: Re: [m1.1-rc1] javadoc does not generate anything... Do you have classes in the package

[m1] Test in sub-project depending on tests in another sub-project...

2006-09-04 Thread Benoit Xhenseval
Hi *, I'm struggling on this one... with Maven 1.1-rcx sub-project A defines some tests in src/test (as per convention) sub-project B defines some tests in src/test (as per convention) Problem is that the tests in B extend the AbstractTests in A/src/test how could I define a dependency for the

Re: [m1] Test in sub-project depending on tests in another sub-project...

2006-09-04 Thread Benoit Xhenseval
[EMAIL PROTECTED] To: Maven Users List users@maven.apache.org; Benoit Xhenseval [EMAIL PROTECTED] Sent: Monday, September 4, 2006 12:39:01 PM Subject: Re: [m1] Test in sub-project depending on tests in another sub-project... I see two solutions (not really clean :-( ) : - In the sub-project-A you

[M1] QALab 0.9.1 and Maven plugin released

2006-08-30 Thread Benoit Xhenseval
Hi *, ObjectLab is pleased to announce the release of version 0.9.1 (slowly getting closer to v 1.0) of QALab and its Maven 1.x plugin. http://qalab.sourceforge.net QA Tools like checkstyle, pmd, findbugs, cobertura (cobertura-branch and cobertura-line) and Simian are great build tools but

M2 ClearCase ... and continuum...

2006-08-25 Thread Benoit Xhenseval
Hi All I know it *could* be a question for Continuum but: Scm Clearcase is using \\mymachine\viewstore which of course is no good for me I have followed http://maven.apache.org/scm/clearcase.html Which specifies to create a clearcase-setting.xml in a directory .scm under my home directory.

M2 site:stage does not copy apidocs and xref?

2006-08-17 Thread Benoit Xhenseval
Hi *, I believe that I've followed Anne's suggestions on: http://www.nabble.com/multi-module-project-site%3A-link-to-module-sites-tf1980169.html#a5433379 I call maven: mvn site:stage -DstagingDirectory=C:\fullsite However, it seems that the apidocs and xref files for the modules are not copied

M2 Including a jar inside a jar

2006-08-06 Thread Benoit Xhenseval
Hi *, When building a jar, how could I force a dependency to be included in the output jar (a bit like the ejb.bundle in old m1). For instance here is the declaration of dependency: dependencies dependency groupIdnet.objectlab.xxx/groupId

[M1] maven-stylus.css moved?

2006-08-02 Thread Benoit Xhenseval
Hi *, I was wondering if the CSS file has moved from: http://maven.apache.org/style/maven-stylus.css It is referred in the generated html when running maven site... Where is it now? Has it been removed? many thanks Benoit

[M1] 1.1-b3 which xdoc plugin works????

2006-07-20 Thread Benoit Xhenseval
Hi I've downloaded the m1.1-b3 (m2 is just too much at the moment...) and I noticed that the XDOC associated with it is 1.10 (but cannot find it on http://maven.apache.org/maven-1.x/plugins/xdoc/downloads.html) it seems to have stopped at 1.9.2 It is therefore difficult to investigate this

[M1] Using FTP in Maven 1.1... the answer....

2006-07-19 Thread Benoit Xhenseval
Don't you love when the person who sends the question comes up with the answer... as if the process of asking the question triggers some brain activity... You need to add more dependencies in your project.xml for Maven 1.1 dependency groupIdnetcomponents/groupId

[M1] Using optional Ant FTP changed between M1.02 and M1.1?

2006-07-19 Thread Benoit Xhenseval
Hello All, Under M1.0.2, I used the elegant solution for sending some stuff (i.e. NOT artifact) via FTP to servers as explained here: http://glaforge.free.fr/weblog/index.php?itemid=114 Download NetComponents from: http://www.savarese.org/oro/downloads/NetComponents-1.3.8.tar.gz Uncompress the

[M1] EJB Plugin 1.6 vs 1.7.2 - does not compile java files

2006-07-17 Thread Benoit Xhenseval
Hello I'm upgrading to maven 1.1 (steady step towards m2... when I'll have time!) I noticed that the ejb goal has changed but if I use ejb:ejb and ejb:install as part of my goal, the java classes do not seem to be generated. This is different from the ejb plugin 1.6 where I was using the

Re: Navigation FAQ with multi-projects

2003-09-18 Thread Benoit Xhenseval
maven-multiproject-plugin-1.0-SNAPSHOT Most files are from 14/07. Thanks for your help. Which version of multiproject are you using? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Benoit Xhenseval [EMAIL PROTECTED] wrote on 17/09/2003 07:08:50 PM

Re: Navigation FAQ with multi-projects

2003-09-17 Thread Benoit Xhenseval
, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Benoit Xhenseval [EMAIL PROTECTED] wrote on 17/09/2003 07:18:32 AM: Hi All, We're using the multiprojects features for our project (with modules/ejb, war, etc). top |-modules |-ejb |-src |-java |-test

Navigation FAQ with multi-projects

2003-09-16 Thread Benoit Xhenseval
Hi All, We're using the multiprojects features for our project (with modules/ejb, war, etc). top |-modules |-ejb |-src |-java |-test |-xdocs |-navigation.xml |-common |-src |-java |-test |-xdocs |-navigation.xml |-xdocs |-navigation.xml

Word2Html plugin question.

2003-09-15 Thread Benoit Xhenseval
Hello dIon All, I was wondering how one could include the HTML-generated files automatically in the navigation of the site generated by Maven? Is there any easy way or do we have to know each file in advance and include them in navigation.xml? Thank you, Benoit