Re: [m2] html test report

2005-11-02 Thread Christian Goos
Hi, you can use the report plugin from the mojo project. http://mojo.codehaus.org/ Christian Hi, After running the test, directory target\surefire-reports contains text and xml files. How do I generate html test reports? I can't find anything under plugin surefire and project-info-reports. An

javadoc-plugin error invalid flag: -J-Xmx

2005-11-02 Thread Christian Goos
Hi, I build the latest version of maven 2 from the svn repository. Still I have an error in javadoc when I set "maxmemory". I read that this bug has been fixed in the repository. Do I have to build the javadoc-plugin in an extra build run, or is there still another problem? Thanks Christian E

Re: OutOfMemoryErrors in Reports

2005-10-28 Thread Christian Goos
ause there's no official surfire plugin for m1 ? Arnaud > -Message d'origine- > De : Jamie Bisotti [mailto:[EMAIL PROTECTED] > Envoy� : jeudi 27 octobre 2005 19:19 > � : Maven Users List > Objet : Re: OutOfMemoryErrors in Reports > > On 10/25/05, Christian Goos

Re: OutOfMemoryErrors in Reports

2005-10-28 Thread Christian Goos
suppose it's for m2 because there's no official surfire plugin for m1 ? Arnaud > -Message d'origine- > De : Jamie Bisotti [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 27 octobre 2005 19:19 > À : Maven Users List > Objet : Re: OutOfMemoryErrors in Reports > >

how can I identify transitive dependencies

2005-10-26 Thread Christian Goos
Good Morning, yesterday I tried to build a web application with struts. I included a struts 1.1 dependency and a lot of other libraries. But the build failed saying that oro 2.07 can not be found but not who needs that dependency. I was wondering who uses this dependency and finally found tha

OutOfMemoryErrors in Reports

2005-10-25 Thread Christian Goos
Hi I get OutOfMemoryErrors with javadoc, checkstyle and surefire reports. Configure Maven_opts did not help. What can I do? Thanks for help Christian __ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE F

Organizing the development process with maven

2003-11-25 Thread Christian Goos
Hi, we am using Maven on a project with several subprojects. We use Maven, Eclipse, CVS. I implemented the recommended development process that is described in the Maven documentation. Although building and deploying with works fine, developers still have problems with the development process. Ca

RE: Maven Documentation

2003-10-23 Thread Christian Goos
Hi, I defined a build.property file in my user.home directory. In this file I defined a variable maven.home.local and set it to ${maven.home}/myRepository This works fine for all maven operations, except the bootstrap build. There this variable isn't resolved correctly and maven (or ant?) creates

RE: Problem with convert-snapshot goal

2003-10-20 Thread Christian Goos
appear. Thank you Christian -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Freitag, 17. Oktober 2003 19:03 To: Maven Users List Subject: RE: Problem with convert-snapshot goal On Thu, 2003-10-16 at 04:40, Christian Goos wrote: > Maven Version is rc1 > Release Pl

RE: Problem with convert-snapshot goal

2003-10-16 Thread Christian Goos
Consulting Blog: http://blogs.codehaus.org/people/dion/ Christian Goos <[EMAIL PROTECTED]> wrote on 16/10/2003 03:34:16 AM: > Hi, > > I was trying to use the convert-snapshot goals of the release plugin. > However the plugin did not replace the Snapshot versions. > I had

Problem with convert-snapshot goal

2003-10-15 Thread Christian Goos
Hi, I was trying to use the convert-snapshot goals of the release plugin. However the plugin did not replace the Snapshot versions. I had a look in the source code and when I replaced the "getVariables." section in the call to getFile of org.apache.maven.util.HttpUtils with some hardcoded stri

xml file encoding in release plugin convert-snapshots

2003-10-14 Thread Christian Goos
Hi, I was using the convert-snapshot goal to replace the SNAPSHOT-reference by a timestamp. This worked quite well, however the output encoding of the resulting project.xml is set to UTF-8. As I am using some special characters in the project description the result is not quite what I need. Is it

Problem with resolving Snapshot depenencies

2003-10-07 Thread Christian Goos
Sorry I posted this with the wrong subject Hi I have a question regarding the snapshot conversion. I defined snapshot dependencies as shown below but when I use the convert-snapshots goal I get a message:"Can't retrieve snapshot version file: null" When I confirm the dialog to update the depende

RE: POM extend feature - improvement suggestion

2003-10-07 Thread Christian Goos
Hi I have a question regarding the snapshot conversion. I defined snapshot dependencies as shown below but when I use the convert-snapshots goal I get a message:"Can't retrieve snapshot version file: null" When I confirm the dialog to update the dependency the project.xml isn't changed. What is

Problem with junit batchtest

2003-09-30 Thread Christian Goos
Hi I am running a lot of JUnit tests for one project. If I don't use the maven.junit.fork=true option I get a OutOfMemoryError. So I set it and get NoClassDefFound for one of the dependencies in the project.xml (I pasted below) Thanks Christian ... id artifact 1.1

RE: WAR web.xml trouble

2003-09-29 Thread Christian Goos
I don't know about the web.xml file (maybe try prefixing with ${basedir} For the index: Which version of Maven do you use? The maven.war.index-property has been introduced in rc1 I think Christian -Original Message- From: Martin Nyholm Jelle [mailto:[EMAIL PROTECTED] Sent: Monday, Septem

RE: Maven Reactor Idiosyncracies

2003-09-24 Thread Christian Goos
Hi, Maybe calling the multiproject plugin with "maven -Dgoal=clean,java:compile multiproject:goal" does what you want to do Christian -Original Message- From: Steve Garcia [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 4:56 AM To: 'Maven Users List' Subject: Maven Reactor

IOException with jcoverage plugin

2003-09-24 Thread Christian Goos
Good morning everybody, When using the jcoverage-plugin I always get an Exception as posted below. Does anybody have an idea what might help? Christian [instrument] [ERROR] java.io.IOException: CreateProcess: C:\Programme\ j2sdk1.4.1_03\jre\bin\java.exe -classpath C:\Programme\j2sdk1.4.1_03\lib\t

RE: Jar which includes other

2003-09-23 Thread Christian Goos
I havn't tried but I think the ueberjar plugin does that kind of packaging -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 3:26 PM To: Maven Users List Subject: Jar which includes other I don't know if it is possible : I have some s

RE: maven on win32 -> doesn`t work

2003-09-23 Thread Christian Goos
As far as I know you have to run the goals you want to use offline once with a connection to the internet to download the dependencies. >From that on you can work offline. Christian -Original Message- From: Peter Veentjer [mailto:[EMAIL PROTECTED] Sent: Sunday, August 10, 2003 4:50 PM To

RE: maven memory increase...

2003-09-22 Thread Christian Goos
I don't know if your last message means that the problem is solved now. In this case just as an info. I had the same error messages last week and it was also because I didn't use the memory parameters correctly. So in case you get an error message "Incompatible initial and maximum heap sizes speci

RE: Problem with javadoc plugin

2003-09-18 Thread Christian Goos
Sorry it was my own fault. I forgot to add the little "m" when I set the maven.javadoc.maxmemory-variable (512 instead of 512m) Now it is working fine. Thanks for help Christian -Original Message----- From: Christian Goos [mailto:[EMAIL PROTECTED] Sent: Thursday, September 1

RE: Problem with javadoc plugin

2003-09-18 Thread Christian Goos
Yes I tried, so it starts to run javadoc but (sorry that I have to continue with 'but') then I get "Incompatible initial and maximum heap sizes" (trace below) At first I did not define maven.javadoc.maxmemory then I tried some settings but always got the error? So what can I do. Thanks Christian

RE: Problem with javadoc plugin

2003-09-18 Thread Christian Goos
I forgot to mention: I tried to set the Source-Path of the project to the sources of another project. Then the javadoc is generated as it should. So I have the impression that the problem is maybe the source code itself. Is possible that there are javadoc-comments that are not supported or there ar

RE: Problem with javadoc plugin

2003-09-18 Thread Christian Goos
All I have is the error-trace of maven, but I did not find an error code I started Maven with the -X option. Is there another way to get the error code? Thanks Christian BUILD FAILED File.. file:/C:/WINDOWS/Profiles/username/.maven/plugins/maven-javadoc-plugin-1.3-S NAPSHOT/ Element... ant:ja

Problem with javadoc plugin

2003-09-17 Thread Christian Goos
Hi, Since I downloaded the most recent version of Maven I got problems with Creating javadoc for some projects. The error message is always something like the trace I put below Sorry for not being precise but I don't know where the problem might be because there are projects that I can build as us

incomplete JNLP-Plugin documentation

2003-09-16 Thread Christian Goos
Hi, The documentation is missing the property maven.jnlp.properties which is quite important to specify system-properties for the main-jar. Thanks for adding it to the documentation Christian -Original Message- From: Van Rompaey, Danny [mailto:[EMAIL PROTECTED] Sent: Tuesday, September

RE: sepcify a goal for an attained goal (multiproject:goal)

2003-09-15 Thread Christian Goos
Hi, In the same context I have another question. How can I specify a project.properties file for the multiproject-plugin, when calling it the way described below? (Just setting the property with j:set is not enough. It gets overridden, when the multiproject:goal is run.) The reason why I want to d

maven.xml and the multiproject plugin

2003-09-11 Thread Christian Goos
Hi, I use the following project structure project1 ---> maven.xmldefines a NO maven.xml project3 ---> maven.xmlthat defines some other goals. ... ... Now when I run the multiproject Plugin the java:compile preGoal is executed for each project! What do I have to do to have i

launch-configs generated by eclipse:external-tools-21 don't work

2003-09-09 Thread Christian Goos
Hi, I tried out the launch configurations generated by the eclipse:external-tools-21 plugin. It is not possible launching the generated targets. When I change the command line from -e -p ${resource_loc} to -e -p ${resource_name} maven starts working correctly (I have to select the project.xml I

RE: Problem with Jar-Plugin Extension List

2003-09-04 Thread Christian Goos
Thanks, I will do. But I don't know how yet. Are there some guidelines to follow (project, issue type, etc.), when raising an issue. Raise this into jira and I'll fix it asap. Christian Goos wrote: > Hi, > > Although I set the variable "maven.jar.manifest.extensions.ad

Problem with Jar-Plugin Extension List

2003-09-03 Thread Christian Goos
Hi, Although I set the variable "maven.jar.manifest.extensions.add==true" the extension list is never created. So I had a look in the plugin source and replaced the original line with After that, setting the variable to "true" creates the list. I am really not a jelly-exper

RE: Problem with Jar-Plugin

2003-09-03 Thread Christian Goos
, you must download the plugin from cvs head (http://cvs.apache.org/viewcvs.cgi/maven/src/plugins-build/jar/) - Original Message - From: "Christian Goos" <[EMAIL PROTECTED]> To: "'Maven Users List'" <[EMAIL PROTECTED]> Sent: Thursday, August 28, 200

Problem with Jar-Plugin

2003-08-28 Thread Christian Goos
Hi, I am using Maven 1.0 beta 10 and had a problem with the JAR-Plugin. I could not run the jar I created and found that the jar-index that was created by the plugin caused the problem. Even when setting maven.jar.index to false it still created the index. In the plugin.jelly the index is always

Problems with jar:install

2003-07-31 Thread Christian Goos
Hi, When running maven for the first time on a machine I have the following problem: When I run the jar:install-goal for the first time, maven starts downloading the required plugins. However it fails with the stack trace below. When I just run it again, maven continues to download the missing ve

Problems with classpath generated by the eclipse plugin

2003-07-22 Thread Christian Goos
Hi, When using the generated .classpath-file from the maven eclipse-plugin I get a NoClassDefFoundError when I run the project. The format of the file is I generated the MAVEN_REPO-Variable with the eclipse-plugin to point to the correct path, but it still does not work. The build work

RE: Build projects from cvs?

2003-07-10 Thread Christian Goos
Hi, I use Maven with Anthill to perform this task. The setup was quite easy and you can schedule builds from a CVS checkout. The integration of anthill with maven was described about a week ago in the mailing list. Of course you could also use a to do the same... > -Original Message- > F

RE: How to control java:compile

2003-07-09 Thread Christian Goos
Hi, excludes can be specified in the project.xml additional steps before or after doing the compile can be defined in the maven.xml file with the preGoal and postGoal tags. Christian > -Original Message- > From: Maximilian A. Ott [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 8. Juli 2003 17

RE: newbie: can't build

2003-07-02 Thread Christian Goos
you use instead of is this also only in the mail? > -Original Message- > From: Christopher Prince [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 2. Juli 2003 15:54 > To: Maven Users List > Subject: Re: newbie: can't build > > no it is just the email > > At 03:44 PM 7/2/2003 +0200, you wro

RE: Running maven from Ant ?

2003-07-02 Thread Christian Goos
Hi Paul, If you just want an Ant wrapper around maven goals you could use a build.xml like this in the same directory as the project.xml (more or less the ant version of the maven.bat) >

Problem with character encoding in reports and xdoc

2003-06-26 Thread Christian Goos
Hi, I have problems when using special characters with Maven. e.g. I cannot use them in the -tag of the project.xml. The problem seems to be, that the xdoc-plugin xml-templates do not specify the encoding (it is just ) and so I am getting an error message when I use special characters in the proj

RE: JUnit Reports only one failure per TestCase

2003-06-26 Thread Christian Goos
Me again, think my question was not detailed enough, sorry for that, here comes a new version: What is the reason why in the test-plugin the test:match test:single goals are configured to not report all failures and errors? (Both goals use the haltonfailure="yes" and haltonerror="yes" in

JUnit Reports only one failure per TestCase

2003-06-26 Thread Christian Goos
Hi, I have written a JUnit TestCase that contains 3 "testx" Methods that simply fail. But the test-plugin only reports the first failure / error. So I don't see the results of the other test methods. How can I configure the plugin to report all errors and failures? Thanks Christian

RE: Lame newbie question - how to set target directory for the build?

2003-06-22 Thread Christian Goos
Hi Dave, there is a property "maven.build.dir" to set the build-directory You have to put it in the build.properties file. Christian -Original Message- From: David Walend [mailto:[EMAIL PROTECTED] Sent: Freitag, 20. Juni 2003 21:55 To: Maven Users List Subject: Re: Lame newbie questio

Use of versions and branches tags in the project.xml file

2003-06-19 Thread Christian Goos
Hi, I just started using maven and I am wondering what the tags and in the project.xml are used for? Is there a way to use this tags to checkout a certain version from CVS and create a distribution by specifying these tags in the dist plugin Thanks for help Christian