Skip to main content

Notice: This Wiki is now read only and edits are no longer 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:FAQs Contributors"

(Equinox/OSGI)
(Equinox/OSGI)
Line 15: Line 15:
  
 
|-
 
|-
| Why does bundle <tt>[xyz]</tt> not find the classes of bundle <tt>[abc]</tt>? || Try to open a console. If the bundle does not start, try to start it manually using the:
+
| Why does bundle <tt>[xyz]</tt> not find the classes of bundle <tt>[abc]</tt>?  
 +
|| Try to open a console. If the bundle does not start, try to start it manually using the:
 
<pre>start <bundleNumber></pre> command.
 
<pre>start <bundleNumber></pre> command.
If that attempt results in a stack trace, this might give you a clue where to look. ||c
+
If that attempt results in a stack trace, this might give you a clue where to look.  
 +
||aaa
 
|-
 
|-
 
| a || b
 
| a || b

Revision as of 09:49, 3 June 2009

FAQs for Contributors and Committers

We have collected some of the most frequently asked questions, tips and tricks related to the Swordfish project. This section 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 Additional Information
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

It is easy to...
Why does bundle [xyz] not find the classes of bundle [abc]? Try to open a console. If the bundle does not start, try to start it manually using the:
start <bundleNumber>
command.

If that attempt results in a stack trace, this might give you a clue where to look.

aaa
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