projectEndings / staticSearch

A codebase to support a pure JSON search engine requiring no backend for any XHTML5 document collection
https://endings.uvic.ca/staticSearch/docs/index.html
Mozilla Public License 2.0
46 stars 21 forks source link

Remove reliance on ant-contrib #286

Closed sydb closed 3 months ago

sydb commented 4 months ago

Address issue #260 not by including ant-contrib, but rather by removing any need for it. Not very thoroughly tested, but it seems to work. I ran just ant, and that worked. I also tested my current staticSearch project with this branch, and after I removed the declaration of $verbose from my config file, it worked. I am sure there is more testing that should be done, just don’t know what it would be off the top of my head.

sydb commented 4 months ago

Oh. Well, I do not even really know what that page is, but there is pretty obviously a copy-and-paste error on line 347 that would have caused it problems. Fixed in 62b3985.

martindholmes commented 4 months ago

Just tested, and still no search-debug.html file.

martindholmes commented 3 months ago

@sydb We've resolved issue #260 by including ant-contrib in the repo itself, so I'm going to close this.