Re: using javadoc overview and maven plugin

2006-08-24 Thread Robbie Minshall
-javadoc-overview-and-maven-plugin-tf2110480.html#a5860779 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- * * * Charlie

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

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 franz see
? I'm using 2.1-SNAPSHOT and I don't think I've encountered your problem. Cheers, Franz -- View this message in context: http://www.nabble.com/using-javadoc-overview-and-maven-plugin-tf2110480.html#a5860779 Sent from the Maven - Users forum at Nabble.com

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 build plugins plugin

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

Re: using javadoc overview and maven plugin

2006-08-16 Thread franz see
, 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.html#a5843888 Sent from the Maven - Users forum at Nabble.com

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

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 : build plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-javadoc-plugin/artifactId configuration