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 2002/09/03 18:32:20 UTC

DO NOT REPLY [Bug 11930] - Help make developers use ANT

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=11930>.
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=11930

Help make developers use ANT





------- Additional Comments From bodewig@apache.org  2002-09-03 16:32 -------
The concepts of Ant and make are too different to do what you describe IMHO.

<javac> will compile all files at once, you can do the equivalent of
Nisse.class: Nisse.java
   javac Nisse.java

but it would be painful and extremely slow.

I agree it would be a good thing to have a Ant guide for make users (but I don't
know make good enough to write one).  This guide probably have to explain the
differences more than a translation guide.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>