Note that there are some explanatory texts on larger screens.

plurals
  1. PONo more splash screen after switch to tycho
    primarykey
    data
    text
    <p>I recently moved the build of our RCP application from PDE Build to tycho (0.14.0). Everything works fine so far, but the splash screen isn´t shown anymore. The osgi.splashPath property is set correctly and the splash.bmp file is existing in the exported bundle root (the bundle is even active at startup if that matters). Packaging is eclipse-repository. Is there anything else to look for?</p> <p>This is the pom.xml</p> <pre><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt; &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt; &lt;parent&gt; &lt;artifactId&gt;com.my.client.parent&lt;/artifactId&gt; &lt;groupId&gt;com.my&lt;/groupId&gt; &lt;version&gt;2.0.0-SNAPSHOT&lt;/version&gt; &lt;relativePath&gt;../com.my.client.parent/pom.xml&lt;/relativePath&gt; &lt;/parent&gt; &lt;artifactId&gt;com.my.client.product&lt;/artifactId&gt; &lt;packaging&gt;eclipse-repository&lt;/packaging&gt; &lt;version&gt;2.0.0-SNAPSHOT&lt;/version&gt; &lt;properties&gt; &lt;product-id&gt;com.my&lt;/product-id&gt; &lt;/properties&gt; &lt;build&gt; &lt;plugins&gt; &lt;plugin&gt; &lt;groupId&gt;org.eclipse.tycho&lt;/groupId&gt; &lt;artifactId&gt;tycho-p2-repository-plugin&lt;/artifactId&gt; &lt;version&gt;${tycho-version}&lt;/version&gt; &lt;configuration&gt; &lt;includeAllDependencies&gt;true&lt;/includeAllDependencies&gt; &lt;/configuration&gt; &lt;/plugin&gt; &lt;plugin&gt; &lt;groupId&gt;org.eclipse.tycho&lt;/groupId&gt; &lt;artifactId&gt;tycho-p2-director-plugin&lt;/artifactId&gt; &lt;version&gt;${tycho-version}&lt;/version&gt; &lt;executions&gt; &lt;execution&gt; &lt;id&gt;materialize-products&lt;/id&gt; &lt;goals&gt; &lt;goal&gt;materialize-products&lt;/goal&gt; &lt;/goals&gt; &lt;/execution&gt; &lt;execution&gt; &lt;id&gt;archive-products&lt;/id&gt; &lt;goals&gt; &lt;goal&gt;archive-products&lt;/goal&gt; &lt;/goals&gt; &lt;/execution&gt; &lt;/executions&gt; &lt;/plugin&gt; &lt;/plugins&gt; &lt;/build&gt; </code></pre> <p></p> <p>*<em>Edit: *</em> I integrated the projects on our CI server and the result from there shows the beautiful splash screen - so thanks for your support, problem fixed itself magically...</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload