Re: ant precommit fails on .adoc files

2019-10-30 Thread Cassandra Targett
On Oct 29, 2019, 10:44 AM -0500, Shawn Heisey , wrote: > > I tried once to build a Solr package on Windows. It didn't work, > requiring tools that are not normally found on Windows. What I found > for this thread seems to indicate that the source validation for the ref > guide does not work

Re: ant precommit fails on .adoc files

2019-10-29 Thread Shawn Heisey
On 10/8/2019 5:37 PM, Chris Hostetter wrote: This is strange -- I can't reproduce, and I can't see any evidence of a change to explain why this might have been failing 8 days ago but not any more. On the master branch that I just updated, "ant clean precommit" fails. Looks like it had a

Re: ant precommit fails on .adoc files

2019-10-29 Thread johngqjiang
I have the same problem: validate-source-patterns: [source-patterns] Unescaped symbol "->" on line #46: solr/solr-ref-guide/src/analytics.adoc [source-patterns] Unescaped symbol "->" on line #55: solr/solr-ref-guide/src/analytics.adoc -- Sent from:

Re: ant precommit fails on .adoc files

2019-10-08 Thread Chris Hostetter
This is strange -- I can't reproduce, and I can't see any evidence of a change to explain why this might have been failing 8 days ago but not any more. Are you still seeing this error? The lines in question are XML comments inside of (example) code blocks (in the ref-guide source), which is

ant precommit fails on .adoc files

2019-09-30 Thread s_ge
Hi All I've checked out lucene-solr project, branch "branch_8x" When I run "ant precommit" at project root, I get these validation errors on "analytics.adoc" file. Has anyone seen these before, and if you knew of a fix? My env - windows 10 pro - jdk 1,8_221 - ant 1.10.6