Return-Path: X-Original-To: apmail-zest-dev-archive@minotaur.apache.org Delivered-To: apmail-zest-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8ED7318A9A for ; Wed, 8 Jul 2015 16:35:05 +0000 (UTC) Received: (qmail 55316 invoked by uid 500); 8 Jul 2015 16:35:05 -0000 Delivered-To: apmail-zest-dev-archive@zest.apache.org Received: (qmail 55277 invoked by uid 500); 8 Jul 2015 16:35:05 -0000 Mailing-List: contact dev-help@zest.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zest.apache.org Delivered-To: mailing list dev@zest.apache.org Received: (qmail 55266 invoked by uid 99); 8 Jul 2015 16:35:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jul 2015 16:35:05 +0000 Date: Wed, 8 Jul 2015 16:35:05 +0000 (UTC) From: "Paul Merlin (JIRA)" To: dev@zest.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ZEST-49) Tool to easily report full application assembly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Paul Merlin created ZEST-49: ------------------------------- Summary: Tool to easily report full application assembly Key: ZEST-49 URL: https://issues.apache.org/jira/browse/ZEST-49 Project: Zest Issue Type: New Feature Reporter: Paul Merlin Getting help on assembly issues isn't easy. Currently, one has to provide the application assembly code that can span several files. Not really convenient. The [Envisage Tool|https://zest.apache.org/java/latest/tools-envisage.html] allow to browse an application assembly at runtime and to export the assembly as PDFs. This is excellent but having something that export assembly info as a copy/paste-able text format would greatly ease the process. Moreover, Envisage require a graphical context and user interaction. The Qi4j SDK should provide a shorter path to get a full report of application assembly. On the road to 2.0 we already extracted non UI code from Envisage into the tools/model-detail module. This module should be improved to provide, at least, a simple service that output the whole Application Model on application start in a copy/paste-able text format either to stdout or to a file. -- This message was sent by Atlassian JIRA (v6.3.4#6332)