[
https://issues.apache.org/jira/browse/SLING-815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661892#action_12661892
]
Felix Meschberger commented on SLING-815:
-----------------------------------------
In Rev. 732641 moved the jcr/webdav bundle to startlevel 15 for it to be active
along the rest of the repository bundles
In Rev. 732642 added a build profile "shell", which installs the Apache Felix
Shell and Shell Remote bundles at startlevel 1.
To build with Shell included, set add the "-Pshell" argument to the build
command, e.g.:
$ mvn -Pshell clean package
When these Shell bundles are installed, the Web Console has a "Shell" tab,
which allows access to the command shell through the web console. In addition
the web console is accessible using telnet. By default the remote shell is
listening on port 6666. This is configurable on the Configuration tab of the
web console.
> Launchpad/app build fails due to missing threaddump artifact
> ------------------------------------------------------------
>
> Key: SLING-815
> URL: https://issues.apache.org/jira/browse/SLING-815
> Project: Sling
> Issue Type: Bug
> Components: Launchpad
> Affects Versions: Launchpad App 3, Launchpad Webapp 3, Launchpad App 4,
> Launchpad Webapp 4
> Reporter: Felix Meschberger
> Assignee: Felix Meschberger
> Fix For: Launchpad App 4, Launchpad Webapp 4
>
>
> I have added the extensions/threaddump module to the build reactor and the
> launchpad/app project to be included in the standalone app and webapp.
> Since the "dependency" is not list in the standard dependency section of the
> pom but in the configuration of the dependency plugin, the maven reactor does
> not seem to correctly resolve the build order and does not build the
> threaddump artifact before the launchpad/app artifact.
> As a workaround, I will add the extensions/threaddump artifact as an explicit
> dependency to the launchpad/app to help the reactor.
> See also
> http://markmail.org/message/hc7kwforfblvxjzr
> http://markmail.org/message/n6rclxsgaeoijajh
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.