Re: Multiproject:site OutOfMemory

2004-06-16 Thread Rafal Krzewski
Matt Read wrote: http://jira.codehaus.org/browse/MAVEN-1294 Could anyone comment on the above defect or suggest resolutions or work-arounds? I'm having the same problem as many seem to have reported (currently with RC3) and it's driving me mad. I'm ru

Re: create war files for different env's (test, qa, prod)?

2004-06-16 Thread Brett Porter
Can you search the archives And see if that helps? We've already discussed this this week, and there were some helpful links given out. If you have further questions, feel free to ask. Cheers, Brett Quoting phillip rhodes <[EMAIL PROTECTED]>: > I need to create war files that are for specific >

Re: dependencies- a higher level of declaration needed?

2004-06-16 Thread Brett Porter
It's called transitive dependencies and it is coming post-1.0. Quoting phillip rhodes <[EMAIL PROTECTED]>: > I have a project that uses FOP and tapestry. > FOP requires 12+ jars, along with tapestry that takes > quite a few. > > Luckily for me, I found the pdf plugin and just copied > the depenc

RE: Goal order

2004-06-16 Thread STRAYER, JON (SBCSI)
If your dependency jars are in CVS they aren't really dependencies as far as Maven is concerned (except for the dependency report). Just leave them out of the POM. Or, each time you update a jar CVS add the jar to the local Maven repository. Then it can find it. > -Original Message- > F

RE: Jar help

2004-06-16 Thread STRAYER, JON (SBCSI)
> 1 - My development staff is used to keeping their workspace > in sync with CVS and doing so thru the WSAD interface (ie > Eclipse CVS perspective). I'm not that concerned with > "bloating" out the CVS respository. Those jars in the > WEB-INF/lib typically do not change that often, if ever. B

RE : Error in generating site

2004-06-16 Thread Heritier Arnaud
It was a problem fixed in the new release : http://jira.codehaus.org/browse/MPXDOC-93 Arnaud > -Message d'origine- > De : Paterline, David L. [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 16 juin 2004 21:50 > À : 'Maven Users List' > Objet : Error in generating site > > > Hi - > > I

Error in generating site

2004-06-16 Thread Paterline, David L.
Hi - I am getting the following error message when I execute "maven site" for my project, using Maven v. 1.0-rc2 on HP-UX B.11.11. When I execute the command on a Windows XP host (same project, same files, same Maven version), I do not see this error. Can anyone provide any guidance on what may be

RE : RE : Maven Javadoc doesn't split packages

2004-06-16 Thread Heritier Arnaud
If there's no bug in the javadoc plugin and if you define your project package as com.company.project it should work Arnaud > -Message d'origine- > De : news [mailto:[EMAIL PROTECTED] De la part de Digby > Envoyé : mercredi 16 juin 2004 21:04 > À : [EMAIL PROTECTED] > Objet : Re: RE : Ma

Re: RE : Maven Javadoc doesn't split packages

2004-06-16 Thread Digby
Yes - I have com.company.project.xxx and com.company.project.yyy, but all the classes are bundled together. Thanks Digby Heritier Arnaud wrote: Do you have a common root package ?? In maven we have a lot of packages but we have a common root org.apache.maven http://maven.apache.org/apidocs/index.

RE : Maven Javadoc doesn't split packages

2004-06-16 Thread Heritier Arnaud
Do you have a common root package ?? In maven we have a lot of packages but we have a common root org.apache.maven http://maven.apache.org/apidocs/index.html Is it your case ?? Arnaud > -Message d'origine- > De : news [mailto:[EMAIL PROTECTED] De la part de Digby > Envoyé : mercredi 16

Maven Javadoc doesn't split packages

2004-06-16 Thread Digby
Hi, Since Maven is only supposed to produce one deliverable, does this mean that the javadoc plugin will only produce one package - the one defined in the POM? My project is split into several packages, but they are all lumped together under one package and there is no list of packages in the f

create war files for different env's (test, qa, prod)?

2004-06-16 Thread phillip rhodes
I need to create war files that are for specific env's. The differences are usernames, passwords, sso settings that exist in web.xml and application configuration files. Currently, I use property files and the ant/copy/filterset to accomplish this. Based upon a property value that I pass to ant,

dependencies- a higher level of declaration needed?

2004-06-16 Thread phillip rhodes
I have a project that uses FOP and tapestry. FOP requires 12+ jars, along with tapestry that takes quite a few. Luckily for me, I found the pdf plugin and just copied the depencencies from that project.xml into my own. However, there are a myriad of different projects that come with a glyph of de

Ho do I automatically set the cvsModule property of a sub-project to access cvs correctly?

2004-06-16 Thread Stefanutti, Mario
Hello, first thing: sorry. I am newbie with jelly and a 1 month expert ;-) with Maven. I have a multiproject tree. Unfortunatly my sub-projects are more then one level deeper respect to the root level. I have done it because the physical organization (the directory tree of the project comes more

Multiproject:site OutOfMemory

2004-06-16 Thread Matt Read
http://jira.codehaus.org/browse/MAVEN-1294 Could anyone comment on the above defect or suggest resolutions or work-arounds? I'm having the same problem as many seem to have reported (currently with RC3) and it's driving me mad. I'm running multiprojec

Re: jaxrpc.jar dependency?

2004-06-16 Thread matthew.hawthorne
Brett Porter wrote: 2) What is the best practice for this kind of thing in which one can not find a jar file that one can redistribute such as jaxrpc.jar? This is really the only alternative we have until there are freely distributable versions of such jars... Axis distributes the jaxrpc API: ht

multiproject:site not generating index page correctly

2004-06-16 Thread Michael Mattox
For some reason today, when I run multiproject:site, the index page only has links to two of my projects. The funny thing is the two are ones that I had build previously by setting multiproject.includes to the two. Now I have multiproject.includes=**/project.xml and for some reason the index stil

Re: jaxrpc.jar dependency?

2004-06-16 Thread Webb Morris
Also if you want to use a jar that doesn't have a version, you can add the tag to your dependency. WM --- Brett Porter <[EMAIL PROTECTED]> wrote: > > 1) I tried declaring the dependency without a version > > expecting it to look for "jaxrpc.jar", instead it > > looked for "jaxrpc-.jar". It fe

RE: Goal order

2004-06-16 Thread Bielby, Randy J
I've been thinking about doing just that. As much as I would like to use Maven, it appears more and more like I am trying to put a square peg into a round hole. As crazy as this might sound I'm thinking of doing my CVS checkout, compile and bundle using Ant, which it what I am currently doing.

RE: JBoss:deploy-warfile Authentication

2004-06-16 Thread ECCLES, Stuart
see http://jira.codehaus.org/browse/MPJBOSS-12 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 15 June 2004 10:12 To: [EMAIL PROTECTED] Subject: JBoss:deploy-warfile Authentication I have been trying to use the jboss:deploy-warfile target and it keeps telli

RE: Goal order

2004-06-16 Thread Steven Lohrenz
I looked through the sources hoping against hope that the dependency task was a goal too, (then you could do a preGoal on it and viola problem solved) but it doesn't seem to be. Here's a possible work around: Build an ant script to do only the relevant cvs downloads and install the jars into your