At 02:06 PM 9/22/00 -0500, Chuck Irvine wrote:
>Paul,
>
>I think you misunderstood my problem. Actually, I am using the +E option
>with Jikes and it wasn't Jikes that I was having a problem with. My
>problem is with javac compilations. Next-error doesn't seem to have
>problems finding/parsing the next error, but with determining the path
>(directory) to the source.
>
>Thought I should clarify so people won't think my problem got solved.
>Thanks!
I am sorry for not reading your message more carefully. javac generates
only the name of the source file containing the error. Thus, the compile
package can find the source file only if it is in the current directory. If
you are using the jde-compile command, this should be no problem because it
always compiles from the same directory as the source file in the soure
buffer. If you are using a makefile or are some compile command that you
have created that compiles from a directory other than the directory of the
source buffer, you could have problems.
- Paul