From directory-cvs-return-3282-apmail-incubator-directory-cvs-archive=incubator.apache.org@incubator.apache.org Wed Jan 05 17:39:14 2005 Return-Path: Delivered-To: apmail-incubator-directory-cvs-archive@www.apache.org Received: (qmail 51153 invoked from network); 5 Jan 2005 17:39:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Jan 2005 17:39:08 -0000 Received: (qmail 44361 invoked by uid 500); 5 Jan 2005 17:37:21 -0000 Delivered-To: apmail-incubator-directory-cvs-archive@incubator.apache.org Received: (qmail 44303 invoked by uid 500); 5 Jan 2005 17:37:21 -0000 Mailing-List: contact directory-cvs-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: directory-dev@incubator.apache.org Delivered-To: mailing list directory-cvs@incubator.apache.org Received: (qmail 44197 invoked by uid 99); 5 Jan 2005 17:37:20 -0000 X-ASF-Spam-Status: No, hits=-9.2 required=10.0 tests=ALL_TRUSTED,HOT_NASTY,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 05 Jan 2005 09:36:44 -0800 Received: (qmail 48766 invoked by uid 65534); 5 Jan 2005 17:36:32 -0000 Date: 5 Jan 2005 17:36:32 -0000 Message-ID: <20050105173632.48733.qmail@minotaur.apache.org> From: psteitz@apache.org To: directory-cvs@incubator.apache.org Subject: svn commit: r124233 - in incubator/directory/naming/trunk: . config core factory java management resources MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: psteitz Date: Wed Jan 5 09:36:26 2005 New Revision: 124233 URL: http://svn.apache.org/viewcvs?view=rev&rev=124233 Log: Restored ant build. Top-level script runs targets on subprojects. Jars that other subprojects depend on are built first. The top-leve script is NOT maven-generated. Subproject-level scripts are maven-generated, with the following changes: -- "parentdir" and "xxxjarlocation" properties are defined, where "xxx" is the name of any other naming subproject jar that the subproject being built depends on. The property value set is ${parentdir}/xxx/target/xxx-core-0.8.jar" -- pathelements for each "xxxjarlocation" are added to the build.classpath -- in the copy task for the text files from parentdir, the generated absolute path is changed to parentdir -- for all but the config build, the src/conf copy is eliminated -- the get tasks pointing to ibiblio for naming jars are eliminated Added: incubator/directory/naming/trunk/java/build.xml incubator/directory/naming/trunk/management/build.xml incubator/directory/naming/trunk/resources/build.xml Modified: incubator/directory/naming/trunk/build.xml incubator/directory/naming/trunk/config/build.xml incubator/directory/naming/trunk/core/build.xml incubator/directory/naming/trunk/factory/build.xml Modified: incubator/directory/naming/trunk/build.xml Url: http://svn.apache.org/viewcvs/incubator/directory/naming/trunk/build.xml?view=diff&rev=124233&p1=incubator/directory/naming/trunk/build.xml&r1=124232&p2=incubator/directory/naming/trunk/build.xml&r2=124233 ============================================================================== --- incubator/directory/naming/trunk/build.xml (original) +++ incubator/directory/naming/trunk/build.xml Wed Jan 5 09:36:26 2005 @@ -1,30 +1,62 @@ - + - + + + + + - - + + + + + - - - + + + + - - - + + + + + + + + + + + + + + + + + + + + + + - \ No newline at end of file + Modified: incubator/directory/naming/trunk/config/build.xml Url: http://svn.apache.org/viewcvs/incubator/directory/naming/trunk/config/build.xml?view=diff&rev=124233&p1=incubator/directory/naming/trunk/config/build.xml&r1=124232&p2=incubator/directory/naming/trunk/config/build.xml&r2=124233 ============================================================================== --- incubator/directory/naming/trunk/config/build.xml (original) +++ incubator/directory/naming/trunk/config/build.xml Wed Jan 5 09:36:26 2005 @@ -1,35 +1,77 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - @@ -38,15 +80,22 @@ - - - - - - - + + + + + + + + + + + + + + @@ -59,33 +108,32 @@ - - - - - - - - - - - + + - - + + + + + + + + + + - + @@ -96,27 +144,29 @@ - - - - + + - - + + - - + + ================================= WARNING ================================ + Junit isn't present in your ${ANT_HOME}/lib directory. Tests not executed. + ========================================================================== + + @@ -125,19 +175,22 @@ - - - - + + - - + + + + + + + + - - + @@ -146,33 +199,53 @@ - + - - - - - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Modified: incubator/directory/naming/trunk/core/build.xml Url: http://svn.apache.org/viewcvs/incubator/directory/naming/trunk/core/build.xml?view=diff&rev=124233&p1=incubator/directory/naming/trunk/core/build.xml&r1=124232&p2=incubator/directory/naming/trunk/core/build.xml&r2=124233 ============================================================================== --- incubator/directory/naming/trunk/core/build.xml (original) +++ incubator/directory/naming/trunk/core/build.xml Wed Jan 5 09:36:26 2005 @@ -1,31 +1,63 @@ + This script is maven-generated, with the following changes: + + - "parentdir" and "xxxjarlocation" properties are defined, where "xxx" is the + name of any other naming subproject jar that the subproject being built + depends on. The property value set is + ${parentdir}/xxx/target/xxx-core-0.8.jar" + - pathelements for each "xxxjarlocation" are added to the build.classpath + - in the copy task for the text files from parentdir, the generated absolute + path is changed to parentdir + - for all but the config build, the src/conf copy is eliminated + - the get tasks pointing to ibiblio for naming jars are eliminated - + This script should NOT be regenerated unless the changes above are + post-applied, the maven ant plugin is extended to support multiprojects, + or maven.xml is modified to make equivalent changes automatically. +--> - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + - @@ -34,47 +66,62 @@ - - - - - + + + + + + + + + + + + + + - - - - - + - - - + - - + + + + + + + + + + - + @@ -85,10 +132,8 @@ - - - - + + @@ -104,7 +149,12 @@ - + + ================================= WARNING ================================ + Junit isn't present in your ${ANT_HOME}/lib directory. Tests not executed. + ========================================================================== + + @@ -113,17 +163,22 @@ - - - - + + + + + + + + + + - - + @@ -132,31 +187,29 @@ - + - - - - - - + + - - - - + + + + + - - - + + + + + - Modified: incubator/directory/naming/trunk/factory/build.xml Url: http://svn.apache.org/viewcvs/incubator/directory/naming/trunk/factory/build.xml?view=diff&rev=124233&p1=incubator/directory/naming/trunk/factory/build.xml&r1=124232&p2=incubator/directory/naming/trunk/factory/build.xml&r2=124233 ============================================================================== --- incubator/directory/naming/trunk/factory/build.xml (original) +++ incubator/directory/naming/trunk/factory/build.xml Wed Jan 5 09:36:26 2005 @@ -1,35 +1,68 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - @@ -38,54 +71,62 @@ - - - - - - - + + + + + + + + + + + + + + + - - - + + - - + + + + + + + + + + - + @@ -96,27 +137,29 @@ - - - - + + - - + + - - + + ================================= WARNING ================================ + Junit isn't present in your ${ANT_HOME}/lib directory. Tests not executed. + ========================================================================== + + @@ -125,19 +168,22 @@ - - - - + + - - + + + + + + + + - - + @@ -146,42 +192,36 @@ - + - - - - - - + + - - - - - - - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + + - \ No newline at end of file + Added: incubator/directory/naming/trunk/java/build.xml Url: http://svn.apache.org/viewcvs/incubator/directory/naming/trunk/java/build.xml?view=auto&rev=124233 ============================================================================== --- (empty file) +++ incubator/directory/naming/trunk/java/build.xml Wed Jan 5 09:36:26 2005 @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ================================= WARNING ================================ + Junit isn't present in your ${ANT_HOME}/lib directory. Tests not executed. + ========================================================================== + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Added: incubator/directory/naming/trunk/management/build.xml Url: http://svn.apache.org/viewcvs/incubator/directory/naming/trunk/management/build.xml?view=auto&rev=124233 ============================================================================== --- (empty file) +++ incubator/directory/naming/trunk/management/build.xml Wed Jan 5 09:36:26 2005 @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ================================= WARNING ================================ + Junit isn't present in your ${ANT_HOME}/lib directory. Tests not executed. + ========================================================================== + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Added: incubator/directory/naming/trunk/resources/build.xml Url: http://svn.apache.org/viewcvs/incubator/directory/naming/trunk/resources/build.xml?view=auto&rev=124233 ============================================================================== --- (empty file) +++ incubator/directory/naming/trunk/resources/build.xml Wed Jan 5 09:36:26 2005 @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ================================= WARNING ================================ + Junit isn't present in your ${ANT_HOME}/lib directory. Tests not executed. + ========================================================================== + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +