relative path problems with xml entities

2003-10-10 Thread Dolf Starreveld
I've had a project (multi project) with a single parent project setup for a while and working fine with rc1 under Linux. Now I moved to Windows (temp) and suddenly the build failed. I tracked it down to a declaration of an external SYSTEM entity at the top of the project.xml. If I commented out

xdoc plugin text mangling problem

2003-10-07 Thread Dolf Starreveld
In several of the html files produced from .xml files using the xdoc plugin I get mangled output. Let me give an example. Inside the .xml: g fg fg fg fgs dfg dfgdfghfa dfh dh adh adfh dfh adh adh dh technology adsasfa fa g ga ga ga ga gaga the output contains many spaces (velocity/jelly I presum

Re: id/groupId/artifactId confusion/issue with multiproject

2003-10-06 Thread Dolf Starreveld
At 21:16 +0100 10/6/03, Andy Jefferson spoke thusly: I suppose I was confused then. Am I correct and understanding that there is no relationship between and the other two /? On Monday 06 Oct 2003 21:08, Dolf Starreveld wrote: I'm using multiproject plugin in a situation with one

id/groupId/artifactId confusion/issue with multiproject

2003-10-06 Thread Dolf Starreveld
I'm using multiproject plugin in a situation with one paren project aggregating documentation for several sub projects. It appears that the #foreach ($reactorProject) loop in navigation.xml does not list my sub projects if they do not have an tag in their projct.xml (although they do have a gro

Re: Multiproject dependency convergence question

2003-10-05 Thread Dolf Starreveld
Blog: http://blogs.codehaus.org/people/dion/ Dolf Starreveld <[EMAIL PROTECTED]> wrote on 04/10/2003 05:00:31 AM: Hi, I have a parent project with multiple sub projects. The parent projec.xml contains maven-multiproject-plugin in its reports section so I can generate the dependency

Re: How to change width of nav column? (xdoc)

2003-10-04 Thread Dolf Starreveld
, 2003 10:12 PM Subject: Re: How to change width of nav column? (xdoc) On Saturday 04 Oct 2003 01:14, Dolf Starreveld wrote: > At 16:57 -0700 10/3/03, Alexey Krasnoriadtsev spoke thusly: > > I could, but the drawback is that on every update of the plugin I > would have to do this

RE: How to change width of nav column? (xdoc)

2003-10-03 Thread Dolf Starreveld
-resources line 157 is what you would be interested in: -Original Message- From: Dolf Starreveld [mailto:[EMAIL PROTECTED] Sent: Friday, October 03, 2003 4:41 PM To: Maven Users List Subject: How to change width of nav column? (xdoc) I don't quite like the width of the nav colu

How to change width of nav column? (xdoc)

2003-10-03 Thread Dolf Starreveld
I don't quite like the width of the nav column as generated by default in the site docs. I know about navigation.xml (in fact I use it), but don't know what I can do there, or elsewhere, to modify it. Things I have tried or thought about: - Look for a maven.ui property that can do this. Not avai

Multiproject questions

2003-10-03 Thread Dolf Starreveld
I'm relatively new to Maven and multiproject, and I have the following questions that I would appreciate help with: I have a single "parent" project for the sole purpose of organization, it does not actually produce any artefacts, nor does it have dependencies. It does have many sub directories,

Multiproject dependency convergence question

2003-10-03 Thread Dolf Starreveld
Hi, I have a parent project with multiple sub projects. The parent projec.xml contains maven-multiproject-plugin in its reports section so I can generate the dependency convergence report. Because my sub projects inherit this project.xml the reports section gets inherited and all sub project's

Re: Eclipse plugin does not deal with artifact type

2003-10-02 Thread Dolf Starreveld
PSHOT plugin:download and then re-run maven eclipse? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Dolf Starreveld <[EMAIL PROTECTED]> wrote on 03/10/2003 01:29:39 PM: At 10:56 +1000 10/3/03, [EMAIL PROTECTED] spoke thusly: No, MAVEN_REPO is fine, but .tl

Re: Eclipse plugin does not deal with artifact type

2003-10-02 Thread Dolf Starreveld
ssage. Note that eclipse refers to both MAVEN_REPO, as well as extensions of it as "classpath variables". Dolf Starreveld <[EMAIL PROTECTED]> wrote on 03/10/2003 09:06:25 AM: I am using the eclipse plugin for a project in which project.xml lists a dependency on a tld artifact.

Eclipse plugin does not deal with artifact type

2003-10-02 Thread Dolf Starreveld
I am using the eclipse plugin for a project in which project.xml lists a dependency on a tld artifact. maven eclipse then generates a dependency on MAVEN_REPO/path/file.tld Arguable this has no value, but Eclipse also does not like it, producing "Unbound classpath variable" messages. Manually remov