having trouble with existing CVS project [message #6493] |
Sat, 26 April 2003 18:18  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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.
>
|
|
|
Powered by
FUDForum. Page generated in 0.21126 seconds