Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Eclipse source folder v/s package name
Eclipse source folder v/s package name [message #164313] Mon, 01 December 2003 16:18 Go to next message
Eclipse UserFriend
Originally posted by: bahlrohit.hotmail.com

Using a cvs repostiory to make my project , following is the issue i have:
Every directory under the project is viewed as the package name.
The issue with this is that lets say under dev (partent project) i have
the structure:
src->|
|
-> java
|
|
-> taskA
|
|
->com
|
|
->spider
|
|
->application => HelloWorld.java

Also in HelloWorld.java I have the package name as com.spider.application
If i make new project, eclipse is intelligent to make src/java/taskA as
the source folder and com.spider.application as the java package.

BUT IF I HAVE IT LINKED TO CVS IT GOES CRAZY AND CONVERTS ALL THE SOURCE
FOLDERS ALSO INTO PACKAGE NAMES.
Disconnecting from CVS again corrects it.
Re: Eclipse source folder v/s package name [message #164765 is a reply to message #164313] Tue, 02 December 2003 12:58 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

That information is determined by the .classpath file, not CVS itself.
Do you have a different .classpath file when connected to CVS and when
not connected?

--
Thanks, Rich Kulp

Previous Topic:What's the best Struts/TomCat Plugin?
Next Topic:How to launch Eclipse's Preferences Dialog
Goto Forum:
  


Current Time: Tue May 13 13:47:29 EDT 2025

Powered by FUDForum. Page generated in 0.03039 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top