[
https://issues.apache.org/jira/browse/ARIES-377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Valentin Mahrwald resolved ARIES-377.
-------------------------------------
Resolution: Fixed
Checked in under #983779
> Blueprint helloworld sample does not run due to incorrect config.ini
> --------------------------------------------------------------------
>
> Key: ARIES-377
> URL: https://issues.apache.org/jira/browse/ARIES-377
> Project: Aries
> Issue Type: Bug
> Components: Samples
> Affects Versions: 0.2
> Reporter: Valentin Mahrwald
> Assignee: Valentin Mahrwald
> Priority: Minor
> Fix For: 0.2
>
>
> From Alexandros Karypidis:
> Hi,
> I've just built the svn trunk
> (http://incubator.apache.org/aries/buildingaries.html)
> and am trying the hello word
> (http://incubator.apache.org/aries/blueprinthelloworldtutorial.html).
> Got some issues with the example. I'm not familiar with the magic that is
> used to generate the "config.ini" file for Equinox, but `Maven currently
> generates the following (incorrect) file:
> osgi.bundles=\
> ...
> org.apache.aries.samples.helloworld.blueprint.api-0.2-incubating-snapshot....@1,\
> org.apache.aries.samples.helloworld.blueprint.server-0.2-incubating-snapshot....@1,\
> org.apache.aries.samples.helloworld.blueprint.client-0.2-incubating-snapshot....@1
> eclipse.ignoreApp=true
> org.ops4j.pax.logging.DefaultServiceLog.level=DEBUG
> In order to run the example, I need modify the file to switch the order of
> the "helloword" and "blueprint" words:
> org.apache.aries.samples -- .blueprint.helloworld. --
> api-0.2-incubating-snapshot....@1,\
> org.apache.aries.samples -- .blueprint.helloworld. --
> server-0.2-incubating-snapshot....@1,\
> org.apache.aries.samples -- .blueprint.helloworld. --
> client-0.2-incubating-snapshot....@1
> What wizardry of the build system is responsible for the generation of
> config.ini and how can I fix this? I'm somewhat familiar with Maven, but the
> "bundle" packaging and its OSGi-plugins are totally new to me.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.