From easyant-commits-return-624-apmail-incubator-easyant-commits-archive=incubator.apache.org@incubator.apache.org Tue Oct 16 19:37:17 2012 Return-Path: X-Original-To: apmail-incubator-easyant-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-easyant-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B6F28D37E for ; Tue, 16 Oct 2012 19:37:17 +0000 (UTC) Received: (qmail 28695 invoked by uid 500); 16 Oct 2012 19:37:17 -0000 Delivered-To: apmail-incubator-easyant-commits-archive@incubator.apache.org Received: (qmail 28674 invoked by uid 500); 16 Oct 2012 19:37:17 -0000 Mailing-List: contact easyant-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: easyant-dev@incubator.apache.org Delivered-To: mailing list easyant-commits@incubator.apache.org Received: (qmail 28665 invoked by uid 99); 16 Oct 2012 19:37:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2012 19:37:17 +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, 16 Oct 2012 19:37:10 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6C49223888E4; Tue, 16 Oct 2012 19:36:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1398945 - in /incubator/easyant/plugins/trunk: ivy-repo-management/ ivy-repo-management/src/main/resources/ ivy-repo-management/src/test/antunit/ ivy-utils/ ivy-utils/src/main/resources/ ivy-utils/src/test/antunit/ Date: Tue, 16 Oct 2012 19:36:24 -0000 To: easyant-commits@incubator.apache.org From: jlboudart@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121016193625.6C49223888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jlboudart Date: Tue Oct 16 19:36:23 2012 New Revision: 1398945 URL: http://svn.apache.org/viewvc?rev=1398945&view=rev Log: Format plugin sources reference parent module (part2) Modified: incubator/easyant/plugins/trunk/ivy-repo-management/module.ivy incubator/easyant/plugins/trunk/ivy-repo-management/src/main/resources/ivy-repo-management.ant incubator/easyant/plugins/trunk/ivy-repo-management/src/main/resources/ivy.xml.tpl incubator/easyant/plugins/trunk/ivy-repo-management/src/test/antunit/ivy-repo-management-test.xml incubator/easyant/plugins/trunk/ivy-utils/module.ivy incubator/easyant/plugins/trunk/ivy-utils/src/main/resources/ivy-utils.ant incubator/easyant/plugins/trunk/ivy-utils/src/test/antunit/ivy-utils-test.xml incubator/easyant/plugins/trunk/ivy-utils/src/test/antunit/sample-module.ivy Modified: incubator/easyant/plugins/trunk/ivy-repo-management/module.ivy URL: http://svn.apache.org/viewvc/incubator/easyant/plugins/trunk/ivy-repo-management/module.ivy?rev=1398945&r1=1398944&r2=1398945&view=diff ============================================================================== --- incubator/easyant/plugins/trunk/ivy-repo-management/module.ivy (original) +++ incubator/easyant/plugins/trunk/ivy-repo-management/module.ivy Tue Oct 16 19:36:23 2012 @@ -14,39 +14,50 @@ See the License for the specific language governing permissions and limitations under the License. --> - + - -

- This module provides features to install artifacts on a given repository.
- This module can be used in interactive (ie. let easyant ask questions) or directly from the command line by settings -Dproperty.
- By default interactive mode is enabled.
- If you prefer you can directly set the property on the command line.
-

-

- Example: -

+ + +

+ This module provides features to install artifacts on a given repository. +
+ This module can be used in interactive (ie. let easyant ask questions) or directly from the command line + by settings -Dproperty. +
+ By default interactive mode is enabled. +
+ If you prefer you can directly set the property on the command line. +
+

+

+ Example: +

easyant install-ext-artifact -Dorg=myOrgName -Dmodule=myModuleName -Drev=myRevisionNumber
- Example2: -
- easyant install-artifact -Dorg=myOrgName -Dmodule=myModuleName -Drev=myRevisionNumber -Dartifact=myFile + Example2: +
+ easyant install-artifact -Dorg=myOrgName -Dmodule=myModuleName -Drev=myRevisionNumber + -Dartifact=myFile
+

+

+ If one of the property is not set, easyant will ask you the question if interactive mode is set to + "true". + If you want to disable interactive mode you should set "install.interactive.mode" property to + "false".

-

- If one of the property is not set, easyant will ask you the question if interactive mode is set to "true". - If you want to disable interactive mode you should set "install.interactive.mode" property to "false". -

