what version are you referring to? javadoc is slow yes, and that was one of the goals of xjavadoc, to improve the efficiency of that part of the process.
are you referring to cvs, or a release? cheers dim ----- Original Message ----- From: "Bart Guijt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 28, 2002 10:23 AM Subject: [Xdoclet-devel] [RT] Persisting parsed data? Hi, The parsing task of (x)javadoc takes a long time. It parses all files passed in and then some subtasks (e.g. remoteInterface) decide to generate files by comparing last modified dates. However, it seems that the parsing part takes the most time and I think it would be very worthwile to optimize the parsing part by loading already parsed data. xjavadoc simply reads all javadoc data, persists this and whenever a sourcefile is to be parsed again, xjavadoc checks the persisted data to decide whether to parse and so only parses changed sourcefiles. A little like JavaMake does, I guess. Are there any thoughts on this? Ciao, BG _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
