Re: [multiproject] Strange...

2004-03-29 Thread Niclas Hedhman
On Tuesday 30 March 2004 14:49, Jörg Schaible wrote: > Hi Niclas, > > > avalon-excalibur/buildsystem/project-common.xml > > > should be project.properties ? Nope... I was assuming that all the Organization, Mailinglists, and other common stuff could be

RE: [multiproject] Strange...

2004-03-29 Thread Jörg Schaible
Hi Niclas, > avalon-excalibur/buildsystem/project-common.xml should be project.properties ? > avalon-excalibur/project-common.xml > avalon-excalibur/compatibility/project.xml > avalon-excalibur/compatibility/project.properties although I do currently n

Re: [multiproject] Strange...

2004-03-29 Thread Niclas Hedhman
On Tuesday 30 March 2004 13:45, Brett Porter wrote: > This is purely a hunch, but I've seen sections of the Avalon build that > uses ant properties to set things for Jelly to use which could potentially > cause this. Because ant properties behave differently to jelly (ie first > wins instead of las

RE: [multiproject] Strange...

2004-03-29 Thread Brett Porter
This is purely a hunch, but I've seen sections of the Avalon build that uses ant properties to set things for Jelly to use which could potentially cause this. Because ant properties behave differently to jelly (ie first wins instead of last wins), this can break in certain situations - and changes

[multiproject] Strange...

