Re: using javadoc overview and maven plugin

2006-08-24 Thread Robbie Minshall
This was a known problem on the 2.0 beta 3 and was fixed in the 2.0version. thanks for all the help. Robbie On 8/17/06, franz see <[EMAIL PROTECTED]> wrote: On 8/17/06, Robbie Minshall <[EMAIL PROTECTED]> wrote: > > My current conclusion: > Definately want to use a relative path or else t

Re: using javadoc overview and maven plugin

2006-08-17 Thread franz see
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} looks like it will work > nicely. However, right now it seems that the javadoc plugin is not

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
Robbie Minshall 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/java/overview

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 >