>> > Of particular concern is logging: your logger must be able to deal 
>with the
>> > fact that you have projects running in parallel or your 
>logs will be 
>an
>> > incomprehensible jumble.
>> 
>> Thanks for the tip! Prefixing logging lines, and/or writing to
>> separate log files per project look like reasonable options here. Was
>> your solution something like this? (if you can say :)
>
>I can't (yet) talk about the details of our solution; sorry.


Regarding to logging I thought about prefexing with the target name, but
havent implemented it in the ParallelExecutor.

Regarding the Java version - it depends if it should be in th Ant core
(JDK 1.3 ATM) or external (like the sandbox). In the later case you are
free to use any version. Just put a note in the readme.


Jan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to