Skip to main content



      Home
Home » Newcomers » Newcomers » Setting up Eclipse project for a team
Setting up Eclipse project for a team [message #60796] Wed, 04 May 2005 12:31 Go to next message
Eclipse UserFriend
Originally posted by: Vladimir.Fedorov.demantra.com

I wonder if it is possible to set up a project in Eclipse so that when
it's pulled out of CVS it will build and run without extra manipulations.
JBuilder allows to do it.
Re: Setting up Eclipse project for a team [message #60799 is a reply to message #60796] Wed, 04 May 2005 16:48 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wegener.cboenospam.com

Yes, check the .classpath and .project files into the CVS project
Re: Setting up Eclipse project for a team [message #60814 is a reply to message #60799] Thu, 05 May 2005 11:14 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse.rizzoweb.com

Dave Wegener wrote:
> Yes, check the .classpath and .project files into the CVS project
>

And be careful to avoid getting absolute (non-workspace) paths of the
..classpath, unless you can be certain that every development machine
will have the exact same paths to whatever resources they are referencing.

Check out Classpath Variables in the Eclipse help for info that helps to
keep external dependencies from injecting hard-coded absoulte paths into
your Projects' .classpath.

HTH,
Eric
Re: Setting up Eclipse project for a team [message #80942 is a reply to message #60814] Sun, 26 June 2005 17:15 Go to previous message
Eclipse UserFriend
Originally posted by: SamMesh.gmail.com

Also, you can use Team Project Set for multiple projects.

Eric Rizzo wrote:
> Dave Wegener wrote:
>
>> Yes, check the .classpath and .project files into the CVS project
>
> And be careful to avoid getting absolute (non-workspace) paths of the
> .classpath, unless you can be certain that every development machine
> will have the exact same paths to whatever resources they are referencing.
>
> Check out Classpath Variables in the Eclipse help for info that helps to
> keep external dependencies from injecting hard-coded absoulte paths into
> your Projects' .classpath.
Previous Topic:How to use Ant come with Eclipse
Next Topic:Documentation on eclipse.localRefresh Ant task?
Goto Forum:
  


Current Time: Thu May 22 12:30:19 EDT 2025

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

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

Back to the top