Re: Geronimo deploy

2005-05-12 Thread Felipe Leme
On Thu, 2005-05-12 at 11:12 +0530, GOKULAM Jayaram wrote: > I wrote up a customized script to do a deployment in Geronimo server. > > > > When I run Geronimo:deploy goal it says the following exception, > >[java] [ERROR] java.lang.NoSuchMethodException: > org.apache.geronimo.deployment

Maven XML files and their Schema

2005-05-12 Thread Jan Bares
Hi, where can I found the name of XML schema used for maven.xml file? Project.xml is in maven-project.xsd, but where is schema for "jelly:core", "jelly:ant", "jelly:maven" and "multiproject:build" used in maven.xml? I have Eclipse 3.1M6 with MyEclipse. It is curious why the maven.xml is marked as

RE: Maven Best Practices

2005-05-12 Thread Felipe Leme
On Fri, 2005-05-13 at 04:40 +0200, Arnaud HERITIER wrote: > > Thanks again Arnaud! By the way, what is SGBD? > > Ooops, It's the french acronym (Système de gestion de base de données) used > for DBMS (Database management system) Interesting, in Portuguese it's the same (Sistema Gerenciador de Ba

Re: [m2] how to exclude compile time only jars from .war?

2005-05-12 Thread Chalermpong Chaiyawan
Thanks Brett. I will. Regards, Chalermpong Chaiyawan Brett Porter wrote: On 5/12/05, Adam Hardy <[EMAIL PROTECTED]> wrote: I think even I can answer this one (unless M2 has changed radically from M1) M2 has changed radically from M1 :) Chalermpong, this isn't currently possible - please fi

Re: [faq plugin] File name options?

2005-05-12 Thread Brett Porter
currently it happens per release. Obviously, no FAQ updates since last year :) I'll publish it now. We're looking at doing the site updates more frequently in future (when per-release doc is separate from general info) - Brett On 5/13/05, Jeff Jensen <[EMAIL PROTECTED]> wrote: > Hmmm, I went to

RE: [faq plugin] File name options?

2005-05-12 Thread Jeff Jensen
Hmmm, I went to update the doc for this (index.xml) to state it processes all files with .fml extension, but that info is already there! Log shows "Dion" checked that change in on July 9, 2004. However the website does not have that info. Makes me wonder what other pages are not current from s

Re: [faq plugin] File name options?

2005-05-12 Thread Brett Porter
On 5/13/05, Jeff Jensen <[EMAIL PROTECTED]> wrote: > Is there a config option to specify the name? no > > Is it possible to have multiple FAQ files? yes, anything with a .fml extension. > If yes, can they reside in different directories? yes. Cheers, Brett --

Re: [task list] Specifying todo tag

2005-05-12 Thread Brett Porter
I think not at the moment. - Brett On 5/13/05, Jeff Jensen <[EMAIL PROTECTED]> wrote: > Is it possible to specify more than one todo tag the plugin will look for? > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additiona

[task list] Specifying todo tag

2005-05-12 Thread Jeff Jensen
Is it possible to specify more than one todo tag the plugin will look for? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[faq plugin] File name options?

2005-05-12 Thread Jeff Jensen
Hi, I could not find info on the file name in the FAQ plugin docs. The name is inferred by the example of "faq.fml". When using that name, it works. Any other name does not work, even "faq.xml". Is there a config option to specify the name? Is it possible to have multiple FAQ files? If yes,

RE: Maven Best Practices

