Re: slow?

2006-12-21 Thread Daniel Lindner
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.

Re: X10 Task

2006-04-24 Thread Daniel Lindner
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,

Re: Generating PDF documentation .

2006-03-03 Thread Daniel Lindner
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:

Re: Special Ant-Javadoc for own tasks?

2006-02-21 Thread Daniel Lindner
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

Special Ant-Javadoc for own tasks?

2006-02-20 Thread Daniel Lindner
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