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]
Other format: [Raw text]

Re: Changed .h files after maintainer build


Tom Tromey wrote:
> >>>>> "Marco" == Marco Trudel <mtrudel@gmx.ch> writes:
> 
> Marco> Anyone forgot to commit them or does it look like a problem?
> Marco> With recent builds (around > 121200) I have new problems with
> Marco> JNI. Might be correlated... I'm currently trying to figure
> Marco> out the cause...
> 
> Yeah, I must have missed committing them.  Sorry about that.  Feel
> free to check them in.

The reason this happens is that there's no rule to force regeneration
of the headers, so you make your changes and test it but the headers
haven't been regenerated, so the next time someone does a clean build
after you committed it the updated headers appear.

Cheers,
Gary


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