From easyant-commits-return-95-apmail-incubator-easyant-commits-archive=incubator.apache.org@incubator.apache.org Tue Feb 22 15:56:43 2011 Return-Path: Delivered-To: apmail-incubator-easyant-commits-archive@minotaur.apache.org Received: (qmail 19936 invoked from network); 22 Feb 2011 15:56:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Feb 2011 15:56:42 -0000 Received: (qmail 5603 invoked by uid 500); 22 Feb 2011 15:56:42 -0000 Delivered-To: apmail-incubator-easyant-commits-archive@incubator.apache.org Received: (qmail 5573 invoked by uid 500); 22 Feb 2011 15:56:42 -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 5540 invoked by uid 99); 22 Feb 2011 15:56:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Feb 2011 15:56:41 +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, 22 Feb 2011 15:56:37 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5844C2388A4B; Tue, 22 Feb 2011 15:56:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1073371 [3/28] - in /incubator/easyant/core/trunk: ./ bin/ example/build-configurations/ example/build-configurations/src/main/java/org/apache/easyant/example/ example/build-configurations/src/test/java/org/apache/easyant/example/ example/... Date: Tue, 22 Feb 2011 15:56:09 -0000 To: easyant-commits@incubator.apache.org From: hibou@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110222155617.5844C2388A4B@eris.apache.org> Modified: incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/maven-publication/0.1/maven-publication.ant URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/maven-publication/0.1/maven-publication.ant?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/maven-publication/0.1/maven-publication.ant (original) +++ incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/maven-publication/0.1/maven-publication.ant Tue Feb 22 15:55:55 2011 @@ -16,65 +16,65 @@ --> - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Modified: incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/maven-publication/0.1/maven-publication.ivy URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/maven-publication/0.1/maven-publication.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/maven-publication/0.1/maven-publication.ivy (original) +++ incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/maven-publication/0.1/maven-publication.ivy Tue Feb 22 15:55:55 2011 @@ -15,61 +15,61 @@ limitations under the License. --> - - -

- This module provides functionalities to publish a pom.xml. - This is really usefull if some maven based projects wants to reuse your artifacts. -

-

- In some cases we may want to define a different repository url for easyant (or ivy based) artifacts (published by ivy-publication plugin), - and another one for maven artifacts (published through maven-publication plugin) this can be done by setting "maven.remote.repo.url" property. - If this property is unset, artifacts will be republished with maven descriptor on the - same repository as ivy-publication module (artifacts will be overwritten). -

-

- This plugin is based on mavenivy-adapters tasks. -

-

- It uses a TypeMapping to define the mapping between ivy world and maven world (like type, ext, mavenPackaging, mavenClassifier). - Example : - - - - - - You can override the default typeMappings by using AugmentTask like this : - - - - - -

-

- It also uses a ScopeMapping to define the mapping between ivy configurations and maven scopes. - Example : - - - - - - You can override the default scopeMappings by using AugmentTask like this : - - - - - -

- -
-
- - - - - - + + +

+ This module provides functionalities to publish a pom.xml. + This is really usefull if some maven based projects wants to reuse your artifacts. +

+

+ In some cases we may want to define a different repository url for easyant (or ivy based) artifacts (published by ivy-publication plugin), + and another one for maven artifacts (published through maven-publication plugin) this can be done by setting "maven.remote.repo.url" property. + If this property is unset, artifacts will be republished with maven descriptor on the + same repository as ivy-publication module (artifacts will be overwritten). +

+

+ This plugin is based on mavenivy-adapters tasks. +

+

+ It uses a TypeMapping to define the mapping between ivy world and maven world (like type, ext, mavenPackaging, mavenClassifier). + Example : + + + + + + You can override the default typeMappings by using AugmentTask like this : + + + + + +

+

+ It also uses a ScopeMapping to define the mapping between ivy configurations and maven scopes. + Example : + + + + + + You can override the default scopeMappings by using AugmentTask like this : + + + + + +

