This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

"source file newwer than class file" warning


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 ]



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]