PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2958 *** shadow/2958 Wed Aug 1 20:13:37 2001 --- shadow/2958.tmp.3612 Wed Aug 1 20:13:37 2001 *************** *** 0 **** --- 1,17 ---- + +============================================================================+ + | Generalize build tools | + +----------------------------------------------------------------------------+ + | Bug #: 2958 Product: Ant | + | Status: NEW Version: 1.3 | + | Resolution: Platform: All | + | Severity: Enhancement OS/Version: All | + | Priority: Other Component: Core tasks | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + Ant is great but to replace make for most "standard" build environments, it needs a way to specify any compiler and targets, not just javac/jikes and *.java->class files. Several of our projects have C modules as well. A <compile> tag with an attribute for specifying javac or jikes or gcc or bcc would be useful. Then running ant would build whole systems containing java and C files for quicker deployment without the makefile hassles. \ No newline at end of file
