This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
eh?
- To: java at gcc dot gnu dot org
- Subject: eh?
- From: Tony Kimball <alk at pobox dot com>
- Date: Fri, 20 Apr 2001 16:21:55 -0500 (CDT)
- Reply-To: alk at pobox dot com
CLASSPATH="/home/tony/w/Swarmcast/Foreign/jars/fhm102.jar:/home/tony/w/Swarmcast/Foreign/jars/concurrent.jar:/home/tony/w/Swarmcast/Foreign/jars/log4j.jar:/home/tony/w/Swarmcast/build/jars/jaxp.jar:/home/tony/w/Swarmcast/build/jars/parser.jar:/home/tony/w/Swarmcast/ALC/src:/home/tony/w/Swarmcast/Common/src:/home/tony/w/Swarmcast/FEC/src:/home/tony/w/Swarmcast/Swarmcode/src" gcj -g -fno-bounds-check -o obj/FECFileTest.o -c ../../FEC/tests/FECFileTest.java
../../FEC/tests/FECFileTest.java:2: warning: Source file for class `com.swarmcast.fec.io' is newer than its matching class file. Source file used instead
What is this? Was it formerly (secretly!) using the .class file
instead of the .java file that I specifically, explicitly asked it to
use on the command line?
Is that a feature or a bug?