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/01/02 14:21:28 UTC

DO NOT REPLY [Bug 5641] - Built-in javac task doesn't do anything

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

Built-in javac task doesn't do anything

jain@gmx.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Built-in javac and javadoc  |Built-in javac task doesn't
                   |tasks don't do anything     |do anything



------- Additional Comments From jain@gmx.net  2002-01-02 05:21 -------
Thanks for your quick answer. The problem with javadoc was that I forgot to add 
a sourcefiles attribute. An error message like "BUILD FATAL ERROR: source or 
package must be specified" would certainly be helpfull, though this information 
can of course be figured out indirectly through the output of the javadoc 
program.

The javac task however still silently fails to do anything, unless I 
set "build.compiler" to "jikes". Clearing the output directory beforehand 
doesn't help. There is no error message even if I introduce an error into a 
source file. The task does however recognize how many files should be compiled. 

Since even deleting javac.exe from the %JAVA_HOME%\bin directory doesn't make a 
difference at all I suspect that Ant doesn't find javac.exe on my system, but 
doesn't dare tell me so. Strange, since it does find javadoc.exe. Any ideas?

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