Bugs item #1505560, was opened at 2006-06-13 12:57
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=1505560&group_id=44253
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Project Facility
Group: None
Status: Open
Resolution: None
Priority: 9
Submitted By: Dan Smith (dlsmith)
Assigned to: Nobody/Anonymous (nobody)
Summary: Inconsistent use of project root in classpath
Initial Comment:
To reproduce:
- Create a new project Proj. Set the working directory and the project
root to some directory Proj.
- Create a new file "SomeClass.java". Define it in package "pkg". Save it
in location "Proj/src/pkg".
- Compile. Compilation succeeds.
- Type "SomeClass c" in the interactions. An "Undefined class" error
occurs. The interactions classpath contains "Proj", but not "Proj/src".
I don't know if the intended behavior is to allow the source root to be a
subdirectory of the root (as is done during compilation), or to force it to
be the same (as is done in the interactions pane). But that choice should
be consistent.
Other operations that depend on a classpath (like Javadoc) should be
made consistent as well.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1505560&group_id=44253
|