On Sat, 2003-11-15 at 05:13, [EMAIL PROTECTED] wrote: > thnx rob > > i have try to run all this succesful > > but i can not see many debug capabilities. > > is it possible to have not the compiled classes but the source .java files > from an action or a gennerator or a transformer for example to set > breakpoints etc.? > > or is it possible to set break points otherway ?
It is theoretically possible. You could remove the jar files from the lib directory that you have the source code for, and moving the source files into the classes directory of the build in their correct packages. Then it should be possible. It would be a lot like reverse engineering though. It would be probably a lot easier to have a build script that included moving the sources into these packages instead of building jar files. Rod. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
