I'm using Sphinx for some software documentation because it seems to work really well... but my project is a Java project and I would like to run Sphinx from an Ant script.
Has anyone written a custom Ant task to call Sphinx?
No on the sphinx specific question.
However (you probably already know this): You can run practically any program, especially any command line application, using ant's exec
task.