Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » CVS - src/bin
CVS - src/bin [message #13880] Mon, 05 May 2003 16:44 Go to next message
john is currently offline johnFriend
Messages: 27
Registered: July 2009
Junior Member
I've set new project parameters to have source and output locations of
src and bin, respectively.
(Windows -> Preferences -> New Project -> folders)

However, when I Checkout as... from the CVS repository perspective, it
does not create these divisions?

How can I accomplish this?
Re: CVS - src/bin [message #14650 is a reply to message #13880] Tue, 06 May 2003 08:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

jda wrote:

> I've set new project parameters to have source and output locations of
> src and bin, respectively.
> (Windows -> Preferences -> New Project -> folders)
>
> However, when I Checkout as... from the CVS repository perspective,
> it does not create these divisions?
>
> How can I accomplish this?

You can't. There's no transformation support upon checkout. If you
checkout non-eclipse source from an existing CVS repository I suggest to
use "Check Out As..." which allows you to setup the Java build path upon
checkout.

HTH
Dani
Re: CVS - src/bin [message #15077 is a reply to message #14650] Tue, 06 May 2003 15:51 Go to previous messageGo to next message
john is currently offline johnFriend
Messages: 27
Registered: July 2009
Junior Member
I do use checkout as, but I was hoping since I set the default to src &
bin, it would set this up. But you are saying I have to do this
explicitly despite the default.

Would it be an unreasonable request, this "transformation" support?


Daniel Megert wrote:
> jda wrote:
>
>> I've set new project parameters to have source and output locations of
>> src and bin, respectively.
>> (Windows -> Preferences -> New Project -> folders)
>>
>> However, when I Checkout as... from the CVS repository perspective,
>> it does not create these divisions?
>>
>> How can I accomplish this?
>
>
> You can't. There's no transformation support upon checkout. If you
> checkout non-eclipse source from an existing CVS repository I suggest to
> use "Check Out As..." which allows you to setup the Java build path upon
> checkout.
>
> HTH
> Dani
>
Re: CVS - src/bin [message #15091 is a reply to message #15077] Tue, 06 May 2003 17:39 Go to previous messageGo to next message
Eclipse UserFriend
Is there any reason why you can't check the .classpath and .project back
into CVS? It would simplify things tremendously. You won't need to do
Checkout As... It would know automatically the type of project it is.


Rich Kulp
Re: CVS - src/bin [message #15805 is a reply to message #15091] Tue, 06 May 2003 19:29 Go to previous messageGo to next message
john is currently offline johnFriend
Messages: 27
Registered: July 2009
Junior Member
Once i get things set up, I will check in the .* files, but I'm not
there yet.

I have just created the repository, and connected to it in eclipse.
It appears that even Checkout As... doesn't work.
When I do this and specify the src & bin folders, the src folder is not
created.


Richard L. Kulp wrote:
> Is there any reason why you can't check the .classpath and .project back
> into CVS? It would simplify things tremendously. You won't need to do
> Checkout As... It would know automatically the type of project it is.
>
>
> Rich Kulp
>
Re: CVS - src/bin [message #15824 is a reply to message #15805] Tue, 06 May 2003 19:52 Go to previous messageGo to next message
Eclipse UserFriend
IT sounds like the easiest thing is to Check it out, update the
source/bin paths to what you want, and then check them in.

Rich
Re: CVS - src/bin [message #19088 is a reply to message #15824] Fri, 09 May 2003 21:45 Go to previous message
john is currently offline johnFriend
Messages: 27
Registered: July 2009
Junior Member
Thanks for your help on this and my other question, Rich, everything is
working now.

Richard L. Kulp wrote:
> IT sounds like the easiest thing is to Check it out, update the
> source/bin paths to what you want, and then check them in.
>
> Rich
>
Previous Topic:Debugging J2ME/MIDP applications
Next Topic:Format source code under the same project
Goto Forum:
  


Current Time: Wed Apr 24 15:39:33 GMT 2024

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

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

Back to the top