On Tuesday 11 November 2003 17:04, Stephen McConnell wrote:
> Steven Harris wrote:
> > Who is generating
>
> Its a result of the launch of the site goal with maven.  Maven normally
> uses its own site.jsl file - but that keeps changing ever time Maven
> does a release.  By setting project properties we can tell maven to use
> a project specific site.jsl - in this case its the
> /meta/site/etc/site.jsl document.  To modify the value you should take a
> peek inside the maven.xml document in the root avalon/meta directory.
> You will find a property statement that looks like:
>
>   <ant:property name="maven.xdoc.jsl"
> value="file:/${basedir}/../site/etc/site.jsl"/>

value="file:///${basedir}/../site/etc/site.jsl"/>

If I am not mistaken, too many slashes are handled ok...

1 slash = Ok, but non-standard
2 slashes = Hostname
3 slashes = Standard Local.

Niclas

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

Reply via email to