Re: custom site.jsl

2003-12-23 Thread Stephen McConnell
Rajeev Kaul wrote: I am trying to use a custom site.jsl for my project. If I try to use the following property to set it for my project: maven.xdoc.jsl=${basedir}/xdocs/site.jsl replace the above with maven.xdoc.jsl = ./xdocs/site.jsl Cheers, Steve. I get the following error during site

Re: custom site.jsl

2003-12-23 Thread Rajeev Kaul
Thank you! That worked. regards, Rajeev - Original Message - From: "Gilles Dodinet" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Tuesday, December 23, 2003 1:11 PM Subject: Re: custom site.jsl > perhaps you could try to add

Re: custom site.jsl

2003-12-23 Thread Gilles Dodinet
perhaps you could try to add the file: protocol before the path : maven.xdoc.jsl=file:${basedir}/xdocs/site.jsl thats what i use and it used to work. -- gd Rajeev Kaul wrote: I am trying to use a custom site.jsl for my project. If I try to use the following property to set it for my project

custom site.jsl

2003-12-23 Thread Rajeev Kaul
I am trying to use a custom site.jsl for my project. If I try to use the following property to set it for my project: maven.xdoc.jsl=${basedir}/xdocs/site.jsl I get the following error during site generation: BUILD FAILED File.. file:/E:/maven/maven-1.0-rc2/plugins/maven-xdoc-plugin-1.5