You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2004/12/10 16:47:58 UTC

DO NOT REPLY [Bug 29248] - Ant does not automatically parallelize independent targets.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29248>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29248





------- Additional Comments From mikehale@gmail.com  2004-12-10 16:47 -------
Make uses the -j option for parallel tasks.  From make --help:
-j [N], --jobs[=N]          Allow N jobs at once; infinite jobs with no arg.

I strongly agree with the first post that ant should be able to decide when
things could be run in parallel.  I like the idea of being able to turn
parallelization on and off at the command line because sometimes I care about
accurate log output more than I care about speed and sometimes I just want to
build something ASAP.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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