Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » /links directory
/links directory [message #41321] Wed, 21 May 2003 04:17 Go to next message
Eclipse UserFriend
Where can I find information on how the /links directory is used?
I saw that MyEclipse used it for including it as a plugin in
I wanted to do the same thing with my common plugins to minimize the hazzle of
upgrading Eclipse.

Jimisola
Re: /links directory [message #41609 is a reply to message #41321] Wed, 21 May 2003 08:21 Go to previous messageGo to next message
Eclipse UserFriend
I think this is the information you are looking for.

http://eclipsewiki.swiki.net/131#four

Andreas


Jimisola Laursen wrote:
> Where can I find information on how the /links directory is used?
> I saw that MyEclipse used it for including it as a plugin in
> I wanted to do the same thing with my common plugins to minimize the hazzle of
> upgrading Eclipse.
>
> Jimisola
>
>
Re: /links directory [message #41720 is a reply to message #41321] Wed, 21 May 2003 08:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: muelleimer.usenet.katzien.de

* Jimisola Laursen <public@jimisola.com> wrote:
> Where can I find information on how the /links directory is used?
> I saw that MyEclipse used it for including it as a plugin in
> I wanted to do the same thing with my common plugins to minimize the hazzle of
> upgrading Eclipse.

links/<name>.links:
a java property file with content:
path=<absolute path to a dir>
The dir needs to contains a subdir eclipse with two subdirs
plugins and features, which contain the actual content.

You can also do a
path=[r |rw ]<absolute path>
where 'r ' stands for read only acces and 'rw ' (or nothing) for read
write access to this site.

<advertising>
See http://bugs.eclipse.org/bugs/show_bug.cgi?id=36101 for a patch
to add a site via comandline option.
</>

Jan
Re: /links directory [message #45874 is a reply to message #41720] Fri, 23 May 2003 10:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dominic.nospam.com

why the heck is it supposed to contain eclipse subdir ? was it not possible
to point directly to it ?

"Jan Schulz" <muelleimer@usenet.katzien.de> wrote in message
news:slrnbcmtj8.23u.muelleimer@snoopy.katzien.de...
> * Jimisola Laursen <public@jimisola.com> wrote:
> > Where can I find information on how the /links directory is used?
> > I saw that MyEclipse used it for including it as a plugin in
> > I wanted to do the same thing with my common plugins to minimize the
hazzle of
> > upgrading Eclipse.
>
> links/<name>.links:
> a java property file with content:
> path=<absolute path to a dir>
> The dir needs to contains a subdir eclipse with two subdirs
> plugins and features, which contain the actual content.
>
> You can also do a
> path=[r |rw ]<absolute path>
> where 'r ' stands for read only acces and 'rw ' (or nothing) for read
> write access to this site.
>
> <advertising>
> See http://bugs.eclipse.org/bugs/show_bug.cgi?id=36101 for a patch
> to add a site via comandline option.
> </>
>
> Jan
Re: /links directory [message #46370 is a reply to message #45874] Fri, 23 May 2003 11:27 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: muelleimer.usenet.katzien.de

* dominic <dominic@nospam.com> wrote:
> why the heck is it supposed to contain eclipse subdir ? was it not possible
> to point directly to it ?

Not really sure, but there are several 'Plan Items', which are related
to platform configuration. Have a look at them and add you
comments...

Jan
Association of a class with a corresponding java source [message #56847 is a reply to message #46370] Fri, 30 May 2003 17:00 Go to previous message
Eclipse UserFriend
Originally posted by: agodin.denovis.com

Hello,

I wonder whether anybody knows how to associate a class ( or a folder
containing a bunch of classes) with a Java file ( or a folder containing
java files).
When I debug and step in ( via F5) into a method from another package I see
the class ( rather than Java file) and decompiled source ( rather than
original Java file). This makes it impossible to determine at what line I am
actually experiencing a problem. In other words the real debugging process
gets totally broken.

I am sure it's a trivial issue for experienced Eclipse IDE users, but for
the novice user, like myself, I couldn't figure out the key words to use to
get into the proper explanation in a HELP.

Thanks in advance,
Arkady Godin
Previous Topic:Using Different Project Files
Next Topic:hyperlinks in source code
Goto Forum:
  


Current Time: Fri Sep 19 17:35:02 EDT 2025

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

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

Back to the top