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?
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.