Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » having trouble with existing CVS project
having trouble with existing CVS project [message #6493] Sat, 26 April 2003 18:18 Go to next message
Eclipse UserFriend
Originally posted by: jbarnett.stanford.edu

I have a CVS project that is set up like this:

ROOT
|
--> src
| |
| --> stuff (ie com.blah.blah.blah)
|
--> bin
| |
| --> more stuff
--> etc
| |
| --> config stuff
and so on.

Using eclipse 2.1 from debian unstable branch, I'm having trouble
importing this FROM CVS. All the data is imported correctly, but eclipse
is wanting to set up all my java source files as being
src.com.blah.blah.blah instead of just com.blah.blah.blah. I've done this
on another machine using eclipse2.0, but I can't seem to transfer that
configuration over without my eclipse project being "out of sync with
files on disk" or something like that. How do I tell eclipse to ignore
the src/ prefix?

Thanks,
-Joe

P.S. please CC: me in replies, thanks again.
Re: having trouble with existing CVS project [message #6681 is a reply to message #6493] Mon, 28 April 2003 03:40 Go to previous message
Eclipse UserFriend
Originally posted by: m_heisterberg.hotmail.com

My solution to this problem is to create the Project first with the "src"
folder set as a source folder (the problem stems from Eclipse not knowing
that the src folder in CVS is a source folder). When this is done check out
the project from CVS saying it is ok to replace the project. This normally
solves my problem.

lekkim

"joe barnett" <jbarnett@stanford.edu> wrote in message
news:b8f0k3$8ms$1@rogue.oti.com...
> I have a CVS project that is set up like this:
>
> ROOT
> |
> --> src
> | |
> | --> stuff (ie com.blah.blah.blah)
> |
> --> bin
> | |
> | --> more stuff
> --> etc
> | |
> | --> config stuff
> and so on.
>
> Using eclipse 2.1 from debian unstable branch, I'm having trouble
> importing this FROM CVS. All the data is imported correctly, but eclipse
> is wanting to set up all my java source files as being
> src.com.blah.blah.blah instead of just com.blah.blah.blah. I've done this
> on another machine using eclipse2.0, but I can't seem to transfer that
> configuration over without my eclipse project being "out of sync with
> files on disk" or something like that. How do I tell eclipse to ignore
> the src/ prefix?
>
> Thanks,
> -Joe
>
> P.S. please CC: me in replies, thanks again.
>
Previous Topic:javax.servlet.http.HttpServlet as a superclass
Next Topic:Cannot set HTTP proxy
Goto Forum:
  


Current Time: Wed Apr 30 21:10:35 EDT 2025

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

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

Back to the top