RE: fop and VAJ 3.5.3

2001-08-22 Thread COFFMAN Steven
FOP generates some java files from xml sources, so VAJ can't import from the src directory directly, since it thinks there are some missing java files. You might want to try importing from the build directory. Forte would probably have the same problems. -Steve -Original Message- From:

Re: fop and VAJ 3.5.3

2001-08-21 Thread Martin Roob
..you have to deselect the hook on the NullPointerException on the tab Exceptions in the VA Debugger. Otherwise, VA will stop in the debugger on every NPE, even if the NPE is handled later (which is the case in StringPool.ensureCapacity). Otherwise you have to press the resume button for about

Re: fop and VAJ 3.5.3

2001-08-21 Thread [EMAIL PROTECTED]
Martin, Thank you for you help, now it works. But i note that I got it only running in VAJ if I import the sources from build directory not from the src directory, and it seems that I need to run ant in advance of the import. The result is, that I actually do not debug (and possibly change)