Re: Problem with changelog, Maven 1.0-beta-9

2003-06-11 Thread Ben Walding
What is the repository string you have specified in your project.xml? According to the error message, it does not have enough tokens. FrancisJones, Richard wrote: I'm having a problem getting the maven-changelog-plugin to work in beta-9. I checked the maven.log for details of the cvs commands

Using Maven [was Re: [WebMacro-user] WM Wishlist?]

2003-06-11 Thread Tim Pizey
On Wednesday 11 June 2003 6:17 am, Lane Sharman wrote: have you tried it, Tim? yes, I was really impressed with http://www.werken.com/ which got me going. see http://melati.paneris.net/ http://boards.paneris.net/ http://shopping.paneris.net/ http://jal.paneris.net/ http://rbr.paneris.net/

Cygwin / Proxy / Maven

2003-06-11 Thread Pablo Jejcic
Hello, Does anybody know about any issue with Maven on Cygwin using a proxy/firewall? Here is my problem: I have 2 machines, the first one is a Solaris box, in which I installed maven without problems, I configure the proxy in the build.properties file, and it is working perfect.

RE: How do define multiple jar files per one directory in the reposit ory.

2003-06-11 Thread KRÁLIK Vladimír
No, you haven't. For rnasecurity/project.xml you should set : project pomVersion3/pomVersion idttna-security/id groupIdttna/groupId . /project In another project element dependecy : dependecy

Re: Name of war-file

2003-06-11 Thread Marc Gemis
On 11-06-2003 14:27, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I've read the Documentation update thread, which ended in Jan 2003. I'm running 1.0 b9, but apparently there is no change in the behaviour of the war name generation. It's still ${pom.id}.war. Is the patch mentioned there

Re: Please help - Overriding Mavenized Project Structure

2003-06-11 Thread dion
For project.xml and maven.xml and project.properties, just put them in the Maven folder and run maven from that location -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Work: http://www.multitask.com.au vipul vij [EMAIL PROTECTED] wrote on

Documentation on navigation.xml tasks.xml

2003-06-11 Thread Moretti, Luciano (MED)
Hi- I'm probably overlooking it, but where is the documentation on how to use navigation.xml tasks.xml? I can't seem to find any reference to them besides in the following document- http://maven.apache.org/reference/dirlayout.html Thank you, Luciano Moretti

Re: Using Maven [was Re: [WebMacro-user] WM Wishlist?]

2003-06-11 Thread Lane Sharman
Tim Pizey wrote: On Wednesday 11 June 2003 6:17 am, Lane Sharman wrote: have you tried it, Tim? yes, I was really impressed with http://www.werken.com/ which got me going. I looked at the above site. Is some of the site maven generated? nice plug for maven below! -lane see

Re: Documentation on navigation.xml tasks.xml

2003-06-11 Thread Colin Kilburn
Hi Luciano, This will get you to the navigation.xml, I had bookmarked it because it took me an afternoon to find it. ... don't remember how or where, though: http://maven.apache.org/site.html Colin Moretti, Luciano (MED) wrote: Hi- I'm probably overlooking it, but where is the documentation

Re: Jeez / werkz tag lib documentation - where?

2003-06-11 Thread Paul Libbrecht
Why is that ? There is a documentation for each tag-library in Jelly and not for werkz, this has also surprised me. This looks to have to do with the fact that goals are handled somewhat differently (namely as ant-targets almost) in Maven and in Jelly... is it true ? Paul Incze Lajos wrote:

Re: Jeez / werkz tag lib documentation - where?

2003-06-11 Thread Paul Libbrecht
Incze Lajos wrote: I can't see where would be handled (except from that only plus tag) werkz differently in maven and jelly. Werkz simply don't have tag documentation. Well, tag-documentation in Jelly is run automatically from javadoc source-code using the XDoclet, so I see no reason why it's

RE: Problem with changelog, Maven 1.0-beta-9

2003-06-11 Thread FrancisJones, Richard
Thanks all for your help, I'd missed scm:cvs from the connection string. Caused by: java.lang.IllegalArgumentException: repository connection string contains less than six tokens what is in your project.xml in connection tag? repository connection???/connection /repository - Original

Re: Jeez / werkz tag lib documentation - where?

2003-06-11 Thread Incze Lajos
On Wed, Jun 11, 2003 at 11:25:31PM +0200, Paul Libbrecht wrote: Incze Lajos wrote: I can't see where would be handled (except from that only plus tag) werkz differently in maven and jelly. Werkz simply don't have tag documentation. Well, tag-documentation in Jelly is run

RE: Problem with bew Checkstyle plugin

2003-06-11 Thread Willie Vu
antlr plugin is the only place where antlrall-2.7.1.jar is used. I think maven-jdepend-plugin:report goal makes use of the antlr plugin and thus antlrall-2.7.1.jar is added to the classpath. Is it possible to upgrade antlr plugin to use antlr-2.7.2.jar? -- Willie Vu -Original

RE: Problem with bew Checkstyle plugin

2003-06-11 Thread Vincent Massol
-Original Message- From: Willie Vu [mailto:[EMAIL PROTECTED] Sent: 12 June 2003 04:54 To: 'Maven Users List' Subject: RE: Problem with bew Checkstyle plugin antlr plugin is the only place where antlrall-2.7.1.jar is used. I think maven-jdepend-plugin:report goal makes use of