Return-Path: X-Original-To: apmail-ace-commits-archive@www.apache.org Delivered-To: apmail-ace-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 63C6E10552 for ; Tue, 29 Apr 2014 10:13:34 +0000 (UTC) Received: (qmail 71842 invoked by uid 500); 29 Apr 2014 10:13:33 -0000 Delivered-To: apmail-ace-commits-archive@ace.apache.org Received: (qmail 71814 invoked by uid 500); 29 Apr 2014 10:13:33 -0000 Mailing-List: contact commits-help@ace.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ace.apache.org Delivered-To: mailing list commits@ace.apache.org Received: (qmail 71802 invoked by uid 99); 29 Apr 2014 10:13:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Apr 2014 10:13:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Apr 2014 10:13:32 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6E8EC23888E4 for ; Tue, 29 Apr 2014 10:13:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r907283 - in /websites/staging/ace/trunk/content: ./ user-doc/user-guide.html Date: Tue, 29 Apr 2014 10:13:09 -0000 To: commits@ace.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140429101309.6E8EC23888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Tue Apr 29 10:13:08 2014 New Revision: 907283 Log: Staging update by buildbot for ace Modified: websites/staging/ace/trunk/content/ (props changed) websites/staging/ace/trunk/content/user-doc/user-guide.html Propchange: websites/staging/ace/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Tue Apr 29 10:13:08 2014 @@ -1 +1 @@ -1590935 +1590937 Modified: websites/staging/ace/trunk/content/user-doc/user-guide.html ============================================================================== --- websites/staging/ace/trunk/content/user-doc/user-guide.html (original) +++ websites/staging/ace/trunk/content/user-doc/user-guide.html Tue Apr 29 10:13:08 2014 @@ -252,7 +252,7 @@ To delete an association once is created
  • it uploads the audit log of the target to the ACE server. The audit log contains all changes in bundle and framework state, such as the starting and stopping of the framework and (de)installation of bundles;
  • it check whether or not software updates are available. If so, it will download it and install this update automatically.
  • -

    Since ACE 2.0.1, the binary distribution also contains a single-jar version of a target, target.jar, that can be used to bootstrap the ACE management agent on a target host as shown in the following example:

    +

    Since ACE 2.0.1, the binary distribution also contains a single-jar version of a target, called target.jar, that can be used to bootstrap the ACE management agent on a target host as shown in the following example:

    $ java -Dagent.identification.agentid=target-1 -Dagent.discovery.serverurls=http://my.ace.server:8080 -jar target.jar
     ____________________________
     Welcome to Apache Felix Gogo
    @@ -347,7 +347,7 @@ In order to let ACE provision your (temp
     

    Apache Velocity is an engine that can generate documents by combining a template with a context that contains variables. To learn more about it, visit the Velocity website

  • -

    All recognized options can be found in org.apache.ace.agent.AgentConstants

    +

    A complete list of recognised options can be found in org.apache.ace.agent.AgentConstants