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"

(How Tos)
 
(16 intermediate revisions by 4 users not shown)
Line 5: Line 5:
 
<ul>
 
<ul>
 
<li>[[Swordfish_Documentation:_CXF_Integration| CXF Integration]]</li>
 
<li>[[Swordfish_Documentation:_CXF_Integration| CXF Integration]]</li>
<li>[[Swordfish_Documentation:_Apache_ODE_integration| Apache ODE integration]]</li>
 
 
<li>[[Swordfish_Documentation:_Creating_Headless_Build|Creating a Headless Build]]</li>
 
<li>[[Swordfish_Documentation:_Creating_Headless_Build|Creating a Headless Build]]</li>
 +
<li>[[Swordfish_Documentation:_Adding_Modules_to_Headless_Build|Adding modules to Headless Build]]</li>
 +
<li>[[Swordfish_Documentation:_Running_IDE_Integration_Tests|Running Integration tests in the IDE]]</li>
 +
<!--
 +
<li>[[Swordfish_Documentation:_Running_Target_Platform_Outside_An_IDE|Running Target Platform outside an IDE]]</li> -->
 +
<li>[[Swordfish_Documentation:_Debugging_Third_Party_Plugins|Debugging Third-Party Plug-ins]]</li>
 +
<li>[[Swordfish_Documentation:_Turning_On_Logging|Turning on Logging for Swordfish and Third-Party Plug-ins]]</li>
 +
<li>[[Swordfish_Documentation:_Running_Swordfish_Tooling_System_Tests|Running Swordfish Tooling System Tests]]</li>
 
</ul>
 
</ul>
 +
----
  
===FAQ===
+
===FAQs for Contributors and Committers===
<p>We have collected some of the most frequently asked questions, tips and tricks related to the Swordfish project.
+
[[Contributor_User_Documentation:FAQs_Contributors|FAQs for Contributors and Committers]]
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.</p>
+
 
+
====Equinox/OSGI====
+
{| border="1"  style="background:AliceBlue; color:black"
+
! 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 <tt>console 3333</tt> when starting your console.
+
You can also use the command <tt>telnet localhost 3333</tt>
+
|| It is easy to...
+
 
+
|-
+
| Why does bundle <tt>[xyz]</tt> not find the classes of bundle <tt>[abc]</tt>? || b
+
|-
+
| a || b
+
|-
+
|}
+
 
+
====Apache ANT====
+
{|{{TableStyle}}
+
|+{{}}|
+
|-{{THStyle}}
+
! Problem/Issue ||
+
! Hint
+
|-
+
| a || b
+
|-
+
| a || b
+
|-
+
| a || b
+
|-
+
|}
+
 
+
====PDE Build====
+
{|{{TableStyle}}
+
|+{{}}|
+
|-{{THStyle}}
+
! Problem/Issue ||
+
! Hint
+
|-
+
| a || b
+
|-
+
| a || b
+
|-
+
| a || b
+
|-
+
|}
+
 
+
 
+
====Connecting to the SVN====
+
{|{{TableStyle}}
+
|+{{}}|
+
|-{{THStyle}}
+
! Problem/Issue ||
+
! Hint
+
|-
+
| a || b
+
|-
+
| a || b
+
|-
+
| a || b
+
|-
+
|}
+
 
+
 
+
  
 
----------------
 
----------------
 
[[Swordfish_Documentation |Swordfish End User Documentation]] <br/>
 
[[Swordfish_Documentation |Swordfish End User Documentation]] <br/>
 
[[Swordfish | Swordfish Wiki Home]] <br/>
 
[[Swordfish | Swordfish Wiki Home]] <br/>

Latest revision as of 04:32, 12 November 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


FAQs for Contributors and Committers

FAQs for Contributors and Committers


Swordfish End User Documentation
Swordfish Wiki Home

Back to the top