It's definitely worth discussing whether we should have a binary distribution
for the travel sample, but I don't think we should use issue TUSCANY-3508 for
this discussion. I'm starting a separate discussion thread for this now.
Simon
Simon Laws (JIRA) wrote:
[ https://issues.apache.org/jira/browse/TUSCANY-3508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847769#action_12847769 ]
Simon Laws commented on TUSCANY-3508:
-------------------------------------
Do we need the binary version of the travel sample distribution? It seems that people interested in the sample would want to look at the source code. Just running it is not very interesting as, as is often the way with samples, it doesn't really do anything useful in its own right.
Travel sample jumpstart launcher shouldn't use LauncherUtil
-----------------------------------------------------------
Key: TUSCANY-3508
URL: https://issues.apache.org/jira/browse/TUSCANY-3508
Project: Tuscany
Issue Type: Improvement
Components: Java SCA Travel Sample
Reporter: Simon Nash
Assignee: Simon Nash
The travel sample "jumpstart" launcher currently uses LauncherUtil to locate the
contribution. This isn't appropriate for the "jumpstart" scenario which is supposed to
show the smallest and simplest code to run a Tuscany application.
Removing LauncherUtil from "jumpstart" also means that the "jumpstart" launcher
needs to be removed from the travel sample binary distribution, because it will no longer work when
run from the distribution directories.