Matt Benson wrote:
Has anyone ever noticed Ant running junit tests
exceedingly slowly, perhaps only in the case of
testsuites or nested testsuites? I am looking at a
testsuite that has about 600 child tests, which all
run in < 2 seconds in Eclipse's JUnit runner, but take
15-20 minutes in Ant.
Roman Gavrilov wrote:
What's the task for controlling X10 devices (via Fire Cracker)?
Regards,
Roman
Cruisecontrol uses a X10 API to access the X10 network via a fire
cracker module.
Have a look at http://cruisecontrol.sourceforge.net/main/configxml.html#x10
If you download cruisecontrol,
Steve Loughran wrote:
[EMAIL PROTECTED] wrote:
Hi ,
Would like to know , how to generate the PDF documentation
similar to what is found in ANT docs (appendix_e.pdf) .
The second step in this process, extracting information from the task
sources, can be done with the AntDoclet tool:
David wrote:
The only solution I know and works well is AntDoc. It is no so much
live project, but it is robust, even from the new ant version features.
You can find more information from the following web page:
http://antdoc.free.fr/
take the version 0.8g from 2003.10.01, bec
Hello,
i just wrote a bunch of project-specific ant tasks to use with our build
system. When it came to documentation, i searched for something similar
as JavaDoc is to java programmers.
Can somebody point me to a product that can automatically generate ant
task documentation (like in the ant