RE: [M204] reporting inheritance

2006-05-12 Thread Cabasson Denis
Great, that's just what I was looking for. Voted for it!! Denis CABASSON INSEE/CNIP tél: (01.411) 735.09 -Message d'origine- De : Yann Le Du [mailto:[EMAIL PROTECTED] Envoyé : vendredi 12 mai 2006 13:30 À : Maven Users List Objet : Re: [M204] reporting

Re: https:// repository down

2006-05-12 Thread Elliot Metsger
Wendy Smoak wrote: On 5/12/06, Elliot Metsger [EMAIL PROTECTED] wrote: Seems like http://svn.apache.org/repos/asf/ is back, but https://svn.apache.org/repos/asf/ is down. I attempted to 'svn switch' my checkouts from the https url to the http url but no dice. Apparently the svn client needs

[m2] jdepend plugin?

2006-05-12 Thread Bruno Aranda
Hi! I recall that there was a jdepend plugin in the past somewhere, but I cannot find it. Any ideas? Regards, Bruno - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Is classifier with maven-war-plugin? Works with JAR but not with WAR.

2006-05-12 Thread Shaun Barriball
Hi all, I've proven now that classifier works with Jars packaging but foes NOT with WAR packaging: I can see that when using the following config the WAR plugin is configured with the warName and outputDirectory but NOT the classifier: Is this just a bug in the WAR plugin then? build

Re: creating a mirror of central?

2006-05-12 Thread Dan Adams
Well, maven-proxy seems to do most of what I need it to do. I wanted to set up a local one here so that anyone in the office can use that instead of the central repo. We will also have our own repo for our private releases/snapshots. But there are some things that are not kept in the central repo

Re: [M204] reporting inheritance

2006-05-12 Thread Wayne Fay
Voting for this particular bug won't do much until 2.1 is out... But yes, this would be nice to have, and was simply overlooked for 2.0. Comment by Brett Porter [15/Feb/06 03:19 AM] this is as high up the priority ladder as it goes. no pom additions until 2.1, sorry. Wayne On 5/12/06,

RE: Is classifier with maven-war-plugin? Works with JAR but not with WAR.

2006-05-12 Thread Shaun Barriball
Solved. I checked out and built the latest maven-war-plugin and the issue is now resolved. Looks like a bug in version maven-war-plugin:2.0-beta-2. Regards, Shaun. -Original Message- From: Shaun Barriball [mailto:[EMAIL PROTECTED] Sent: 12 May 2006 15:24 To: 'Maven Users List' Subject:

reusing dependency lists

2006-05-12 Thread David Smiley
Hi. I'm trying to avoid specifying the list of dependencies that Axis requires in several of my modules. In an ideal world, Axis would have a proper POM (i.e. one that specifies its dependencies) and I wouldn't be trying to do this. I'll try to get that changed, but in the mean time I'd

Re: reusing dependency lists

2006-05-12 Thread Wayne Fay
Submit your fixed Axis pom to JIRA, component MEV (Maven Evangelism) to get it updated in Central. http://jira.codehaus.org Wayne On 5/12/06, David Smiley [EMAIL PROTECTED] wrote: Hi. I'm trying to avoid specifying the list of dependencies that Axis requires in several of my modules. In an

jetty6:run running slow?

2006-05-12 Thread Dan Adams
I used to run my add in jetty 5 using the jettylauncher plugin. Now that the project is in maven I'm using jetty6:run to run the app and it's noticably slower. I think that the plugin is running in debug mode or something. Anyone know a way to speed this up? -- Dan Adams Software Engineer

Re: [m2] jdepend plugin?

2006-05-12 Thread Wayne Fay
Please refer to the following email for details. From: Christian Cabanero [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Date: Feb 21, 2006 2:12 AM Subject: jdepend-maven-plugin Wayne On 5/12/06, Bruno Aranda [EMAIL PROTECTED] wrote: Hi! I recall that there was a jdepend

maven1, hbm2ddl: Why does this fail with a NullPointerException?

2006-05-12 Thread ir. ing. Jan Dockx
If this ant script works (it does): == !-- Making envirmoment variables available through env -- property environment=env / !-- Define all properties for use in this ANT build file -- property name=name.project value=csmFrontEnd /

Re: maven-eclipse-plugin

2006-05-12 Thread Steven Coco
This is good news. But I think it's not as easy for me as for you!! Well it is really straight forward. I just have my maven 2.0 multi-modules project as a eclipse project. After I ran mvn eclipse:eclipse I imported the nested projects through the standard project import by pointing into my

RE: Need help with first M2 project: Multiple Aritifacts / POMs?

2006-05-12 Thread Dave Comeau
Thanks Dan, this has been very helpful and I've been visualizing this in my spare cycles. I didn't reply before with my gratitude in order to cut down on extra noise on the list... :) I do have a quick question though.. If I do have the two modules as you suggested: project-jar and

Re: Need help with first M2 project: Multiple Aritifacts / POMs?

2006-05-12 Thread Marco Mistroni
hELLO, i am aslo interested in this question since i have found troubles when porting my apps from Maven 1.1 to maven 1.2 As a temporary solution, i have found this working for example, i have a master-project.pom that have jboss seam files that i will need in other projects i have declared

Why does Maven 2 keep trying to download stuff that i put in my local repository

2006-05-12 Thread Stefan Arentz
This question will probably have a one line answer, but I seriously can't find any hints. I put the EJB3 jar in my own local repository. Works great. However, every time I run Maven it still does this: Downloading: http://repo1.maven.org/maven2/javax/persistence/ejb/3.0/ejb-3.0.pom [WARNING]

RE: Why does Maven 2 keep trying to download stuff that i put in my local repository

2006-05-12 Thread Mike Perham
Is the pom in your repo or just the jar? -Original Message- From: Stefan Arentz [mailto:[EMAIL PROTECTED] Sent: Friday, May 12, 2006 11:29 AM To: Maven Users List Subject: Why does Maven 2 keep trying to download stuff that i put in my local repository This question will probably have a

RE: Changing the online report email link

2006-05-12 Thread Smythe, Steve
Emmanuel, (Smack on my forehead!) Doh! Excellent! That was it! :-) Thank you very much! Keep up the excellent work! Steve -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Thursday, May 11, 2006 10:36 PM To: continuum-users@maven.apache.org Subject: Re:

Re: Why does Maven 2 keep trying to download stuff that i put in my local repository

2006-05-12 Thread Wayne Fay
Reinstall the file and specify -DgeneratePom=true. Wayne On 5/12/06, Mike Perham [EMAIL PROTECTED] wrote: Is the pom in your repo or just the jar? -Original Message- From: Stefan Arentz [mailto:[EMAIL PROTECTED] Sent: Friday, May 12, 2006 11:29 AM To: Maven Users List Subject: Why

RE: [m2.0.4] OutOfMemoryError

2006-05-12 Thread Allison, Bob
I suspect that the change was caused by a recent change to the test plugin to fork by default (I believe the default changed from never to once). -Original Message- From: Dave Hoffer [mailto:[EMAIL PROTECTED] Sent: Friday, May 12, 2006 07:10 To: Maven Users List Subject: RE: [m2.0.4]

Re: Why does Maven 2 keep trying to download stuff that i put in my local repository

2006-05-12 Thread Stefan Arentz
I did that: % mvn install:install-file -Dfile=lib/ejb3-persistence.jar -DgroupId= javax.persistence -DartifactId=ejb -Dversion=3.0 -Dpackaging=jar -DgeneratePom=true [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'install'. [INFO]

Re: Downloading poms

2006-05-12 Thread Tim McCune
On Thu, 2006-05-11 at 22:28 +1200, Simon Kitching wrote: It does seem reasonable for Maven to remember when it tried to download, successfully contacted all known remote repositories, but found no pom. In this case it could skip later attempts. Of course that assumes that no-one uploads a pom

Re: Why does Maven 2 keep trying to download stuff that i put in my local repository

2006-05-12 Thread Kenney Westerhof
On Fri, 12 May 2006, Stefan Arentz wrote: I think that, even though you specified -DgeneratePom=true, there's no ~/.m2/repository/javax/persistence/ejb/3.0/ejb-3.0.pom. [snip] [INFO] Installing /Users/stefan/Development/Java/hibernate- entitymanager-3.1.0.Beta8/lib/ejb3-persistence.jar to

Re: Why does Maven 2 keep trying to download stuff that i put in my local repository

2006-05-12 Thread Stefan Arentz
On 5/12/06, Kenney Westerhof [EMAIL PROTECTED] wrote: I think you're somehow stuck with an old maven-install-plugin. Try deleting ~/.m2/plugin-registry.xml (or just the lines for the maven-install-plugin), and delete the ~/.m2/repository/org/apache/maven/plugins/maven-install-plugin/ directory,

Re: Trying to run goal site

2006-05-12 Thread Douglas WF Acheson
I am really stuck on this site thing (like a dog with a bone). I need to get a site up and running to show my boss :-(). I have gotten a little farther. When I run mvn site:site I get one html file integration.html But, the goal fails on creating the dependencies.html file (report)

Re: Trying to run goal site

2006-05-12 Thread Wayne Fay
Based on those ... has been relocated... statements, I would modify your dependencies to pull the artifacts from the org.springframework, javax.servlet, etc locations and see if that doesn't resolve your problems. Wayne On 5/12/06, Douglas WF Acheson [EMAIL PROTECTED] wrote: I am really stuck

log4j.properties expendable and ignored

2006-05-12 Thread Ido M. Tamir
Hi, I am using maven 2.0.4 I have log4j.properties file in src/test/resources and src/main/resources. after compilation directory structure: target | |-- classes | | |-- hibernate.cfg.xml | | |-- import.properties | | |-- log4j.properties | | `-- org -- test-classes |      

Re: Why does Maven 2 keep trying to download stuff that i put in my local repository

2006-05-12 Thread Kenney Westerhof
On Fri, 12 May 2006, Stefan Arentz wrote: [snip] Yup. No ~/.m2/repository/javax/persistence/ejb/3.0/ejb-3.0.pom I don't have a plugin-registry.xml. There is a ~/.m2/repository/org/apache/maven/plugins/maven-install-plugin/2.0 though. And I just deleted it. Now when I add the EJB3 jar, I

XSLT for converting Maven1 project.xml to Maven2 pom.xml

2006-05-12 Thread David Smiley
I was amazed that nobody has done this yet so I went ahead and did it. Enjoy. (XSLT file attached) ~ David Smiley MITRE ?xml version=1.0 encoding=UTF-8? !-- written by David Smiley, [EMAIL PROTECTED] -- xsl:stylesheet xmlns:xsl=http://www.w3.org/1999/XSL/Transform; version=1.0

Re: Trying to run goal site

2006-05-12 Thread Douglas WF Acheson
Thx for the input! I have thought of that, but quickly realized I do not directly depend upon those artifats, they are transient dependencies. Does it make sense that I modify the pom files in my local repo to use exclude those dependencies? That could be a lot of work, just to have it change

Re: Why does Maven 2 keep trying to download stuff that i put in my local repository

2006-05-12 Thread Stefan Arentz
On 5/12/06, Kenney Westerhof [EMAIL PROTECTED] wrote: Have you checked your local repo? The pom should be there. It is :-) Thanks! I guess it is good practice to dump the local repository once in a while to get new versions of the plugins. S.

Re: Trying to run goal site

2006-05-12 Thread Wayne Fay
Just for now, yes, I would exclude those dependencies manually in your pom, and specifically include the proper (relocated) dependencies. This is all trying to get your site generated properly. Once that works, then you can start optimizing your pom. Wayne On 5/12/06, Douglas WF Acheson [EMAIL

Re: [m2] umlGraph

2006-05-12 Thread Carlos Sanchez
You can take a look at http://prefuse.sf.net It accepts xml graph formats as input and is pure java An example http://people.apache.org/~carlos/grafo/graphview.html On 5/12/06, jerome lacoste [EMAIL PROTECTED] wrote: I have a very small bit of code as part of the smc:smcreport mojo [1]

How can I build projA with jdk 1.4 and projB with jdk 1.5 ?

2006-05-12 Thread Vandermi Joao da Silva
Hi everyone, I have many projects inside maven that uses JDK 1.5 to compile. Now I have another one that must use JDK 1.4. I'm having problems if I use 1.5 to generate the site for my expecific 1.4 project. Does anyone know how can I setup the maven to use an especific Java version for each

Re: How can I build projA with jdk 1.4 and projB with jdk 1.5 ?

2006-05-12 Thread Wayne Fay
This thread might prove useful: From: Mang Jun Lau [EMAIL PROTECTED] To: users@maven.apache.org Date: Mar 27, 2006 5:28 PM Subject: [M2] Compiling with JDK 1.4 Wayne On 5/12/06, Vandermi Joao da Silva [EMAIL PROTECTED] wrote: Hi everyone, I have many projects inside maven that uses JDK 1.5

Re: [m2] umlGraph

2006-05-12 Thread Wayne Fay
I saw this the first time you mentioned it (on dev?) Carlos. Personally I'm not a fan of Java applets, especially when they don't do much that I couldn't get from a static image. I'd much prefer a simple PNG in this case. Is there any way to generate a single image out of Prefuse, rather than

Re: [m2] umlGraph

2006-05-12 Thread Wayne Fay
Didn't mean to include that looking cool line under my name... I know Prefuse is pure Java and thus crossplatform, not depending on Graphviz, etc. I'd personally just prefer a single image with my UML chart than a Java applet. Wayne On 5/12/06, Wayne Fay [EMAIL PROTECTED] wrote: I saw this

Re: jetty6:run running slow?

2006-05-12 Thread Jan Bartel
Hi Dan, Jetty6 is actually faster than jetty5. Are you saying it is slower to start or slow in serving your app? It may be slower to start because it first needs to build a virtual webapp out of your project. regards Jan Dan Adams wrote: I used to run my add in jetty 5 using the jettylauncher

[m2] Error in artifact deployment: Host key verification failed

2006-05-12 Thread Kris Nuttycombe
Hi, all, I'm running into an error that I haven't previously encountered. I get a host key verification failed error when attempting to deploy a snapshot to a remote repository. This is consistent across a number of projects, so I suspect it may have to do with the fact that I've just

Re: [m2] Error in artifact deployment: Host key verification failed

2006-05-12 Thread Richard Gould
Hi Kris, I encountered the same problem. Have a look at the thread here: http://www.mail-archive.com/users@maven.apache.org/msg42287.html A workaround was to use public key authentication. This worked for me. Details are at: http://gerodt.homeip.net/blog/gero/2005/10/30/1130698130518.html

speed comparisons from maven 2 to Ant?

2006-05-12 Thread Mick Knutson
Does anyone have speed comparisons between maven 2 and Ant? --- Thank You Mick Knutson BASE logic, inc. (415) 648-1804 (San Francisco, CA) http://www.BASELogic.com http://www.djmick.com --- - To unsubscribe, e-mail: [EMAIL

Re: speed comparisons from maven 2 to Ant?

2006-05-12 Thread Jochen Wiedmann
Mick Knutson wrote: Does anyone have speed comparisons between maven 2 and Ant? What for? It is quite obvious, that a well written Ant script is much faster. If you use Maven, then you need to be convinced by other advantages. Jochen

Re: speed comparisons from maven 2 to Ant?

2006-05-12 Thread Mick Knutson
I am writing up a general proposal about the benefits of Maven over Ant. And I guess I have not seen heaps of weel written Ant scripts at my clients as I always seem to think that Maven has been faster. But I just need numbers to detail the actual benefit. --- Thank You Mick Knutson BASE

Re: speed comparisons from maven 2 to Ant?

2006-05-12 Thread Brett Porter
Network latency is the biggest slow point. At this point last year, Maven was faster assuming you had all your dependencies. Recent tests say the releases have slowed a small amount, which we'll look to address in future 2.x releases. However, the difference in speed between Maven and Ant is

Re: speed comparisons from maven 2 to Ant?

2006-05-12 Thread Arik Kfir
Mick, The benefits of using Maven come not by increasing the speed of work (although eventually that will come too, but not because the tool is faster), but rather by using a uniform project model shared by all your projects and developers. The added value here is having all your developers use

log4j.properties expendable and ignored

2006-05-12 Thread Ido M. Tamir
Hi, I am using maven 2.0.4 I have log4j.properties file in src/test/resources and src/main/resources. after compilation directory structure: -- test-classes | |-- hibernate.cfg.xml | |-- import.properties | |-- log4j.properties | `-- org The settings in this file are

DocBook Maven Plugin

2006-05-12 Thread Wilfred Springer
All, With JavaOne around the corner, I figured it would be good time to make some announcements, aka shameless advertising. For those of you who are not completely satisfied by the kind of DocBook support that Maven has on board, or the Mojo at mojo.codehaus.org, here's a chance to try something

source:jar doesn't work on custom packaging?

2006-05-12 Thread Matthew Beermann
I've created a plugin that provides some custom packagings, as described at http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html. It works perfectly, executing all of my goals at the appropriate phase. But I get in trouble if I try to (in the POM) bind source:jar into

Line number links in Checkstyle report

2006-05-12 Thread Jim Bethancourt
Hi all, I noticed that in the Maven Checkstyle report http://maven.apache.org/checkstyle-report.html that the line numbers for the source are links to the lines of the source. I have both the jxr and checkstyle plugins in my pom, but I would like to know what I need to do to get the line number

Re: Line number links in Checkstyle report

2006-05-12 Thread Brett Porter
In the upcoming releases (which will happen over the weekend now that SVN is back), this is automatic. I believe you can set linkXreftrue/linkXref to set it manually in the older version. - Brett On 5/13/06, Jim Bethancourt [EMAIL PROTECTED] wrote: Hi all, I noticed that in the Maven

Re: log4j.properties expendable and ignored

2006-05-12 Thread Arik Kfir
I think there's a JIRA on the surefire plugin which gives precedence to the main classes over the test classes - hence the log4j.properties in src/main/resources is used before the src/test/resources's file is loaded. On 5/12/06, Ido M. Tamir [EMAIL PROTECTED] wrote: Hi, I am using maven

[m2] Filtering resources problem

2006-05-12 Thread Marcell Manfrin Barbacena
Hi, I'm following the started guide and when I try to replace ${pom.name} for ${settings.localRepository} when filtering a resource I got the string ${settings.localRepository} back. My settings.xml is placed in ~/.m2/settings.xml and working fine cause I can deploy using configurations there.

Re: Line number links in Checkstyle report

2006-05-12 Thread Jim Bethancourt
cool! Being that it's 6:30 on friday I think I can wait. 8-D Thanks! Jim On 5/12/06, Brett Porter [EMAIL PROTECTED] wrote: In the upcoming releases (which will happen over the weekend now that SVN is back), this is automatic. I believe you can set linkXreftrue/linkXref to set it manually in

Re: speed comparisons from maven 2 to Ant?

2006-05-12 Thread dan tran
IMHO, ANT is a build tool, Maven is a build tool + build process. So for ANT, you will need to write ton of code to make your own build process. just my 2c -D On 5/12/06, Arik Kfir [EMAIL PROTECTED] wrote: Mick, The benefits of using Maven come not by increasing the speed of work (although

RE: [M2] : NullPointerException with JUnit 4.0

2006-05-12 Thread Sharma, Jaikumar
Oops! I was mistaken in the pom.xml, I had included the dependency as a plugin, after removing that everything is fine. Thanks for your help! Regards, Jaikumar -Original Message- From: Vinod Panicker [mailto:[EMAIL PROTECTED] Sent: Thursday, May 11, 2006 9:25 PM To: Maven Users List

Remote SNAPSHOT parents?

2006-05-12 Thread Jörg Schaible
Hi, how is Maven dealing with SNAPSHOT parents? Under what circumstances are they downloaded from the repo server? It seems that Maven will not look for newer versions in the remote repo if the local repo already has an old one. - Jörg

Mavan 2.0.4 release on CVS

2006-05-12 Thread Maciej Mastalarczuk
Hi, I am trying to release a project with Maven 2.0.4 and CVS. Although everything appear to be configured OK I get the following error: (...) [INFO] Checking in modified POMs [INFO] Tagging release with the label v0_0_7. [INFO] What is the new development version for

Re: [m2] mvn site without the reports

2006-05-12 Thread Wojciech Gdela
Hello, How do I generate the sites without the reports? That way I can quickly check if my APT/FML files render properly. The m2 book doesn't mention this in 3.12 btw. In the snapshot version of site plugin there is a site:run goal. This starts web server, which renders your file when you

Re: maven-eclipse-plugin

2006-05-12 Thread Ingo Düppe
The new upcoming Eclipse Version 3.2 (Callisto) does support nested projects. So there is no need for any workaround to get nested project structure into eclipse. I can configure it manually and it works. Also there are no nested src-folders. It only ends up with two projects that will use

[m2] Filtering with settings properties - Bug?

2006-05-12 Thread Marcell Manfrin Barbacena
Hi, I'm following the started guide and when I try to replace ${pom.name} for ${settings.localRepository} when filtering a resource I got the string ${settings.localRepository} back. My settings.xml is placed in ~/.m2/settings.xml and working fine cause I can deploy using configurations there.

RE : log4j config file and mvn

2006-05-12 Thread Olivier Lamy
If logging.xml is just needed for test purpose, put it in src/test/resources in a module. I think I will be used in first by surefire. You can create a module called by example ${artifactId}-config (packaging jar) which contains all default configuration in src/main/resources. (put it in the top

RE: [m2] When will the Maven Repository Manager be available ?

2006-05-12 Thread Minto.van.der.Sluis
What is the difference between maven-proxy and the Repository Manager? I have been able to find and install the maven proxy. However in the recently released Better Build with Maven I first discovered the existence of the Maven Repository Manager. Unfortunately the link mentioned in the book

Re: maven-eclipse-plugin

2006-05-12 Thread Jochen Wiedmann
On 5/12/06, Ingo Düppe [EMAIL PROTECTED] wrote: The new upcoming Eclipse Version 3.2 (Callisto) does support nested projects. So there is no need for any workaround to get nested project structure into eclipse. I am interested in that feature. Perhaps others are as well. Could you please drop

RE: maven-clover-plugin 2.1 site:site troubles

2006-05-12 Thread Vincent Massol
Hi Ryan, What you have below is in a pluginManagement section. You may need to activate your plugin in the build section of your POM. In any case, try putting what you have in pluginManagement in the buildplugins section of the POM for which you're generating the site. Hope it helps, -Vincent

Dependency on war file in local repository.

2006-05-12 Thread soren
Hello List, I am a new user with Maven, so please excuse me if I am asking a trivial question. My question is that I have a 3rd party war file, which I would like to extend with some additional functionality. I read that if I in a war project, I specify dependency on another war, then the two

snapshot dependency gets downloaded as fixed version

2006-05-12 Thread Tom Huybrechts
Hi, I have a big multi-module project. All modules are at version 1.0.0-SNAPSHOT. All dependencies between these modules use this 1.0.0-SNAPSHOT version (using a dependencyManagement section in the top level project). Now I have some weird behaviour: when I do a complete 'mvn install': -

Re: [m2] umlGraph

2006-05-12 Thread jerome lacoste
On 5/12/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 5/11/06, jerome lacoste [EMAIL PROTECTED] wrote: I have a very small bit of code as part of the smc:smcreport mojo [1] that I use to convert .dot files into .png. The code [2] wraps a call to graphviz and works on Linux and Windows. We

Re: maven-eclipse-plugin

2006-05-12 Thread Ingo Düppe
Well it is really straight forward. I just have my maven 2.0 multi-modules project as a eclipse project. After I ran mvn eclipse:eclipse I imported the nested projects through the standard project import by pointing into my multi-modules project. In older Version you got an error because of

[M2] - mavenide - Maven 2 compatibility ?

2006-05-12 Thread Sharma, Jaikumar
Is any one aware of Eclipse 3.1 IDE support by mavenide (Maven 2 -- eclipse IDE support plugin) ? There is a plugin exist on codehaus , but it generates the POMs which are Maven 1.0 compatible. http://mevenide.codehaus.org/mevenide-ui-eclipse/update/index.html

Re: [m2] deploy not working

2006-05-12 Thread Vinod Panicker
On 5/11/06, Vinod Panicker [EMAIL PROTECTED] wrote: On 5/11/06, Henry S. Isidro [EMAIL PROTECTED] wrote: On Thursday 11 May 2006 12:27 pm, Vinod Panicker wrote: On 5/11/06, Henry S. Isidro [EMAIL PROTECTED] wrote: On Thursday 11 May 2006 12:33 am, Vinod Panicker wrote: Hi, I

Re: Dependency on war file in local repository.

2006-05-12 Thread Simon Kitching
On Fri, 2006-05-12 at 10:21 +0200, [EMAIL PROTECTED] wrote: Hello List, I am a new user with Maven, so please excuse me if I am asking a trivial question. My question is that I have a 3rd party war file, which I would like to extend with some additional functionality. I read that if I

RE: [m2.0.4] OutOfMemoryError

2006-05-12 Thread Dave Hoffer
Kris, I have found that... plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-surefire-plugin/artifactId configuration argLine-Xmx1024m/argLine /configuration /plugin ...does what you want. -dh -Original Message- From: Kris

Re: Dependency on war file in local repository.

2006-05-12 Thread soren
[snip] My question is that I have a 3rd party war file, which I would like to extend with some additional functionality. I read that if I in a war project, I specify dependency on another war, then the two will be merged. This is probably now the most frequently asked question on this

Re: Assembly one of the modules + installer

2006-05-12 Thread fred flinta
Hi, Well, when extending my system, it seems other problem is show. I'm switching over to the ant-plugin in order zip my stuff... :( / F From: dan tran [EMAIL PROTECTED] Reply-To: Maven Users List users@maven.apache.org To: Maven Users List users@maven.apache.org Subject: Re: Assembly one

Dependency causes 'compiler message file broken' error

2006-05-12 Thread Kanakambaran Nair
Hi I have three modules - Module A, Module B and Module C. Module A has dependency on module B and B has dependency on C. A is not directly dependent on C ie it doesnt have any compile time dependency. I provided the dependency for Module C in Module B's project.xmlanddepedency for Module B

RE: [m2.0.4] OutOfMemoryError

2006-05-12 Thread Allison, Bob
For everyone else following this thread, the reason you need to use the argLine rather than MAVEN_OPTS is that tests are forked so they run in their own JVM. Setting MAVEN_OPTS sets the heap limit for the JVM running Maven, but not the JVM running the tests. The argLine configuration sets

RE: [m2.0.4] OutOfMemoryError

2006-05-12 Thread Dave Hoffer
Bob, Thanks for the clarification. One thing I still don't understand is that when I first had trouble running my tests (getting out of memory errors), people in this mail list said to set MAVEN_OPTS and it did solve my problem. Now, I may have been executing the tests thru continuum or maven

Re: [M2] - mavenide - Maven 2 compatibility ?

2006-05-12 Thread Wojciech Gdela
Hello, Is any one aware of Eclipse 3.1 IDE support by mavenide (Maven 2 -- eclipse IDE support plugin) ? http://maven.apache.org/eclipse-plugin.html -- Best Regards, Wojciech Gdela. - To unsubscribe, e-mail: [EMAIL

[M204] reporting inheritance

2006-05-12 Thread Cabasson Denis
Hi, I'm looking for some kind of reportManagement part in the POM. I'd like to set a default configuration for my reports in my parent POM without biding them as report of this module. That way, every child module using this report would get the default configuration. I have tried adding this

Re: [m2] umlGraph

2006-05-12 Thread David J. M. Karlsen
jerome lacoste wrote: On 5/11/06, Wayne Fay [EMAIL PROTECTED] wrote: You can open the graph.dot file with a program like Graphviz: http://www.graphviz.org/ I am not aware of any automatic plugin/process to create an image from the graph.dot file and embed it in your generated site/javadocs at

Re: [M204] reporting inheritance

2006-05-12 Thread Yann Le Du
Hi Denis, Have a look at : http://jira.codehaus.org/browse/MNG-1931 Regards, - Yann 2006/5/12, Cabasson Denis [EMAIL PROTECTED]: Hi, I'm looking for some kind of reportManagement part in the POM. I'd like to set a default configuration for my reports in my parent POM without biding them as

RE: [m2.0.4] OutOfMemoryError

2006-05-12 Thread Jeff Jensen
Here is an oldie but goodie, entered a year ago, that is an idea to address this centrally. Please vote on it. :-) http://jira.codehaus.org/browse/MNG-426 -Original Message- From: Dave Hoffer [mailto:[EMAIL PROTECTED] Sent: Friday, May 12, 2006 6:10 AM To: Maven Users List Subject:

Plugin to compile C and C++ projects

2006-05-12 Thread Vandermi Joao da Silva
HI everyone, is there a plugin to compile and generate documentation and reports for C and C++ using Maven2? If yes , where can I find the plugin and documentation? Best Regards Vandermi Silva RD MAO - Core Engines BenQ Eletroeletrônica Ltda. TEL +55(92) 2127-8015 Mobile:

Re: Plugin to compile C and C++ projects

2006-05-12 Thread Kenney Westerhof
On Fri, 12 May 2006, Vandermi Joao da Silva wrote: Hi, http://mojo.codehaus.org/maven-native/native-maven-plugin/ -- Kenney HI everyone, is there a plugin to compile and generate documentation and reports for C and C++ using Maven2? If yes , where can I find the plugin and documentation?

https:// repository down (was: Re: svn repository down?)

2006-05-12 Thread Elliot Metsger
Seems like http://svn.apache.org/repos/asf/ is back, but https://svn.apache.org/repos/asf/ is down. I attempted to 'svn switch' my checkouts from the https url to the http url but no dice. Apparently the svn client needs to connect to the https url in order to make the switch. Elliot

[m2] Site plugin 2.0-SNAPSHOT , can not find the parent pom warning and some other things

2006-05-12 Thread Mikael Andersson
Hi When I try to run mvn site:site in a child module I get the following warning message: [WARNING] Unable to load parent project from repository: Could not find the model file '/scratch/usr/workspace/rssgen/rssgen-core/../pom.xml'. It is looking for the parent pom in the wrong place, to work

Re: https:// repository down (was: Re: svn repository down?)

2006-05-12 Thread Wendy Smoak
On 5/12/06, Elliot Metsger [EMAIL PROTECTED] wrote: Seems like http://svn.apache.org/repos/asf/ is back, but https://svn.apache.org/repos/asf/ is down. I attempted to 'svn switch' my checkouts from the https url to the http url but no dice. Apparently the svn client needs to connect to the