You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Simon Nash (JIRA)" <de...@tuscany.apache.org> on 2010/02/20 12:12:27 UTC

[jira] Resolved: (TUSCANY-3462) Travel sample distribution includes a copy of the Tuscany SCA runtime

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

Simon Nash resolved TUSCANY-3462.
---------------------------------

    Resolution: Fixed

Fixed under r911338.

The fix changes the default for the travel sample build so that the Tuscany runtime dependencies aren't included in the travel sample binary distro.  It's also possible to run the travel sample build using "mvn -Pselfcontained" to create a self-contained travel sample binary distro including the Tuscany runtime dependencies.  This may be useful in some testing scenarios.

For both of these flavours of the travel sample binary distro, the ant scripts in the launchers, clients, and services directories can be used to run the jars in these directories.  In the default build, these ant scripts add the necessary Tuscany dependencies to the runtime classpath, using the environment variable TUSCANY_HOME to discover the location of the Tuscany SCA binary distro.  In the self-contained build, these ant scripts just run the jars without adding anything to the runtime classpath.

> Travel sample distribution includes a copy of the Tuscany SCA runtime
> ---------------------------------------------------------------------
>
>                 Key: TUSCANY-3462
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3462
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Travel Sample
>            Reporter: Simon Nash
>            Assignee: Simon Nash
>
> The travel sample distribution includes a copy of most of the Tuscany SCA binary distribution.  It should be refactored so that the distribution build output can reference a locally installed Tuscany SCA binary distribution instead of always creating duplicate copies of all these files.  See the discussion under [1].
> [1] http://mail-archives.apache.org/mod_mbox/tuscany-dev/201001.mbox/%3C4B5A8BB6.3000302@apache.org%3E

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