You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by tj...@apache.org on 2020/08/12 16:39:28 UTC

[felix-atomos] branch master updated: Use --no-server to build native images

This is an automated email from the ASF dual-hosted git repository.

tjwatson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-atomos.git


The following commit(s) were added to refs/heads/master by this push:
     new 09f3fd1  Use --no-server to build native images
09f3fd1 is described below

commit 09f3fd1f824988f9c71c79e9505e011eb15d5c97
Author: Thomas Watson <tj...@us.ibm.com>
AuthorDate: Wed Aug 12 09:37:45 2020 -0500

    Use --no-server to build native images
    
    The native image server appears to be buggy and causes issues when
    switching the framework from Equinox to Felix when building the
    substrate examples.
---
 atomos.examples/atomos.examples.substrate.equinox/pom.xml | 1 +
 atomos.examples/atomos.examples.substrate.felix/pom.xml   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/atomos.examples/atomos.examples.substrate.equinox/pom.xml b/atomos.examples/atomos.examples.substrate.equinox/pom.xml
index 7b8bc45..7c19f6a 100644
--- a/atomos.examples/atomos.examples.substrate.equinox/pom.xml
+++ b/atomos.examples/atomos.examples.substrate.equinox/pom.xml
@@ -151,6 +151,7 @@
                     <imageName>atomos</imageName>
                     <mainClass>org.apache.felix.atomos.launch.AtomosLauncher</mainClass>
                     <buildArgs>
+                        --no-server
                         --allow-incomplete-classpath
                         --no-fallback
                         --initialize-at-build-time=org.apache.felix.atomos.runtime,org.apache.felix.atomos.runtime.launch,org.apache.felix.atomos.impl,javax.servlet,org.apache.felix.service.command.Converter
diff --git a/atomos.examples/atomos.examples.substrate.felix/pom.xml b/atomos.examples/atomos.examples.substrate.felix/pom.xml
index a515abd..e9d5bcc 100644
--- a/atomos.examples/atomos.examples.substrate.felix/pom.xml
+++ b/atomos.examples/atomos.examples.substrate.felix/pom.xml
@@ -164,6 +164,7 @@
                     <imageName>atomos</imageName>
                     <mainClass>org.apache.felix.atomos.launch.AtomosLauncher</mainClass>
                     <buildArgs>
+                        --no-server
                         --allow-incomplete-classpath
                         --no-fallback
                         --initialize-at-build-time=org.apache.felix.atomos.runtime,org.apache.felix.atomos.launch,org.apache.felix.atomos.impl,javax.servlet,org.apache.felix.framework.util.Util,org.apache.felix.framework.util.SecureAction,org.apache.felix.framework.BundleWiringImpl,org.apache.felix.framework.BundleRevisionImpl,org.apache.felix.service.command.Converter