This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
"source file newwer than class file" warning
- To: java-discuss at sourceware dot cygnus dot com
- Subject: "source file newwer than class file" warning
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Fri, 18 Feb 2000 15:52:37 +1300
This message seems to comes up whenever there is a .java file newwer than its
matching .class file. Even when calling "gcj -c *.java" or "gcj -C *.java".
Surely it should only be appearing only when compiling class files?
$ gcj -C *.java
Rule.java:245: warning: Source file for class `Constants' is newer than its
matching class file. Source file used instead
CommandElement.java:11: warning: Source file for class `Constants' is newer than
its matching class file. Source file used instead
[ bryce ]