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 12: Line 12:
 
For example, use the command <tt>console 3333</tt> when starting your console.
 
For example, use the command <tt>console 3333</tt> when starting your console.
 
You can also use the command <tt>telnet localhost 3333</tt>
 
You can also use the command <tt>telnet localhost 3333</tt>
 
 
 
|-
 
|-
 
| Why does bundle <tt>[xyz]</tt> not find the classes of bundle <tt>[abc]</tt>?  
 
| Why does bundle <tt>[xyz]</tt> not find the classes of bundle <tt>[abc]</tt>?  
Line 23: Line 21:
 
   <li>Have package dependencies been resolved to the bundles you expect?</li>
 
   <li>Have package dependencies been resolved to the bundles you expect?</li>
 
   </ul>
 
   </ul>
 
 
 
|-
 
|-
 
| When I use a launch configuration to start a class inside Equinox where do I find the corresponding log file?||  
 
| When I use a launch configuration to start a class inside Equinox where do I find the corresponding log file?||  
Line 30: Line 26:
 
|aaa||The <tt>ss</tt> command accepts a textual argument. If you enter <tt>ss swordfish</tt>, the status list is limited to bundles with swordfish (somewhere) in their symbolic name.
 
|aaa||The <tt>ss</tt> command accepts a textual argument. If you enter <tt>ss swordfish</tt>, the status list is limited to bundles with swordfish (somewhere) in their symbolic name.
 
|}
 
|}
 +
----
  
 
====Apache ANT====
 
====Apache ANT====

Revision as of 10:29, 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
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]? Try to open a console. If the bundle does not start, try to start it manually by using the command:
start <bundleNumber>

If this attempt results in a stack trace, it may help you to investigate further.
When you use the command you will get answers to the following questions:

  • Are all services defined in the Spring configuration running?
  • Have package dependencies been resolved to the bundles you expect?
When I use a launch configuration to start a class inside Equinox where do I find the corresponding log file?
aaa The ss command accepts a textual argument. If you enter ss swordfish, the status list is limited to bundles with swordfish (somewhere) in their symbolic name.

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