- - - - - - - - + + + + + + + + - - + + - + \ No newline at end of file Modified: incubator/easyant/plugins/trunk/ivy-repo-management/src/main/resources/ivy-repo-management.ant URL: http://svn.apache.org/viewvc/incubator/easyant/plugins/trunk/ivy-repo-management/src/main/resources/ivy-repo-management.ant?rev=1398945&r1=1398944&r2=1398945&view=diff ============================================================================== --- incubator/easyant/plugins/trunk/ivy-repo-management/src/main/resources/ivy-repo-management.ant (original) +++ incubator/easyant/plugins/trunk/ivy-repo-management/src/main/resources/ivy-repo-management.ant Tue Oct 16 19:36:23 2012 @@ -15,20 +15,26 @@ limitations under the License. --> - - - - - - - - + + + + + + + - + @@ -36,32 +42,38 @@ - + - + - - + + - + - - + + - - + org property is not defined${line.separator}${mess} module property is not defined${line.separator}${mess} revision property is not defined${line.separator}${mess} - - - + + + - + - + - - + revision property is not defined${line.separator}${mess} artifact property is not defined${line.separator}${mess} - + unable to find artifact at ${artifact}${line.separator}${mess} - + @@ -125,12 +145,16 @@ - + - + @@ -139,5 +163,4 @@ - - + \ No newline at end of file Modified: incubator/easyant/plugins/trunk/ivy-repo-management/src/main/resources/ivy.xml.tpl URL: http://svn.apache.org/viewvc/incubator/easyant/plugins/trunk/ivy-repo-management/src/main/resources/ivy.xml.tpl?rev=1398945&r1=1398944&r2=1398945&view=diff ============================================================================== --- incubator/easyant/plugins/trunk/ivy-repo-management/src/main/resources/ivy.xml.tpl (original) +++ incubator/easyant/plugins/trunk/ivy-repo-management/src/main/resources/ivy.xml.tpl Tue Oct 16 19:36:23 2012 @@ -16,4 +16,4 @@ --> - + \ No newline at end of file Modified: incubator/easyant/plugins/trunk/ivy-repo-management/src/test/antunit/ivy-repo-management-test.xml URL: http://svn.apache.org/viewvc/incubator/easyant/plugins/trunk/ivy-repo-management/src/test/antunit/ivy-repo-management-test.xml?rev=1398945&r1=1398944&r2=1398945&view=diff ============================================================================== --- incubator/easyant/plugins/trunk/ivy-repo-management/src/test/antunit/ivy-repo-management-test.xml (original) +++ incubator/easyant/plugins/trunk/ivy-repo-management/src/test/antunit/ivy-repo-management-test.xml Tue Oct 16 19:36:23 2012 @@ -14,83 +14,79 @@ See the License for the specific language governing permissions and limitations under the License. --> - + - - + + - + - + - - + + - + - - - - + + + + - - + + - - - - - - - - - + + + + + + + + + - + - - + + - + - - - + + + - - - + + + - - - - - - + + + + + - - - - - - - - - - - + + + + + + + + + - + \ No newline at end of file Modified: incubator/easyant/plugins/trunk/ivy-utils/module.ivy URL: http://svn.apache.org/viewvc/incubator/easyant/plugins/trunk/ivy-utils/module.ivy?rev=1398945&r1=1398944&r2=1398945&view=diff ============================================================================== --- incubator/easyant/plugins/trunk/ivy-utils/module.ivy (original) +++ incubator/easyant/plugins/trunk/ivy-utils/module.ivy Tue Oct 16 19:36:23 2012 @@ -14,19 +14,22 @@ See the License for the specific language governing permissions and limitations under the License. --> - + - - This module provides utilitaries target related to ivy (clean-cache / dependencies report) + + + This module provides utilitaries target related to ivy (clean-cache / dependencies report) - - - - - - - + + + + + + + - + - + \ No newline at end of file Modified: incubator/easyant/plugins/trunk/ivy-utils/src/main/resources/ivy-utils.ant URL: http://svn.apache.org/viewvc/incubator/easyant/plugins/trunk/ivy-utils/src/main/resources/ivy-utils.ant?rev=1398945&r1=1398944&r2=1398945&view=diff ============================================================================== --- incubator/easyant/plugins/trunk/ivy-utils/src/main/resources/ivy-utils.ant (original) +++ incubator/easyant/plugins/trunk/ivy-utils/src/main/resources/ivy-utils.ant Tue Oct 16 19:36:23 2012 @@ -15,35 +15,32 @@ limitations under the License. --> - - - + + - + - + - + - - + - - - + - + @@ -51,25 +48,23 @@ target: clean-cache ================================= --> - + - - + - + - - + - - + \ No newline at end of file Modified: incubator/easyant/plugins/trunk/ivy-utils/src/test/antunit/ivy-utils-test.xml URL: http://svn.apache.org/viewvc/incubator/easyant/plugins/trunk/ivy-utils/src/test/antunit/ivy-utils-test.xml?rev=1398945&r1=1398944&r2=1398945&view=diff ============================================================================== --- incubator/easyant/plugins/trunk/ivy-utils/src/test/antunit/ivy-utils-test.xml (original) +++ incubator/easyant/plugins/trunk/ivy-utils/src/test/antunit/ivy-utils-test.xml Tue Oct 16 19:36:23 2012 @@ -14,59 +14,52 @@ See the License for the specific language governing permissions and limitations under the License. --> - - - + + - + - + - - + + - + - - - - - - - + + + + + + + - - + + - - + + - - - + + + - - + - - + - + - - - - + \ No newline at end of file Modified: incubator/easyant/plugins/trunk/ivy-utils/src/test/antunit/sample-module.ivy URL: http://svn.apache.org/viewvc/incubator/easyant/plugins/trunk/ivy-utils/src/test/antunit/sample-module.ivy?rev=1398945&r1=1398944&r2=1398945&view=diff ============================================================================== --- incubator/easyant/plugins/trunk/ivy-utils/src/test/antunit/sample-module.ivy (original) +++ incubator/easyant/plugins/trunk/ivy-utils/src/test/antunit/sample-module.ivy Tue Oct 16 19:36:23 2012 @@ -15,15 +15,16 @@ See the License for the specific language governing permissions and limitations under the License. --> - - + + - - - + + + - + - - + \ No newline at end of file