options not honored on cvs checkout [message #143570] |
Thu, 19 February 2004 15:54  |
Eclipse User |
|
|
|
hello.
i'm using 3.0-M7 on linux+gtk. some background:
i have a CVS project laid out as follows:
myproject/src/com/foobar/my/package/source.java
in Windows->Preferences->Java->New Project i have selected:
Folders
Source folder name: src
Output folder name: bin
with this setup i'm having 2 issues:
=======================================================
1. when i check out myproject for cvs, i go to the java perspective and
have a hierarchy that looks like:
myproject
src.com.foobar.my.package
rather than:
myproject
src
com.foobar.my.package
if i right click on myproject, choose Properties->Java Build Path and look
at the Source tab, i see that indeed myproject/src is listed. that's good.
i click OK and magically, the hierarchy changes to the expected:
myproject
src
com.foobar.my.package
shouldn't this be automatic?
===========================================================
2. myproject depends on 2 projects, projdep1 and projdep2 (i've verified
that these are listed in myproject's .project file). i have projdep1 and
projdep2 in my workspace, compiled and ready to go. then i do a CVS
checkout of myproject, and switch to the java perspective, right click
myproject and look at Properties->Java Build Path->Projects. both projdep1
and projdep2 are listed, but neither is selected as "Required projects on
the build path".
shouldn't this be automatic?
============================================================
should i file bugs on either of these two issues? are they known problems?
thanks.
nall.
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.06853 seconds