From: SourceForge.net <no...@so...> - 2004-01-17 02:22:57
|
Bugs item #878667, was opened at 2004-01-17 02:22 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=878667&group_id=44253 Category: Javadoc integration Group: Annoying Status: Open Resolution: None Priority: 5 Submitted By: Charles Reis (csreis) Assigned to: Charles Reis (csreis) Summary: Suggested Javadoc dir invalid if unsaved Initial Comment: Story: User starts editing a new source file and has not yet saved. He clicks on the Javadoc button, which prompts him to save the file. He does so, either in the default location or in another directory. The Javadoc command then proceeds, asking him where to save the Javadoc. However, instead of suggesting a "doc" subdirectory of the file's location, it presents an empty string. Attempting to use this empty string causes an error message. Notes: This is actually two problems-- the suggested directory is computed before the file is saved, and an empty string causes a misleading error message. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=878667&group_id=44253 |