Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Contributor User Documentation"

(FAQ)
(Equinox/OSGI)
Line 18: Line 18:
 
{| border="1"  style="background:AliceBlue; color:black"
 
{| border="1"  style="background:AliceBlue; color:black"
  
! Question ||  Possible Solution
+
! Question ||  Possible Solution || When would you do this?
 
|-
 
|-
 
| How do I connect to an Equinox instance via Telnet?|| To start a telnet connection just add a port number behind the -console option. For example, use the command <tt>console 3333</tt> when starting your console.
 
| How do I connect to an Equinox instance via Telnet?|| To start a telnet connection just add a port number behind the -console option. For example, use the command <tt>console 3333</tt> when starting your console.

Revision as of 05:12, 3 June 2009

About Contributors User Documentation

You can find information that is useful for committers and contributors to the Eclipse Swordfish development project here.

How Tos


FAQ

We have collected some of the most frequently asked questions, tips and tricks related to the Swordfish project. This space will be continually updated as and when new FAQs arise. It is a good idea to start here if you have problems with Swordfish.

Equinox/OSGI

Question Possible Solution When would you do this?
How do I connect to an Equinox instance via Telnet? To start a telnet connection just add a port number behind the -console option. For example, use the command console 3333 when starting your console.

You can also use the command telnet localhost 3333

Why does bundle [xyz] not find the classes of bundle [abc]? b
a b

Apache ANT

Problem/Issue Hint
a b
a b
a b

PDE Build

Problem/Issue Hint
a b
a b
a b


Connecting to the SVN

Problem/Issue Hint
a b
a b
a b



Swordfish End User Documentation
Swordfish Wiki Home

Back to the top