2004-03-29 Thread Niclas Hedhman
Hi, I am getting the following strange exception when running multiproject:install on RC2 BUILD FAILED File.. file:/home/niclas/.maven/plugins/maven-multiproject-plugin-1.2/plugin.jelly Element... maven:reactor Line.. 202 Column 9 Unable to obtain goal [multiproject:install-callbac

Including the project's jar into the war

2004-03-29 Thread Marco Tedone
Hi, I would like to include the project jar into the war (under WEB-INF/lib). Could I declare the project itself as a dependency with true? Thanks, Marco - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

Tag library requested that is not present: 'velocity' in plugin:

2004-03-29 Thread Smith, Matt (MAN-Corporate)
Hello, Maybe you can help. I am receiving the following error when trying to generate a site for one of my projects. Included in the reports is a custom plugin report that uses the velocity jellly tag library. I have included the velocity jelly tag library as a dependency. Tag library requeste

Re: 1.0RC2 : error durint site:deploy and xdoc

2004-03-29 Thread Brian Enigma
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I ran into that exact problem a few days ago. It seems the xdoc plugin in RC2 is broken and you will have to edit line 345 of the plugin.jelly file: http://nagoya.apache.org/eyebrowse/ReadMsg? [EMAIL PROTECTED]&msgNo=11599 -Brian On Mar 28

ftp access to ibiblio repository

2004-03-29 Thread Jason van Zyl
Howdy, While testing the ftp downloader/deployer in Wagon I turned on FTP access to the maven repository @ ibiblio. For anyone who is interested the repository is now accessible here: ftp://ftp.ibiblio.org/pub/packages/maven/ -- jvz. Jason van Zyl [EMAIL PROTECTED] http://maven.apache.org hap

RE: jalopy with checkstyle

2004-03-29 Thread Alex Karasulu
Rob, Unfortunately I tried this a while back and failed to find a way. It would be great to have round trip formatting using the two tools but the teams don't seem to be in collaboration. Ahh how nice it would be especially when you have a style of your own and can go back and forth without a ha

Re: jalopy with checkstyle

2004-03-29 Thread John Casey
I don't yet use either of them, but I've seen a Wiki entry on this topic... http://wiki.codehaus.org/maven/JalopyCheckstyleHarmony hope it helps. john On Mon, 2004-03-29 at 11:09, Rob Shepherd wrote: > Is it possible to use jalopy and checkstyle together! > > jalopy is great, i've used it for

jalopy with checkstyle

2004-03-29 Thread Rob Shepherd
Is it possible to use jalopy and checkstyle together! jalopy is great, i've used it for months now... but I use a hand rolled style.xml file. The checkstyle styles built in to maven are not compatible with this style. and therefore produce codingstandard errors. Although turbine is the closest

Re: site:generate fail and changelog query

2004-03-29 Thread Emmanuel Venisse
- Original Message - From: "Rob Shepherd" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Monday, March 29, 2004 5:25 PM Subject: Re: site:generate fail and changelog query > > > Emmanuel Venisse wrote: > > - Original Message - > > From: "Rob Shepherd" <[EM

Re: site:generate fail and changelog query

2004-03-29 Thread Rob Shepherd
Emmanuel Venisse wrote: - Original Message - From: "Rob Shepherd" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Monday, March 29, 2004 4:59 PM Subject: Re: site:generate fail and changelog query Thanks Emmanuel, i have manually patched my rc2 script. works fine!

Re: site:generate fail and changelog query

2004-03-29 Thread Emmanuel Venisse
- Original Message - From: "Rob Shepherd" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Monday, March 29, 2004 4:59 PM Subject: Re: site:generate fail and changelog query > Thanks Emmanuel, i have manually patched my rc2 script. works fine! > > any thought on my se

RC2 suspect include / exclude, but which ?

2004-03-29 Thread Herve AGNOUX
Until RC2, maven dist:build was OK. But with RC2, there is a curious exception : +---+ | C R E A T I N G S O U R C E D I S T R I B U T I O N | +---+ [copy] Copying 3 fi

RE: maven javadoc [RC2] Problem

2004-03-29 Thread Menetrieux Remy
Thanks it's the space characters I have moved my project on my racine it works !! Thanks Rémy -Message d'origine- De : Kevin Hagel [mailto:[EMAIL PROTECTED] Envoyé : lundi 29 mars 2004 16:57 À : Maven Users List Objet : Re: maven javadoc [RC2] Problem Spaces in the path often confuse j

Re: maven javadoc [RC2] Problem

2004-03-29 Thread Kevin Hagel
Spaces in the path often confuse java tokenizing, isn't there a way to make a windows path without them, C:\program~1\Apache~2\ like that? Menetrieux Remy wrote: When javadoc goals generate the file list in a javadoc file. It generate with an absolute Path. I run mave from the C:\Progra

RE: maven javadoc [RC2] Problem

2004-03-29 Thread Charles Daniels
The spaces in your path could be the cause of your problems. Try installing Maven into a location where none of the directory names contain spaces. I'd also recommend that you place your project files somewhere other than under the Maven directory. --- Menetrieux Remy <[EMAIL PROTECTED]> wrote

Re: site:generate fail and changelog query

2004-03-29 Thread Rob Shepherd
Thanks Emmanuel, i have manually patched my rc2 script. works fine! any thought on my second point? In body of original post. I'm not sure where to checkout source.. if not the source dir in ? many thanks Rob Emmanuel Venisse wrote: This bug has fixed in cvs. Emmanuel - Original Messag

deploying web application

2004-03-29 Thread mruff
Hi, I want to deploy my weapplication with: tomcat:deploy the problem is that I do not know if the app is already existing or running etc. If the appliction is running then I get a: [deploy] FAIL - Application already exists at path ... I want to have a generic way to deploy my application in AN

RE: maven javadoc [RC2] Problem

2004-03-29 Thread Menetrieux Remy
When javadoc goals generate the file list in a javadoc file. It generate with an absolute Path. I run mave from the C:\Program Files\Apache Software Foundation\Maven-1.0-rc2\project_name\ Have you any idea to resolve this ? Eg: My javadoc file : C:\Program Files\Apache Software

RE: maven javadoc [RC2] Problem

2004-03-29 Thread Menetrieux Remy
It doesn't work too.. Javadoc goals seems to ignores my build tag to find source is it normal ? Thanks -Message d'origine- De : Kevin Hagel [mailto:[EMAIL PROTECTED] Envoyé : lundi 29 mars 2004 16:05 À : Maven Users List Objet : Re: maven javadoc [RC2] Problem can you just use maven.j

Re: site:generate

2004-03-29 Thread Niclas Hedhman
On Monday 29 March 2004 22:10, Jörg Schaible wrote: > maven-javadoc-plugin > in your reports section ? Thanks Jörg... exactly on the spot!! Cheers Niclas P.S. Slowly starting to appreciate Maven. If it only could be a magnitude faster and things would be real good :o) -- +-//

Re: maven javadoc [RC2] Problem

2004-03-29 Thread Kevin Hagel
can you just use maven.javadoc.package=* Menetrieux Remy wrote: My package Tag contain com.x.project_name I don't understand why maven get my absolute path to my project.. -Message d'origine- De : Andy Jefferson [mailto:[EMAIL PROTECTED] Envoyé : lundi 29 mars 2004 15:57 À : Maven

RE: site:generate

2004-03-29 Thread Jörg Schaible
Niclas Hedhman wrote on Monday, March 29, 2004 4:07 PM: > According to docs, site:generate is supposed to run all kinds of > goals, but it doesn't happen (see below), most importantly, the > javadoc is skipped. Anyone knows why? > (I can do 'maven javadoc' no problem.) You have maven-javadoc-pl

site:generate

2004-03-29 Thread Niclas Hedhman
According to docs, site:generate is supposed to run all kinds of goals, but it doesn't happen (see below), most importantly, the javadoc is skipped. Anyone knows why? (I can do 'maven javadoc' no problem.) Cheers Niclas site: xdoc:register-reports: maven-changelog-plugin:register: maven-file-

RE: maven javadoc [RC2] Problem

2004-03-29 Thread Menetrieux Remy
My package Tag contain com.x.project_name I don't understand why maven get my absolute path to my project.. -Message d'origine- De : Andy Jefferson [mailto:[EMAIL PROTECTED] Envoyé : lundi 29 mars 2004 15:57 À : Maven Users List Objet : Re: maven javadoc [RC2] Problem On Monday 29

Re: maven javadoc [RC2] Problem

2004-03-29 Thread Andy Jefferson
On Monday 29 Mar 2004 14:51, Menetrieux Remy wrote: > Hi, > > When I run maven with the javadoc I obtain this errors : > > maven-javadoc-plugin:report: > > [javadoc] Generating Javadoc > > [javadoc] Javadoc execution > > [javadoc] javadoc: Illegal package name: "C:\Program" > > [jav

Re: maven javadoc [RC2] Problem

2004-03-29 Thread Kevin Hagel
you might want to try reversing the '\' character. C:\Program to C:/Program Even though windoze likes the front-slash, your jvm is smart enough to resolve those. it could be something else but I've seen this problem in similar situations. Menetrieux Remy wrote: Hi, When I run maven wit

maven javadoc [RC2] Problem

2004-03-29 Thread Menetrieux Remy
Hi, When I run maven with the javadoc I obtain this errors : maven-javadoc-plugin:report: [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] javadoc: Illegal package name: "C:\Program" [javadoc] javadoc: Illegal package name: "Files\Apache" [javadoc] javad

Re: Dependency - If version is not specified, should it consider '-' or not?

2004-03-29 Thread Kevin Hagel
oops, a typo yourstuff yoursetuff 1.2 Now assume you have yourstuff.jar, a non-versioned library. yourstuff yoursetuff yourstuff.jar Kevin Hagel wrote: Assume you have yourstuff-1.1.jar, a versioned library yourstuff yoursetuff 1.2 Now assume you have yourstuff.jar, a non-versioned li

Re: Dependency - If version is not specified, should it consider '-' or not?

2004-03-29 Thread Kevin Hagel
Assume you have yourstuff-1.1.jar, a versioned library yourstuff yoursetuff 1.2 Now assume you have yourstuff.jar, a non-versioned library. yourstuff yoursetuff yourstuff.jar Maczka Michal wrote: -Original Message- From: Veerasamy, Thirumalai (Cognizant) [mailto:[EMAIL PROT

RE: Dependency - If version is not specified, should it consider '-' or not?

2004-03-29 Thread Maczka Michal
> -Original Message- > From: Veerasamy, Thirumalai (Cognizant) > [mailto:[EMAIL PROTECTED] > Sent: Monday, March 29, 2004 2:36 PM > To: Maven Users List > Subject: Dependency - If version is not specified, should it consider > '-' or not? > > > Hi, > > I specify a dependency like gi

Re: Dependency - If version is not specified, should it consider '-' or not?

2004-03-29 Thread rammensee
Hi, try using group artifact jarname like described here : http://maven.apache.org/reference/project-descriptor.html#dependencies jar The name of jar file if it doesn't respect -.jar pattern Regards Christopher > Hi, > > I specify a dependency like given below. > > > g

Dependency - If version is not specified, should it consider '-' or not?

2004-03-29 Thread Veerasamy, Thirumalai (Cognizant)
Hi, I specify a dependency like given below. group artifact Though I didn't specify a version for that file it still expects as group/group-artifact-.jar. Is this the expected behaviour? Shouldn't it ignore '-' if version is not specified. Regards, Thiru This e-mail and any file

RE: EJB Deployment descriptor configuration

2004-03-29 Thread Wim Lambrecht
He Jorn, Thanks for that. I thought to use my DD's as basis for the end configuration, but you're right, in that ABCD-case the D-module DD would contain the module A-stuff twice ! (not necesserally the code itself twice). Now, to satisfy both needs, i guess i could do something like this:

Re: site:generate fail and changelog query

2004-03-29 Thread Emmanuel Venisse
This bug has fixed in cvs. Emmanuel - Original Message - From: "Rob Shepherd" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 29, 2004 12:24 PM Subject: site:generate fail and changelog query > whilst running maven (1.0-rc2) site:generate i get this error... > > this li

site:generate fail and changelog query

2004-03-29 Thread Rob Shepherd
whilst running maven (1.0-rc2) site:generate i get this error... this line in the script refers to ${stylesheet} of which i have no idea about. I am running a very basic example system to learn maven. project.xml is very lean and project.properties is empty. how can i remedy this failure? BUIL

RC2 and simian report generation pb.

2004-03-29 Thread ZHU Beiting
Hi, I am a "demi-debutante" of Maven. When I worked with maven_1.0-RC1, I have encountered a problem in generating simian report. I always got an java.lang.outOfMemory exception. Visibly it is because of the java VM is not enough for the simian generation. So I have modified the option %MAVEN_OPTS