+ +
+
+ + + + + +
Modified: incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/maven-version-strategy/0.1/maven-version-strategy.ant URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/maven-version-strategy/0.1/maven-version-strategy.ant?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/maven-version-strategy/0.1/maven-version-strategy.ant (original) +++ incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/maven-version-strategy/0.1/maven-version-strategy.ant Tue Feb 22 15:55:55 2011 @@ -15,40 +15,40 @@ limitations under the License. --> - - - - - - - - - + xmlns:ivy="antlib:org.apache.ivy.ant" + xmlns:ac="antlib:net.sf.antcontrib" + xmlns:ea="antlib:org.apache.easyant"> + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - + + + - + Modified: incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/maven-version-strategy/0.1/maven-version-strategy.ivy URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/maven-version-strategy/0.1/maven-version-strategy.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/maven-version-strategy/0.1/maven-version-strategy.ivy (original) +++ incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/maven-version-strategy/0.1/maven-version-strategy.ivy Tue Feb 22 15:55:55 2011 @@ -15,13 +15,13 @@ limitations under the License. --> - - This module provides the maven version strategy. A version strategy is in charge to define the version for integrations (snapshot) and releases - - - - + + This module provides the maven version strategy. A version strategy is in charge to define the version for integrations (snapshot) and releases + + + + Modified: incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/osgi-bundle/0.1/osgi-bundle.ant URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/osgi-bundle/0.1/osgi-bundle.ant?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/osgi-bundle/0.1/osgi-bundle.ant (original) +++ incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/osgi-bundle/0.1/osgi-bundle.ant Tue Feb 22 15:55:55 2011 @@ -15,115 +15,115 @@ limitations under the License. --> - - + + - - - - - - - + + + + + + + - - - + + + - - - - - - - - - -Missing property -******************************************************************************* + + + + + + + + + +Missing property +******************************************************************************* At least one of the following property must be set : - osgi.export.package : The packages that will be exported by the bundle. - osgi.private.package : The private packages of the generated bundle (i.e. packages that are not exported). - osgi.include.resource : Resource to include in the generated bundle. -******************************************************************************* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +******************************************************************************* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Modified: incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/osgi-bundle/0.1/osgi-bundle.ivy URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/osgi-bundle/0.1/osgi-bundle.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/osgi-bundle/0.1/osgi-bundle.ivy (original) +++ incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/osgi-bundle/0.1/osgi-bundle.ivy Tue Feb 22 15:55:55 2011 @@ -15,16 +15,16 @@ limitations under the License. --> - - Provides osgi features. - - - - - - - + + Provides osgi features. + + + + + + + Modified: incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/webstart/0.1/webstart.ant URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/webstart/0.1/webstart.ant?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/webstart/0.1/webstart.ant (original) +++ incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/webstart/0.1/webstart.ant Tue Feb 22 15:55:55 2011 @@ -15,111 +15,111 @@ limitations under the License. --> - - - - - - - - - - - - - Sign... - - - - - - - - - - - - - - - - - - - - - Sign done ! - - - - - - - - - - - - - - - - - - + xmlns:ivy="antlib:org.apache.ivy.ant" + xmlns:ea="antlib:org.apache.easyant"> + + + + + + + + + + + + + Sign... + + + + + + + + + + + + + + + + + + + + + Sign done ! + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + Modified: incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/webstart/0.1/webstart.ivy URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/webstart/0.1/webstart.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/webstart/0.1/webstart.ivy (original) +++ incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/webstart/0.1/webstart.ivy Tue Feb 22 15:55:55 2011 @@ -15,17 +15,17 @@ limitations under the License. --> - - This module allows different webstart processus. - - - - - - + + This module allows different webstart processus. + + + + + + - - - + + + Modified: incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/xooki/0.1/xooki.ant URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/xooki/0.1/xooki.ant?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/xooki/0.1/xooki.ant (original) +++ incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/xooki/0.1/xooki.ant Tue Feb 22 15:55:55 2011 @@ -15,144 +15,144 @@ limitations under the License. --> - - - - - - - - - - - - - - - - - - - - - - - - - Loading xooki antlib - - - - Xooki modules requires JDK 1.6. Xooki module will be disabled. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Updating history for @{doc-version} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + xmlns:ac="antlib:net.sf.antcontrib" + xmlns:ea="antlib:org.apache.easyant" + xmlns:ivy="antlib:org.apache.ivy.ant" + xmlns:xooki="antlib:xooki"> + + + + + + + + + + + + + + + + + + + + + + + + + Loading xooki antlib + + + + Xooki modules requires JDK 1.6. Xooki module will be disabled. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Updating history for @{doc-version} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + Modified: incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/xooki/0.1/xooki.ivy URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/xooki/0.1/xooki.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/xooki/0.1/xooki.ivy (original) +++ incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/xooki/0.1/xooki.ivy Tue Feb 22 15:55:55 2011 @@ -15,19 +15,19 @@ limitations under the License. --> - - - This module provides functionalities for setting up a xooki-based documentation structure in your project. - - - - - - - - - + + + This module provides functionalities for setting up a xooki-based documentation structure in your project. + + + + + + + + + Modified: incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.tasks/mavenivy-adapters/0.1/mavenivy-adapters.ivy URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.tasks/mavenivy-adapters/0.1/mavenivy-adapters.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.tasks/mavenivy-adapters/0.1/mavenivy-adapters.ivy (original) +++ incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.tasks/mavenivy-adapters/0.1/mavenivy-adapters.ivy Tue Feb 22 15:55:55 2011 @@ -15,27 +15,27 @@ limitations under the License. --> - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + Modified: incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.tasks/partial-jnlp-task/0.1/partial-jnlp-task.ivy URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.tasks/partial-jnlp-task/0.1/partial-jnlp-task.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.tasks/partial-jnlp-task/0.1/partial-jnlp-task.ivy (original) +++ incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.tasks/partial-jnlp-task/0.1/partial-jnlp-task.ivy Tue Feb 22 15:55:55 2011 @@ -15,19 +15,19 @@ limitations under the License. --> - - - This task is used to modify existing jnlp file. - - - - - - - - - - - - + + + This task is used to modify existing jnlp file. + + + + + + + + + + + + Modified: incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.tasks/xooki-menu-generator/0.1/xooki-menu-generator.ivy URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.tasks/xooki-menu-generator/0.1/xooki-menu-generator.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.tasks/xooki-menu-generator/0.1/xooki-menu-generator.ivy (original) +++ incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.tasks/xooki-menu-generator/0.1/xooki-menu-generator.ivy Tue Feb 22 15:55:55 2011 @@ -15,20 +15,20 @@ limitations under the License. --> - - + + - - - - - - - - - - - - + + + + + + + + + + + + Modified: incubator/easyant/core/trunk/repository/third-party-lib/ant-contrib/ant-contrib/1.0b2/ant-contrib.ivy URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/ant-contrib/ant-contrib/1.0b2/ant-contrib.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/repository/third-party-lib/ant-contrib/ant-contrib/1.0b2/ant-contrib.ivy (original) +++ incubator/easyant/core/trunk/repository/third-party-lib/ant-contrib/ant-contrib/1.0b2/ant-contrib.ivy Tue Feb 22 15:55:55 2011 @@ -16,29 +16,29 @@ limitations under the License. --> - - - A collection of tasks (and at one point maybe types and other tools) for Apache Ant - - - - - - - - - - - - - - - - - + + + A collection of tasks (and at one point maybe types and other tools) for Apache Ant + + + + + + + + + + + + + + + + + Modified: incubator/easyant/core/trunk/repository/third-party-lib/antlr/antlr/2.7.6/antlr.ivy URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/antlr/antlr/2.7.6/antlr.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/repository/third-party-lib/antlr/antlr/2.7.6/antlr.ivy (original) +++ incubator/easyant/core/trunk/repository/third-party-lib/antlr/antlr/2.7.6/antlr.ivy Tue Feb 22 15:55:55 2011 @@ -16,27 +16,27 @@ limitations under the License. --> - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +