|
Lucene example source code file (dtddocbuild.xml)
The Lucene dtddocbuild.xml source code
<?xml version="1.0"?>
<project name="DTDDocAnt" default="main">
<import file="../contrib-build.xml"/>
<description>
This file generates DTDdocumentation
</description>
<!-- Tell ant where to find the code of the DTDDoc task.
Set dtddoc.home property to the directory where DTDdoc is installed on your system
-->
<taskdef name="DTDDoc"
classname="DTDDoc.DTDDocTask"
classpath="${dtddoc.home}/DTDDoc.jar"/>
<!-- Execute DTDDoc -->
<target name="main">
<DTDDoc showHiddenTags="false"
showFixmeTags="false"
sourceDir="."
destDir="docs"
docTitle = "Lucene XML Query syntax">
<include name="*.dtd"/>
</DTDDoc>
</target>
</project>
Other Lucene examples (source code examples)Here is a short list of links related to this Lucene dtddocbuild.xml source code file: |
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.