DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10329>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10329 depends used in parallel not synchronized ------- Additional Comments From [EMAIL PROTECTED] 2002-06-28 23:30 ------- What do you mean, a call to "a"? Are you using <antcall> inside parallel to run tasks in parallel? Post the relevant snippet of your build file, please. I would advise you not to use parallel except in special cases such as deployment or execution of external code. Ant tasks make no guarantees about thread safety, and things like <javac> are not re-entrant when the underlying libs arent reentrant. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
