[ 
https://issues.apache.org/jira/browse/LUCENE-9321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17088034#comment-17088034
 ] 

Dawid Weiss commented on LUCENE-9321:
-------------------------------------

When you scan for *.xsl there are literally two files there: site/index.xsl 
(and online-link.xsl). I think most of the XSLT processing is to substitute 
arguments:
{code}
  <xsl:param name="buildfiles"/>
  <xsl:param name="version"/>
  <xsl:param name="luceneJavadocUrl"/>
  <xsl:param name="solrGuideVersion"/>
{code}

and then process certain XML files passed in {{buildfiles}}.

I'm pretty sure it can be done from gradle... a good question is whether it has 
to be done with xslt which smells only marginally newer than cobol :) 

If you can leave it out I may take a look; can't promise a timeline because the 
world is fairly crazy at the moment.

> Port documentation task to gradle
> ---------------------------------
>
>                 Key: LUCENE-9321
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9321
>             Project: Lucene - Core
>          Issue Type: Sub-task
>          Components: general/build
>            Reporter: Tomoko Uchida
>            Assignee: Tomoko Uchida
>            Priority: Major
>
> This is a placeholder issue for porting ant "documentation" task to gradle. 
> The generated documents should be able to be published on lucene.apache.org 
> web site on "as-is" basis.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to