Réf. : Re: Réf. : RE: How to get Dashboard to run?!

2005-01-12 Thread fabrice . belingard
Great, it works now! :o) I don't know why, but I was excluding the master project from the dashboard include list property (maybe because we must do so for the multiproject plugin). Thanks a lot! Cheers :o) Fabrice.

Re: Maven training?

2005-01-12 Thread Siegfried Goeschl
Hi Christopher, I do quite a lot of Maven presentation, introduction consulting for companies. If you are interested in details you might contact me directly using siegfried.goeschl ad it20one.at Cheers, Siegfried Goeschl Helck, Christopher wrote: Is anyone offering Maven training? The

Re: Réf. : Re: Réf. : RE: How to get Dashboard to run?!

2005-01-12 Thread Siegfried Goeschl
Hi Fabrice, it is always a pleasure to read success stories :-) Cheers, Siegfried Goeschl [EMAIL PROTECTED] wrote: Great, it works now! :o) I don't know why, but I was excluding the master project from the dashboard include list property (maybe because we must do so for the multiproject

Clover and dashboard

2005-01-12 Thread Jon Strayer
II have one main project and 27 subprojects. I've changed my build process so that each time a subproject is built it's website is regenerated. My problem is with the dashboard report for the main site. All the other summaries seem to work, but the clover summaries are all blank.

Re: Maven with dependent projects

2005-01-12 Thread Marcin Gurbisz
You have to specify in ./ProjWeb/project.xml dependecy on ProjBusiness and other jars with property war.bundletrue/war.bundle Than you should use maven muliproject:install to get it all build in right sequence. Todd Huss wrote: A project I'm working on involves a data access/biz logic project

Re: Clover and dashboard

2005-01-12 Thread Siegfried Goeschl
Hi Jon, I just had this problem - in my case the clover.xml was not generatedby default - so I set maven.clover.report.xml=true to enforce the creation. Hope this helps Siegfried Goeschl Jon Strayer wrote: II have one main project and 27 subprojects. I've changed my build process so that each

Multiproject processing order

2005-01-12 Thread Chris Huisman
I am using multiproject:deploy, and I am wondering if there is a way to specify the processing order. When I run it under windows the default processing order runs the way I would like it to, but when I run it in linux it is changed, and my ejb-client project is processed before my ejb

build.properties inheritance

2005-01-12 Thread Tedi Itamar Zanfolim
Hi, When I put a build.properties file in the user local home directory I can see that my project properties are correctly overriden and maven uses these values itself for, for example, the remote repository from where to download artifacts. I´ve been trying to move this build.properties

Dynamically building property names and retrieving their values

