Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Sharing launch configurations
Sharing launch configurations [message #78000] Fri, 18 July 2003 14:07 Go to next message
Eclipse UserFriend
Originally posted by: jeffd.vault-technologies.com

In team development, we share a .project file but have our own workspace
configurations. I have created a number of complicated Java Application
launch configurations and need to share them with others. I have set them
to be shared and have put them in a directory called .runLaunchers in the
root of the repository.

Question: How do others "import" these shared launch configurations?

Jeff Dever.
Re: Sharing launch configurations [message #78016 is a reply to message #78000] Fri, 18 July 2003 14:09 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jared-eclipse.mn.rr.com

They should be automatically detected when your team members check out a
project containing shared configs.

- Jared

Jeff Dever wrote:

> In team development, we share a .project file but have our own workspace
> configurations. I have created a number of complicated Java Application
> launch configurations and need to share them with others. I have set them
> to be shared and have put them in a directory called .runLaunchers in the
> root of the repository.
>
> Question: How do others "import" these shared launch configurations?
>
> Jeff Dever.
Re: Sharing launch configurations [message #79461 is a reply to message #78016] Wed, 23 July 2003 16:39 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jeffd.vault-technologies.com

But there is no entry in my .project file to refer to these shared run
launchers. My shared *.launch files are in a directory called .runLaunchers.
I have them in a seperate directory because I have many run launchers.
There does not seem to be any mechanism for Eclipse to detect them.

Do they have to be in the project root directory?

Version: 2.1.0
Build id: 200303272130

"Jared Burns" <jared-eclipse@mn.rr.com> wrote in message
news:bf9d3q$pc4$1@eclipse.org...
> They should be automatically detected when your team members check out a
> project containing shared configs.
>
> - Jared
>
> Jeff Dever wrote:
>
> > In team development, we share a .project file but have our own workspace
> > configurations. I have created a number of complicated Java Application
> > launch configurations and need to share them with others. I have set
them
> > to be shared and have put them in a directory called .runLaunchers in
the
> > root of the repository.
> >
> > Question: How do others "import" these shared launch configurations?
> >
> > Jeff Dever.
>
Re: Sharing launch configurations [message #79563 is a reply to message #79461] Wed, 23 July 2003 18:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NOSPAM.us.ibm.com

Is this directory, .runLaunchers, in a project that has been checked out
into your workspace? The configurations need to be in some project in
the workspace to be detected.

Rich
Re: Sharing launch configurations [message #79578 is a reply to message #79461] Wed, 23 July 2003 18:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: burner.zclipse.org

On Wed, 23 Jul 2003 14:39:39 -0600, Jeff Dever wrote:

> But there is no entry in my .project file to refer to these shared run
> launchers. My shared *.launch files are in a directory called
> .runLaunchers. I have them in a seperate directory because I have many
> run launchers. There does not seem to be any mechanism for Eclipse to
> detect them.
>
> Do they have to be in the project root directory?
>

Nope. As long as they're in the project on your team members computers
(you have added them to source control, and your team members have updated
to get the files in their workspaces right?), they will automatically show
up when they load up the Run... dialog.

I happen to keep all my launch config files in a subfolder called
'eclipse' in the projects I'm working on now, and the mechanism works
splendidly... across machines, across platforms, even across eclipse
platform upgrades.

mike


--
http://zclipse.org
Re: Sharing launch configurations [message #83628 is a reply to message #79578] Wed, 06 August 2003 23:11 Go to previous message
Eclipse UserFriend
Originally posted by: cagatayk.stop.acm.org

Michael R Head wrote:

> On Wed, 23 Jul 2003 14:39:39 -0600, Jeff Dever wrote:
>
>
>>But there is no entry in my .project file to refer to these shared run
>>launchers. My shared *.launch files are in a directory called
>>.runLaunchers. I have them in a seperate directory because I have many
>>run launchers. There does not seem to be any mechanism for Eclipse to
>>detect them.
>>
>>Do they have to be in the project root directory?
>>
>
>
> Nope. As long as they're in the project on your team members computers
> (you have added them to source control, and your team members have updated
> to get the files in their workspaces right?), they will automatically show
> up when they load up the Run... dialog.
>
> I happen to keep all my launch config files in a subfolder called
> 'eclipse' in the projects I'm working on now, and the mechanism works
> splendidly... across machines, across platforms, even across eclipse
> platform upgrades.
>
> mike
>
>

But only if you are using the default JRE in the launch config. Specific
JRE settings encode JRE name and implementing class for the VM type so
they won't work without the additional effort of synchronizing JRE names
in preferences or across different VM's.
Previous Topic:Code Assist not re-parsing changed jars?
Next Topic:Refactoring
Goto Forum:
  


Current Time: Fri Jun 06 17:14:37 EDT 2025

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

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

Back to the top