Hi,
This should fix it (I removed useless exclusion of excludes="extending.xml"
in second xslt and added the 3rd call :
<target name="docs-site" depends="init-docs" description="Generate
browsable HTML documentation in web-site format.">
<mkdir dir="${dest.docs}" />
<!-- The extending pages are rather out of date (and not linked from
elsewhere) -->
<xslt style="xdocs/stylesheets/website-style.xsl" basedir="${src.docs}"
destdir="${dest.docs}"
excludes="extending.xml" includes="*.xml">
<param name="relative-path" expression="." />
<param name="subdir" expression="" />
<param name="year" expression="${year}" />
</xslt>
<xslt style="xdocs/stylesheets/website-style.xsl"
basedir="${src.docs}/usermanual" destdir="${dest.docs}/usermanual"
includes="*.xml">
<param name="relative-path" expression=".." />
<param name="subdir" expression="usermanual" />
<param name="year" expression="${year}" />
</xslt>
<xslt style="xdocs/stylesheets/website-style.xsl"
basedir="${src.docs}/localising" destdir="${dest.docs}/localising"
includes="*.xml">
<param name="relative-path" expression=".." />
<param name="subdir" expression="usermanual" />
<param name="year" expression="${year}" />
</xslt>
<copy todir="${dest.docs}/images">
<fileset dir="${src.images}" excludes="logo.xcf,logo.svg"/>
</copy>
<copy todir="${dest.docs}/css">
<fileset dir="${src.css}"/>
</copy>
<echo level="info">Fixing EOL</echo>
<fixcrlf encoding="iso-8859-1" srcdir="${dest.docs}/"
includes="**/*.html" excludes="api/**" fixlast="false"/>
<echo level="info">Remove superfluos &amp;</echo>
<replace encoding="iso-8859-1" dir="${dest.docs}" includes="**/*.html"
token="&amp;" value="&"/>
<echo level="info">Removing unnecessary </br> tags</echo>
<replace encoding="iso-8859-1" dir="${dest.docs}/" includes="**/*.html"
token="</br>" value=""/>
<copy todir="${dest.docs}/demos">
<fileset dir="${src.demos}"/>
</copy>
<copy todir="${dest.docs}/usermanual">
<fileset file="${src.docs}/usermanual/*.pdf"/>
</copy>
<copy todir="${dest.docs}/extending">
<fileset file="${src.docs}/extending/jmeter_tutorial.pdf"/>
</copy>
<copy todir="${dest.docs}/">
<fileset file="${src.docs}/download_jmeter.cgi"/>
</copy>
</target>
On Sun, Mar 8, 2015 at 12:17 PM, Felix Schumacher <
[email protected]> wrote:
>
>
> Am 8. März 2015 12:03:45 MEZ, schrieb Milamber <[email protected]>:
> >
> >Sorry, bad removing/commit.
> >
> >They have a issue with localising page.
> >
> >This commit (from Philippe)
> >
> >URL: http://svn.apache.org/r1662840
> >Log:
> >Remove direct link to Localsation (anybody really reads this ?)
> >Add like to Get started (which contains precious information for
> >beginners and non beginners (command line options))
> >
> >Modified:
> > jmeter/trunk/xdocs/stylesheets/project.xml
> >
> >
> >is in conflict with the new website-style.xml from Felix.
> >
> >I think that the new website-style.xml don't generate the
> >localising/index.html.
> >
> >I search the solve...
> I will check in the change to genetate localising page.
>
> Felix
> >
> >
> >
> >
> >On 08/03/2015 10:25, [email protected] wrote:
> >> Author: milamber
> >> Date: Sun Mar 8 10:25:45 2015
> >> New Revision: 1664963
> >>
> >> URL: http://svn.apache.org/r1664963
> >> Log:
> >> Remove localising file (html version)
> >>
> >> Removed:
> >> jmeter/trunk/docs/localising/index.html
> >>
> >>
>
>
--
Cordialement.
Philippe Mouawad.