Re: maven xdoc plugin

2003-07-03 Thread Martin Skopp
On Thu, 2003-07-03 at 12:25, Chris Rafferty wrote: I would like to suggest a simple enhancement to maven xdoc plugin, could the following line (262): Chris, enhancements/bugs are tracked by http://jira.codehaus.org/ Would be the easiest for the developers when you create a issue there...

Re: AW: empty javadoc

2003-07-03 Thread Juergen Heidak
There's a line saying /home/.../de/sourcepark/utilities doesnt contain any package. Maybe you have your source directory is set to /home/.../projekte/kato/utilities/de/sourcepark/utilities instead of /home/.../projekte/kato/ ? Am Don, 2003-07-03 um 13.46 schrieb Kristine Weissbarth: this is

javadoc links

2003-07-03 Thread Kristine Weissbarth
hi again, I got my javadocs build successfully, but now I'm a bit confused about the linking. The Javadoc Link in the navigation of my maven generated projects website links to '...project/apidocs/index.html'. Within the jdepend reports there is a link to the javadoc too and this one is

RE: nested errors

2003-07-03 Thread David Liles
I'm not sure which version we have... below is how I'm referencing it: dependency idj2ee/id version1.0/version properties war.bundle.jartrue/war.bundle.jar /properties /dependency Where can I locate just the j2ee.jar file? -Original Message- From: Luke Taylor

current mechanism for non-distributable jars

2003-07-03 Thread James Macgill
Hi I'm about to add code to the project which I work on which depends on jars which can't be re-distributed by us. (Some Oracle drivers that are free to download, but only from Oracle directly) I remember that in the past Maven supported a file called: non-distributable-jars.list which could

Re: nested errors

2003-07-03 Thread Luke Taylor
David Liles wrote: I'm not sure which version we have... below is how I'm referencing it: dependency idj2ee/id version1.0/version properties war.bundle.jartrue/war.bundle.jar /properties /dependency Where can I locate just the j2ee.jar file? If the file is in your repository, then you must

Werkz Documentation

2003-07-03 Thread Todd Feather
Hi All, I was just wondering if there is documentation anywhere on the base werkz tag library from Jelly that seems to form the basis for a lot of functions in Maven. Being a new user, I was trying to get my weblogic ejb compile to work with my build and I knew what I wanted to accomplish and

RE: Werkz Documentation

2003-07-03 Thread Todd Feather
Jason, Thanks very much for your synopsis on the base tags that Maven uses. Even that much helps quite a bit on how to work with Maven. And, maybe I'll pull together a page on it next week that lays things out so they are quicker to find. --Todd -Original Message- From: Jason van Zyl

RE: Replacing tags in xdocs

2003-07-03 Thread Tim Anderson
Worked out a way to do it, but its not pretty, e.g: preGoal name=xdoc:transform ant:mkdir dir=${maven.docs.src}/ ant:copy todir=${maven.docs.src} ant:fileset dir=${xdoc.dir} ant:include name=**/*.xml/ /ant:fileset ant:filterset ant:filter token=VERSION