Re: parallel targets

2008-11-03 Thread Markus Ueberall
Hi, you could try the following (compare the outputs of "ant task1 task2" and "ant parallel"): Bad luck. Hello, world. Ad astra, Markus car_car_car

Combining output from multiple javadoc tasks?

2008-10-24 Thread Markus Ueberall
Hi, Using a bridge/factory/adapter pattern combination, I'm facing the problem to combine the output from multiple javadoc tasks so that all backend-specific classes show up in the main index. While compiling the classes for the different backends works flawlessly using the first template belo