Re: Documentation on navigation.xml & tasks.xml

2003-06-11 Thread Martin Skopp
On Wed, 2003-06-11 at 18:35, Colin Kilburn wrote: > 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, Link comes from http://maven.apache.org/start/anakia.html but IMHO there should also be a link from h

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 us

RE: Problem with bew Checkstyle plugin

2003-06-11 Thread Vincent Massol
BTW, I've just looked at the jdepend jelly and I can't understand how the jdepend plugin would use Antlr! -Vincent > -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 > > an

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 Message--

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 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 tag? ??? - Original Message - From: "FrancisJones, Richard" <[EMAIL

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 n

Re: Jeez / werkz tag lib documentation - where?

2003-06-11 Thread Incze Lajos
On Wed, Jun 11, 2003 at 10:31:42PM +0200, Paul Libbrecht wrote: > 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-tar

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 Incze Lajos
On Wed, Jun 11, 2003 at 09:00:48AM +0200, Kai Lilleby wrote: > Does any one know where to find werkz tag documentation? > The links in http://maven.apache.org/reference/user-guide.html seem to be > broken. > > -- > Kai Lilleby > > mob: 930 22 179 > [EMAIL PROTECTED] > www.syst

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 o

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 http://m

Re: Accessing nested dependencies ?

2003-06-11 Thread Alex Vollmer
The only way I've figured out how to do this is take that dependency name and cobble-together a path to that project's 'project.xml' and then invoke it with the reactor tag with no 'goals' attribute specified, but with the 'postProcessing' tag set to 'true'. Then you can access the POM object o

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 ---

Accessing nested dependencies ?

2003-06-11 Thread Paul Libbrecht
Hi, I fear this may have been answered or asked about already... The current dependency object I get from jelly seems to be an object that does not provide me access to its project. What should I use for this ? Do I mistake or the dist goals don't walk dependencies of dependencies ? Fo

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 1

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

2003-06-11 Thread dion
This line is a give away: Caused by: java.lang.IllegalArgumentException: repository connection string contains less than six tokens -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Work: http://www.multitask.com.au "FrancisJones, Richard" <[EMAIL PROT

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 ther

RE : checkstyle issue...

2003-06-11 Thread Nicolas FRANK
Ok, as often, I just found my issue... It was the changes.xml file that contains some é and è... Do you know if this can of problem is going to be fixed (or is already fixed ?) -Message d'origine- De : Nicolas FRANK Envoyé : mercredi 11 juin 2003 15:36 À : [EMAIL PROTECTED] Objet : checks

checkstyle issue...

2003-06-11 Thread Nicolas FRANK
What is very borring in maven (but maybe here this is more a checkstyle issue ?), is that if you have some non american caracteres (like éàçè...) you usally are in big trouble... especialy because you don't get from the plugin which file was in fault... I am using the Beta9 build, I know there r

Name of war-file

2003-06-11 Thread Marc Gemis
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 supposed to allow one to specify a war name with a version number ? thanks

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 : 3 ttna-security ttna . In another project element dependecy : tna+security tnasecurity

JXR Plugin valid URI characters

2003-06-11 Thread Ronald Blaschke
Hi! The JXR URI matching need a little rework. Currently, it says CodeTransform.java: /** * Specify the only characters that are allowed in a URI besides alpha and * numeric characters. */ public final static char[] VALID_URI_CHARS = {'?', '+', '%', '&', ':', '/', '.', '@

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. N

Jeez / werkz tag lib documentation - where?

2003-06-11 Thread Kai Lilleby
Does any one know where to find werkz tag documentation? The links in http://maven.apache.org/reference/user-guide.html seem to be broken. -- Kai Lilleby mob: 930 22 179 [EMAIL PROTECTED] www.systemfabrikken.no -

xmlns reference to maven-project.xsd

2003-06-11 Thread Christian Clausen
Hi, Does anybody know the correct HTTP location of the file maven-project.xsd? I'm asking because I would like to have the correct xmlns reference in the my project.xml files. (The answer depends on the POM version, I guess.) - Christian -

Please help - Overriding Mavenized Project Structure

2003-06-11 Thread vipul vij
Hi list, I have exhausted my mission on searching in the mailing list. One very short question: How can I overide the default location (doesn't have to all of the files) of the project.xml, project.properties, jdpend-frames.xsl, maven.xml and the generated maven.log and velocity.log files f

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/ htt