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.html
> 
> So it looks as it the javadoc plugin is picking up on the directory
> slashes
> as escape charactors.
> 
> Any thoughts ?
> 
> Robbie John
> 
> 

Good day to you, Robin,

You don't need to double your backslashes. Maven-javadoc-plugin
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.html#a5843888
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to