2005-01-12 Thread Chad Woolley
Hi, I want each developer to be able to define their database settings for each project in their user.home/build.properties, like this projecta.db.info=projecta_db_info projectb.db.info=projectb_db_info However, I want to have a common set of db goals for all projects (inherited from my parent

Maven Axis Plugin Bug (with fix) v0.5

2005-01-12 Thread James Richardson
Hi, There appears to be a bug with the maven axis plugin, version 0.5, when processing name space mappings in wsdl files. This is due to a typo in the jelly script, where the closing tag of the axis-wsdl2java for wsdl files is _before_ The tokenise mappings script, thus the mappings get

Maven multiproject

2005-01-12 Thread Todd Huss
Hi folks, I'm still trying to figure out the best way to include dependencies from sub-projects cleanly so that I only have to specify them once. Thanks to Marcin's help I have ProjWeb now dependent on ProjBusiness but I haven't gotten it to include ProjBusiness' dependencies in a clean manner

Re: Clover and dashboard

2005-01-12 Thread Jon Strayer
That worked for me. Thanks! On Wed, 12 Jan 2005 17:44:15 +0100, Siegfried Goeschl [EMAIL PROTECTED] wrote: Hi Jon, I just had this problem - in my case the clover.xml was not generatedby default - so I set maven.clover.report.xml=true to enforce the creation. Hope this helps

Re: Multiproject processing order

2005-01-12 Thread Randy Xu
Maven uses reactor to figure out ordering by looking at the dependency listings. So say you have several modules: app-lib app-jms app-gui * jms depends on lib * gui depends on lib, jms In jms you set app-lib as a dependency dependency groupIdyour group id/groupId

Re: build.properties inheritance

2005-01-12 Thread dan tran
I think it is the bug which is fixed in maven 1.0.2. Check the archive rightafter 1.0.1 came out. -D On Wed, 12 Jan 2005 15:44:29 -0300, Tedi Itamar Zanfolim [EMAIL PROTECTED] wrote: Hi, When I put a build.properties file in the user local home directory I can see that my project

was5 plugin - installing ear to a specific server and virtualhost

2005-01-12 Thread Karan-Sahni \(Contractor\)
When I install an app using was5:installapp, it installs the ejb jars in the default server (server1) and the war is hosted on the default virtual host (default_host). How can I install the app on a specific server and virtual host? Karan Sahni Telephone: 561.438.5009 Email: [EMAIL

Re: Dynamically building property names and retrieving their values

2005-01-12 Thread Dion Gillard
${context.findVariable(project.id + '.db.info')} On Wed, 12 Jan 2005 10:53:28 -0700, Chad Woolley [EMAIL PROTECTED] wrote: Hi, I want each developer to be able to define their database settings for each project in their user.home/build.properties, like this

RE: Maven help for building 2 versions for a component build

2005-01-12 Thread Eric Pugh
It seems to me like you should have two versions tagged in CVS... Check out the version youw ant and build it.. Maven really encourages that you can only build one artifact per project... One jar, one war, etc From what you are doing, it sounds like you are mostly reinventing your Ant

Maven training in USA New Jersey was RE: Maven training?

2005-01-12 Thread Helck, Christopher
My mistake -- I wasn't clear about where I'm located. We're in lovely Parsippany New Jersey USA. -Original Message- From: Helck, Christopher Sent: Tuesday, January 11, 2005 2:18 PM To: Maven Users List Subject: Maven training? Is anyone offering Maven training? The information

RE: Questions about Dependencies

2005-01-12 Thread Stefan Kleineikenscheidt
-Original Message- From: Scott Goldstein [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 6:57 AM To: users@maven.apache.org Subject: Questions about Dependencies [...] 2.One thing that I'm slightly uncomfortable about concerning

Re: Maven help for building 2 versions for a component build

2005-01-12 Thread Rick Mann
On Jan 12, 2005, at 14:08, Eric Pugh wrote: It seems to me like you should have two versions tagged in CVS... Check out the version youw ant and build it.. Maven really encourages that you can only build one artifact per project... One jar, one war, etc Would it make sense to have a second

Consistent java.exe crash for site:generate

2005-01-12 Thread Guy Davis
I was hoping that someone may have run into this before. I'm trying to move our current large project using Ant over to Maven for building. The jar target works fine. However when I run site:generate, I can consistently get a Windows error report message that java.exe has crashed. This is using

Re: Consistent java.exe crash for site:generate

2005-01-12 Thread Brett Porter
can you get a later 1.4.2 JVM? I'm sure if you scroll the release notes you'll spot a few crash fixes which might be related. One suggestion I'd make is to disable the checkstyle and linkcheck plugins. These are the most resource intensive (unless all your code is formatted according to rules and

RE: Consistent java.exe crash for site:generate

2005-01-12 Thread Guy Davis
Hi, I tried 1.4.2_06 as well with no noticeable difference. We can't move the project to 1.5 for at least another few months. How would I disable checkstyle and linkcheck? I didn't see anything about disabling in the site plugin properties. Is there another way? Thanks much, Guy

Re: Consistent java.exe crash for site:generate

2005-01-12 Thread Brett Porter
http://wiki.codehaus.org/maven/FrequentlyAskedQuestions#head-5de751b41cdae29118d216cee8549f938249a9af or, specify a complete reports section in project.xml with only the reports you want. - Brett On Wed, 12 Jan 2005 16:27:33 -0700, Guy Davis [EMAIL PROTECTED] wrote: Hi, I tried 1.4.2_06 as

Re: Consistent java.exe crash for site:generate

2005-01-12 Thread Siegfried Goeschl
Hi Guy, some more thoughts to solve your problem - I had this problem a long time ago with a few hundred files of generated source code. In my case it was theJavaDoc and ages ago JavaDoc used a seperate process therefore an -Xmx magic did not work. I just checked the plugin and it is quite

Re: was5 plugin - installing ear to a specific server and virtualhost

2005-01-12 Thread Richard Lewis-Shell
Try using maven.was5.installApp.options The was5 plugin is mostly a thin wrapper around the ant tasks IBM supplies with WebSphere - installApp is such an example. maven.was5.installApp.options corresponds to the options attribute for that task. You can see the javadocs for installApp (and the

RE: Clover and dashboard

2005-01-12 Thread Vincent Massol
Yep, this seems to be a bug as the plugin is supposed to set this property internally. A JIRA issue would be great (and a patch would be awesome) :-) Thanks -Vincent -Original Message- From: Siegfried Goeschl [mailto:[EMAIL PROTECTED] Sent: mercredi 12 janvier 2005 17:44 To: Maven

dependencies with out version

2005-01-12 Thread rajas kumar
Hai, I am still unable to solving the problem of dependency with out version.It giving compilatin errors. Now its become a major issue for me.My leaders dont want to give dummy version for jsf libraries.How can i solve this problem. I got some references previously for maven user i am very

dependencies with out version

2005-01-12 Thread rajas kumar
Hai, I am still unable to solving the problem of dependency with out version.It giving compilatin errors. Now its become a major issue for me.My leaders dont want to give dummy version for jsf libraries.How can i solve this problem. I got some references previously for maven user i am very

Re: dependencies with out version

2005-01-12 Thread Dion Gillard
On Wed, 12 Jan 2005 22:48:20 -0800 (PST), rajas kumar [EMAIL PROTECTED] wrote: Hai, I am still unable to solving the problem of dependency with out version.It giving compilatin errors. Now its become a major issue for me.My leaders dont want to give dummy version for jsf libraries.How can

Re: dependencies with out version

2005-01-12 Thread rajas kumar
Hai, If i am using groupId and artifactId then i need to give vesion also. I dont want to give version.That is the problem for me. Dion Gillard [EMAIL PROTECTED] wrote:On Wed, 12 Jan 2005 22:48:20 -0800 (PST), rajas kumar wrote: Hai, I am still unable to solving the problem of dependency

Re: Consistent java.exe crash for site:generate

2005-01-12 Thread Jon Strayer
Guy Davis wrote: I was hoping that someone may have run into this before. I'm trying to move our current large project using Ant over to Maven for building. The jar target works fine. However when I run site:generate, I can consistently get a Windows error report message that java.exe has

Re: dependencies with out version

2005-01-12 Thread Rune Fauske
On Wed, 12 Jan 2005 23:24:27 -0800 (PST), rajas kumar [EMAIL PROTECTED] wrote: Hai, If i am using groupId and artifactId then i need to give vesion also. I dont want to give version.That is the problem for me. Check out the pom doc: