This is the mail archive of the java@gcc.gnu.org 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]

Re: eh?


Tony Kimball <alk@pobox.com> writes:

>   ../../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?

I don't believe it is referring to FECFileTest.java vs FECFileTest.class
but rather to some other class.. Is com.swarmcast.fec.io a class name or
a package name?  If the latter, then the error message is bad - it
should list a class name.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/~per/


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