2005-05-12 Thread Arnaud HERITIER
> > Oops! I accidentally replied directly to Arnaud rather than the list. > For completeness, here is the additional dialog with Arnaud. > If anybody has further input, please don't hesitate to provide it. > > Thanks again Arnaud! By the way, what is SGBD? Ooops, It's the french acronym (Systèm

Re: Maven Best Practices

2005-05-12 Thread Charles Daniels
Oops! I accidentally replied directly to Arnaud rather than the list. For completeness, here is the additional dialog with Arnaud. If anybody has further input, please don't hesitate to provide it. Thanks again Arnaud! By the way, what is SGBD? > > Thanks Arnaud! That appears to be right on topic

Maven Best Practices

2005-05-12 Thread Charles Daniels
Hi All, The Maven documentation is looking great! I have read the section on Best Practices (http://maven.apache.org/using/bestpractices.html) and have a question regarding generating deployments. One bullet point states the following: "Avoid the need to filter resources. While this can be useful

RE: Maven Best Practices

2005-05-12 Thread Arnaud HERITIER
Hi, This is a little bit off topic but ... We often deploy my web applications on tomcat. What we do is to define some deployment parameters on our web applications (web.xml) : Some parameters environment Development environment scriptInterpreter /bin/sh ... A SGBD : Oracle

RE: Professional Java Tools for Extreme Programming

2005-05-12 Thread Vincent Massol
> -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: jeudi 12 mai 2005 22:30 > To: 'Maven Users List' > Subject: RE: Professional Java Tools for Extreme Programming > > Hi John, > > > -Original Message- > > From: Jon Strayer [mailto:[EMAIL PROTECTED] > >

RE: Professional Java Tools for Extreme Programming

2005-05-12 Thread Vincent Massol
> -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: jeudi 12 mai 2005 22:30 > To: 'Maven Users List' > Subject: RE: Professional Java Tools for Extreme Programming > > Hi John, > > > -Original Message- > > From: Jon Strayer [mailto:[EMAIL PROTECTED] > >

Re: Maven JNLP Plugin

2005-05-12 Thread Emmanuel Venisse
Emil, I forward your mail to the Maven user list. > Excellent job on the plugin. Thanks. > > However one request would be for it to not overwrite the Manifest's in the signed jars. I need the manifest info in there because I use it in my code. You always overwrite with a blank jnlp.manifest fi

RE: Professional Java Tools for Extreme Programming

2005-05-12 Thread Vincent Massol
Hi John, > -Original Message- > From: Jon Strayer [mailto:[EMAIL PROTECTED] > Sent: jeudi 12 mai 2005 20:26 > To: Maven Users List > Subject: Re: Professional Java Tools for Extreme Programming > > > If you could wait for some weeks, here is the new Vincent Massol's book: > > http://www.o

RE: Professional Java Tools for Extreme Programming

2005-05-12 Thread Vincent Massol
Hi John, > -Original Message- > From: Jon Strayer [mailto:[EMAIL PROTECTED] > Sent: jeudi 12 mai 2005 20:26 > To: Maven Users List > Subject: Re: Professional Java Tools for Extreme Programming > > > If you could wait for some weeks, here is the new Vincent Massol's book: > > http://www.o

Re: Professional Java Tools for Extreme Programming

2005-05-12 Thread Jon Strayer
> If you could wait for some weeks, here is the new Vincent Massol's book: > http://www.oreilly.com/catalog/mavenadn/index.html > (available mid-June) Which brings to mind the question, how useful will this book be with Maven 2? Dogs believe they are humans. Cats believe they are God. --

JDepend on many projects

2005-05-12 Thread Wim Deblauwe
Hi, I currently run JDepend on every subproject by itself, however those subprojects sometimes have dependencies on each other. Is there a way to have a JDepend report on all subprojects? regards, Wim - To unsubscribe, e-mail:

Another solution for "How to remove accents from a String"

2005-05-12 Thread Vincent Siveton
Salut Guillaume, Je suis tombé sur ton blog tantôt avec la fameuse question que beaucoup de développeurs se posent à un moment ou à un autre: Comment supprimé les accents (ou autres caractères spéciales) d'une string? Comme tu l'as mentionné, IBM's ICU (dont JDK 1.1 s'est largement inspiré AFAIK)

Re: Unsatisfied dependencies

2005-05-12 Thread Brett Porter
On 5/12/05, Richardson, Simon (Treasury) <[EMAIL PROTECTED]> wrote: > I'm looking to migrate our projects from Ant / Anthill to Maven and have > tried the 10 minute test. 2 hours later I still haven't managed to get past > an "unsatisfied dependency" issue. > > The error message I get is as follo

RE: Professional Java Tools for Extreme Programming

2005-05-12 Thread Vincent Massol
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: jeudi 12 mai 2005 14:29 > To: users@maven.apache.org > Subject: RE: Professional Java Tools for Extreme Programming > > > Vincent, > > Is it possible for you to share the source code > Available in the b

RE: Professional Java Tools for Extreme Programming

2005-05-12 Thread Vincent Massol
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: jeudi 12 mai 2005 14:29 > To: users@maven.apache.org > Subject: RE: Professional Java Tools for Extreme Programming > > > Vincent, > > Is it possible for you to share the source code > Available in the b

RE: Professional Java Tools for Extreme Programming

2005-05-12 Thread vijayakumar.lakshmanan
Vincent, Is it possible for you to share the source code Available in the book Rgds Vijay -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Thursday, May 12, 2005 5:48 PM To: 'Maven Users List' Subject: RE: Professional Java Tools for Extreme Programming Hi Simon

RE: Professional Java Tools for Extreme Programming

2005-05-12 Thread Vincent Massol
Hi Simon, I guess it depends what you want from the book. If you're purely interested in Maven I would choose a book dedicated to Maven :-) If you're interested in knowing about the other tools too I'm sure it's an excellent book. I have to admit I'm biased here as I'm the author of "Maven: A Dev

RE: Professional Java Tools for Extreme Programming

2005-05-12 Thread Vincent Massol
Hi Simon, I guess it depends what you want from the book. If you're purely interested in Maven I would choose a book dedicated to Maven :-) If you're interested in knowing about the other tools too I'm sure it's an excellent book. I have to admit I'm biased here as I'm the author of "Maven: A Dev

Re: Professional Java Tools for Extreme Programming

2005-05-12 Thread Guillaume Laforge
On 12/05/05, Vincent Siveton <[EMAIL PROTECTED]> wrote: > If you could wait for some weeks, here is the new Vincent Massol's book: > http://www.oreilly.com/catalog/mavenadn/index.html > (available mid-June) I reviewed Vincent's book, and I can tell you it's worth the wait ;-) -- Guillaume Laforg

RE: Professional Java Tools for Extreme Programming

2005-05-12 Thread Vincent Siveton
Hi, If you could wait for some weeks, here is the new Vincent Massol's book: http://www.oreilly.com/catalog/mavenadn/index.html (available mid-June) Cheers, Vincent > -Original Message- > From: Richardson, Simon (Treasury) [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 12, 2005 8:03 AM

Professional Java Tools for Extreme Programming

2005-05-12 Thread Richardson, Simon (Treasury)
I am looking for a text on Maven and came across the following "Professional Java Tools for Extreme Programming", does anyone have a view on whether this would be a suitable book to learn from - it only has 1 chapter on Maven. Simon "MMS " made the following annotations. -

Professional Java Tools for Extreme Programming

2005-05-12 Thread Richardson, Simon (Treasury)
I am looking for a text on Maven and came across the following "Professional Java Tools for Extreme Programming", does anyone have a view on whether this would be a suitable book to learn from - it only has 1 chapter on Maven. Simon "MMS " made the following annotations. -

Re: Unsatisfied dependencies

2005-05-12 Thread Arik Kfir
As long as you work offline, Maven will not download the required dependency. Try removing the "-Dmaven.online.mode=false" and it will download it. Once it was download you can resume working in offline mode. Cheers, Arik. On 5/12/05, Richardson, Simon (Treasury) <[EMAIL PROTECTED]> wrote: >

Re: Unsatisfied dependencies

2005-05-12 Thread Nicolas Chalumeau
> > The error message I get is as follows: > > > The build cannot continue because of the following unsatisfied dependencies: > > commons-jelly-tags-antlr-20030211.143720.jar > antlr-2.7.2.jar > > > The command I'm running is as follows: > > maven -p project.xml -Dmaven.mode.online=f

Re: Unsatisfied dependencies

2005-05-12 Thread Gisbert Amm
Richardson, Simon (Treasury) wrote: The error message I get is as follows: The build cannot continue because of the following unsatisfied dependencies: commons-jelly-tags-antlr-20030211.143720.jar antlr-2.7.2.jar The command I'm running is as follows: maven -p project.xml -Dmaven.mode.onl

Unsatisfied dependencies

2005-05-12 Thread Richardson, Simon (Treasury)
I'm looking to migrate our projects from Ant / Anthill to Maven and have tried the 10 minute test. 2 hours later I still haven't managed to get past an "unsatisfied dependency" issue. The error message I get is as follows: The build cannot continue because of the following unsatisfied depen

Unsatisfied dependencies

2005-05-12 Thread Richardson, Simon (Treasury)
I'm looking to migrate our projects from Ant / Anthill to Maven and have tried the 10 minute test. 2 hours later I still haven't managed to get past an "unsatisfied dependency" issue. The error message I get is as follows: The build cannot continue because of the following unsatisfied depen

RE: [m2] how to exclude compile time only jars from .war?

2005-05-12 Thread Adam Hardy
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > > On 5/12/05, Adam Hardy <[EMAIL PROTECTED]> wrote: > > I think even I can answer this one (unless M2 has changed radically > > from > > M1) > > M2 has changed radically from M1 :) > Hmm. Even more extreme than I ha

RE: [m2] non-distributable jars

2005-05-12 Thread Simon Matic Langford
I've got it checked out, where can I find the info on how to use (or just tell me what target, I can prob work out the rest) I'll see if any are missing, I must be using the wrong names... thanks simon > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: 12 May

Re: [m2] how to exclude compile time only jars from .war?

2005-05-12 Thread Brett Porter
On 5/12/05, Adam Hardy <[EMAIL PROTECTED]> wrote: > I think even I can answer this one (unless M2 has changed radically from > M1) M2 has changed radically from M1 :) Chalermpong, this isn't currently possible - please file a JIRA issue and we can get it done soon. Sorry for the inconvenience - h

Re: [m2] non-distributable jars

2005-05-12 Thread Brett Porter
yes, in alpha-2 (out Friday) - it also gives instructions. You can build from SVN if you are in a hurry, the core is stable. The non-dist JARs should have POMs though - see the JDBC POM in the maven2 repo for an example. Let us know if any are missing. - Brett On 5/12/05, Simon Matic Langford <[

Re: Dashboard plugin with multiproject independent navigation

2005-05-12 Thread Wim Deblauwe
I added all information in JIRA: http://jira.codehaus.org/browse/MPDASHBOARD-24 On 5/12/05, Wim Deblauwe <[EMAIL PROTECTED]> wrote: > Hi, > > found how to do it, but I don't know how to create a patch and I don't > have CVS. Can somebody create a patch out of this? > > In dashboard.jsl, in : >

Re: Dashboard plugin with multiproject independent navigation

2005-05-12 Thread Wim Deblauwe
Hi, found how to do it, but I don't know how to create a patch and I don't have CVS. Can somebody create a patch out of this? In dashboard.jsl, in : In plugin.jelly, u

Re: [m2] how to exclude compile time only jars from .war?

2005-05-12 Thread Chalermpong Chaiyawan
Hi, Thanks for your response but unfortunately, I got this error TEXT must be immediately followed by END_TAG and not START_TAG (position: START_TAG seen ...\n ... Any idea? Thanks in advance. Regards, Chalermpong Chaiyawan Adam Hardy wrote: I think even I can answer this one (unless M2

RE: [m2] how to exclude compile time only jars from .war?

2005-05-12 Thread Adam Hardy
I think even I can answer this one (unless M2 has changed radically from M1) servletapi servletapi 2.3 jar false > -Original Message- > From: Chalermpong Chaiyawan [mailto:[EMAIL PROTECTED] > Sent: 12 May 2005 10:18 > To: Maven User

Re: Dashboard plugin with multiproject independent navigation

2005-05-12 Thread Wim Deblauwe
Just tried it but it does not work. It uses the pom.url of the master project, not of the subprojects. Any idea on how I can access those? regards, Wim On 5/12/05, Vincent Massol <[EMAIL PROTECTED]> wrote: > Hi Wim, > > Yes, this is a known limitation (I've only used aggregate multiprojects an

[m2] how to exclude compile time only jars from .war?

2005-05-12 Thread Chalermpong Chaiyawan
Hi, In maven2, is there a way to exclude compile time only jars file from .war file? I created web project using command $ m2 archetype:create -DgroupId=[gid] -DartifactId=[aid] -DarchetypeArtifactId=maven-archetype-webapp I created a simple servlet in the src/main/java directory. I add a dep

[m2] non-distributable jars

2005-05-12 Thread Simon Matic Langford
is there a handy utility anywhere in maven or one of the plugins which will install a non-distributable jar in your local repo with a basic pom and relevant md5's? thanks simon The information contained in this e-mail is intended only for the person or entity to which it is addressed and may c

RE: Dashboard plugin with multiproject independent navigation

2005-05-12 Thread Vincent Massol
Hi Wim, Yes, this is a known limitation (I've only used aggregate multiprojects and thus have only implemented this one...). If you can submit a patch with a test (through JIRA) I could apply it. Thanks -Vincent > -Original Message- > From: Wim Deblauwe [mailto:[EMAIL PROTECTED] > Sent:

RE: Dashboard plugin with multiproject independent navigation

2005-05-12 Thread Vincent Massol
Hi Wim, Yes, this is a known limitation (I've only used aggregate multiprojects and thus have only implemented this one...). If you can submit a patch with a test (through JIRA) I could apply it. Thanks -Vincent > -Original Message- > From: Wim Deblauwe [mailto:[EMAIL PROTECTED] > Sent:

Dashboard plugin with multiproject independent navigation

2005-05-12 Thread Wim Deblauwe
Hi, the Dashboard plugin seems to assume that the maven.multiproject.navigation property is set to 'aggregate', becuase the links that are generated are like this: Notice the use of maven.multiproject.aggregateDir. But when 'independent

RE: [m2] - how to use scm

2005-05-12 Thread Stéphane Nicoll
Is there a list of 'wanted' plugins? Cheers, Stéphane -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Thursday, May 12, 2005 7:30 AM To: Maven Users List; [EMAIL PROTECTED] Subject: Re: [m2] - how to use scm > It seems that there is no maven-scm-plugin-1.0-SNAPSHO

Re: [m2] - how to use scm

2005-05-12 Thread Brett Porter
It is intended to shortly do up a matrix of m1 vs m2 plugins If you have additional ones you want, I'd suggest placing a JIRA request. However, the policies on plugins are the same - we hope that projects will host them themselves so they can keep in sync with their own codebases. HTH, Brett On

Maven commenting standard

2005-05-12 Thread vijayakumar.lakshmanan
Hi, Maven as such has any commenting guidelines ?? Thanks and Regards, Vijayakumar L Confidentiality Notice The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidentia