Re: using javadoc overview and maven plugin

2006-08-24 Thread Robbie Minshall
> ${basedir}/src/main/java/overview.html > > > > > > --> javadoc: error - Error while reading file C:working > uscany07252006javasamplessdo/src/main/java/overview.html > > Robbie John. Good day to you, Robbie, Curious, what

Re: using javadoc overview and maven plugin

2006-08-17 Thread franz see
le C:working > uscany07252006javasamplessdo/src/main/java/overview.html > > Robbie John. Good day to you, Robbie, Curious, what maven-javadoc-plugin are you using? I'm using 2.1-SNAPSHOT and I don't think I've encountered your problem. Cheers, Franz -- View this mes

Re: using javadoc overview and maven plugin

2006-08-17 Thread Nick Veys
That sure sounds like a bug to me, if any of those should work it'd be the basedir one. I'd file it. On 8/17/06, Robbie Minshall <[EMAIL PROTECTED]> wrote: My current conclusion: Definately want to use a relative path or else this will obviously break builds left and right. Using the ${basedir

Re: using javadoc overview and maven plugin

2006-08-17 Thread Robbie Minshall
My current conclusion: Definately want to use a relative path or else this will obviously break builds left and right. Using the ${basedir} looks like it will work nicely. However, right now it seems that the javadoc plugin is not replacing backslashes with slashes. I have put various configura

Re: using javadoc overview and maven plugin

2006-08-16 Thread Nick Veys
On 8/16/06, Robbie Minshall <[EMAIL PROTECTED]> wrote: Attempting to set the overview page for javadoc relative to the working directory : Using the ${basedir} almost works and probably would on a unix environment but on windows I get : C:working uscany07252006javasamplessdo/src/main

Re: using javadoc overview and maven plugin

2006-08-16 Thread franz see
lugin automatically replaces those backslashes with slashes. Also, it is recommended that you use a relative path to maintain portability of the project ^_^ Cheers, Franz -- View this message in context: http://www.nabble.com/using-javadoc-overview-and-maven-plugin-tf2110480.ht

Re: using javadoc overview and maven plugin

2006-08-16 Thread Robbie Minshall
Attempting to set the overview page for javadoc relative to the working directory : Using the ${basedir} almost works and probably would on a unix environment but on windows I get : C:working uscany07252006javasamplessdo/src/main/java/overview.html So it looks as it the javadoc plugin

RE: using javadoc overview and maven plugin

2006-08-16 Thread Peter . Pilgrim
> -Original Message- > From: Robbie Minshall [mailto:[EMAIL PROTECTED] ==== > > I am calling the javadoc plugin from within a pom.xml file like so : > If you cant use a relative path. Have you tried a Maven POM properties > > > > org.apache.maven.plugins >

using javadoc overview and maven plugin

2006-08-15 Thread Robbie Minshall
Hello. I am calling the javadoc plugin from within a pom.xml file like so : org.apache.maven.plugins maven-javadoc-plugin c:\\working\\tuscany07252006\\java\\samples\\sdo\\src\\main\\java\\overview.html I would like to specify a relative p