You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ace.apache.org by "Toni Menzel (JIRA)" <ji...@apache.org> on 2009/08/17 22:20:14 UTC

[jira] Updated: (ACE-32) Use Pax Runner to bootstrap ace platforms

     [ https://issues.apache.org/jira/browse/ACE-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Toni Menzel updated ACE-32:
---------------------------

    Attachment: ACE-32-3.patch

Patch that provides paxrunner deployments for the following targets:
- dev-server-filebased
- dev-server-webui
- dev-gateway

Configuration is (as before) in core/conf/dev-X/platform.setup and platform.config.

Definition is made in main build.xml now (no more wrestling in dev-*.xmls).
Because there are now more targets affected, built takes a bit longer (pax runner runs multiple times).
Because of this, all of ths has been moved out of the package target and into the new cummulative "package2".
So, package is old and package2 is new. Just with package2 you get the standalone and paxrunner deployments for the afromentioned targets.

> Use Pax Runner to bootstrap ace platforms
> -----------------------------------------
>
>                 Key: ACE-32
>                 URL: https://issues.apache.org/jira/browse/ACE-32
>             Project: Ace
>          Issue Type: New Feature
>            Reporter: Toni Menzel
>            Assignee: Marcel Offermans
>         Attachments: ACE-32-3.patch, ace32-2.patch, pax-runner-1.1.1.jar
>
>
> Currently, the codebase+ant scripts create a fixed set of felix "deployments". Because Pax Runner:
> - eliminiates the need to create bulky config files (for felix)
> - enables the use of many more (new+old) felix versions and frameworks (equinox+knopflerfish)
> i think it is a good thing to at least offer.
> Contribution will probably include a changed build.xml that adds tasks to create an "pax runner starter" folder.
> This includes predifined paxrunner.args files that should be functionally identical to the current deployment-folders.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.