You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2004/08/26 01:31:16 UTC

svn commit: rev 37048 - incubator/directory/eve/branches/eve-0.1-phoenix

Author: akarasulu
Date: Wed Aug 25 16:31:16 2004
New Revision: 37048

Modified:
   incubator/directory/eve/branches/eve-0.1-phoenix/build.xml
Log:
added new downloads for snickers based dependencies

Modified: incubator/directory/eve/branches/eve-0.1-phoenix/build.xml
==============================================================================
--- incubator/directory/eve/branches/eve-0.1-phoenix/build.xml	(original)
+++ incubator/directory/eve/branches/eve-0.1-phoenix/build.xml	Wed Aug 25 16:31:16 2004
@@ -40,10 +40,34 @@
                    DEPENDENCY JARS PROPERTY SETUP
   ============================================================= -->
 
+  <!-- ============================================================
+                   DEPENDENCY JARS: LDAP Jars
+  ============================================================= -->
+
   <property
     name="ldap-common.jar"
     value="ldap-common-SNAPSHOT.jar"/>
 
+  <!-- ============================================================
+                   DEPENDENCY JARS: Snickers Jars
+  ============================================================= -->
+
+  <property
+    name="codec-stateful.jar"
+    value="codec-stateful-SNAPSHOT.jar"/>
+
+  <property
+    name="snickers-ber-codec.jar"
+    value="snickers-ber-codec-SNAPSHOT.jar"/>
+
+  <property
+    name="ldap-ber-provider.jar"
+    value="ldap-ber-provider-SNAPSHOT.jar"/>
+
+  <!-- ============================================================
+            DEPENDENCY JARS: Jakarta Commons Collections Jars
+  ============================================================= -->
+
   <property
     name="commons-collections.jar"
     value="commons-collections-2.1.jar"/>
@@ -51,6 +75,18 @@
   <property
     name="commons-lang.jar"
     value="commons-lang-2.0.jar"/>
+  
+  <property
+    name="commons-codec.jar"
+    value="commons-codec-SNAPSHOT.jar"/>
+
+  <property
+    name="commons-logging.jar"
+    value="commons-logging-1.0.3.jar"/>
+
+  <property
+    name="commons-primitives.jar"
+    value="commons-primitives-SNAPSHOT.jar"/>
 
   <property
     name="antlr.jar"
@@ -137,19 +173,22 @@
     <pathelement path="${build.lib}/${antlr.jar}"/>
     <pathelement path="${build.lib}/${avalon-framework-api.jar}"/>
     <pathelement path="${build.lib}/${avalon-framework-impl.jar}"/>
-<pathelement path="${build.lib}/${commons-collections.jar}"/>
-<pathelement path="${build.lib}/${regexp.jar}"/>
-<pathelement path="${build.lib}/${oro.jar}"/>
-<pathelement path="${build.lib}/${cornerstone-threads-api.jar}"/>
-<pathelement path="${build.lib}/${cornerstone-threads-impl.jar}"/>
-<pathelement path="${build.lib}/${phoenix-client.jar}"/>
+    <pathelement path="${build.lib}/${commons-collections.jar}"/>
+    <pathelement path="${build.lib}/${regexp.jar}"/>
+    <pathelement path="${build.lib}/${oro.jar}"/>
+    <pathelement path="${build.lib}/${cornerstone-threads-api.jar}"/>
+    <pathelement path="${build.lib}/${cornerstone-threads-impl.jar}"/>
+    <pathelement path="${build.lib}/${phoenix-client.jar}"/>
     <pathelement path="${build.lib}/${excalibur-thread.jar}"/>
     <pathelement path="${build.lib}/${jdbm.jar}"/>
     <pathelement path="${build.lib}/${logkit.jar}"/>
-	</path>
-
-	<path id="tools.class.path">
-		<path refid="project.class.path"/>
+    <pathelement path="${build.lib}/${codec-stateful.jar}"/>
+    <pathelement path="${build.lib}/${snickers-ber-codec.jar}"/>
+    <pathelement path="${build.lib}/${ldap-ber-provider.jar}"/>
+  </path>
+      
+  <path id="tools.class.path">
+    <path refid="project.class.path"/>
     <pathelement location="${build.lib}/${log4j.jar}"/>
     <pathelement location="${build.lib}/${commons-logging.jar}"/>
     <pathelement location="${build.lib}/${xdoclet.jar}"/>
@@ -157,7 +196,7 @@
     <pathelement location="${build.lib}/${phoenix-client.jar}"/>
     <pathelement location="${build.lib}/${velocity.jar}"/>
     <pathelement location="${build.lib}/${jdom.jar}"/>
-	</path>
+  </path>
 
 
   <target name="get-deps">
@@ -220,11 +259,41 @@
       />
 
     <get verbose="true" usetimestamp="true"
+      src="${remote.repo}/incubator-directory/jars/${codec-stateful.jar}"
+      dest="${build.lib}/${codec-stateful.jar}"
+      />
+
+    <get verbose="true" usetimestamp="true"
+      src="${remote.repo}/incubator-directory/jars/${snickers-ber-codec.jar}"
+      dest="${build.lib}/${snickers-ber-codec.jar}"
+      />
+
+    <get verbose="true" usetimestamp="true"
+      src="${remote.repo}/incubator-directory/jars/${ldap-ber-provider.jar}"
+      dest="${build.lib}/${ldap-ber-provider.jar}"
+      />
+
+    <get verbose="true" usetimestamp="true"
+      src="${remote.repo}/commons-logging/jars/${commons-logging.jar}"
+      dest="${build.lib}/${commons-logging.jar}"
+      />
+
+    <get verbose="true" usetimestamp="true"
       src="${remote.repo}/commons-lang/jars/${commons-lang.jar}"
       dest="${build.lib}/${commons-lang.jar}"
       />
 
     <get verbose="true" usetimestamp="true"
+      src="${remote.repo}/commons-codec/jars/${commons-codec.jar}"
+      dest="${build.lib}/${commons-codec.jar}"
+      />
+
+    <get verbose="true" usetimestamp="true"
+      src="${remote.repo}/commons-primitives/jars/${commons-primitives.jar}"
+      dest="${build.lib}/${commons-primitives.jar}"
+      />
+
+    <get verbose="true" usetimestamp="true"
       src="${remote.repo}/antlr/jars/${antlr.jar}"
       dest="${build.lib}/${antlr.jar}"
       />
@@ -280,30 +349,30 @@
       />
   </target>
 
-	<!-- ======================================================
+  <!-- ======================================================
 
 
 			       T A R G E T S
 
 
-	======================================================= -->
+       ======================================================= -->
 
 
-	<!-- ======================================================
+  <!-- ======================================================
 			    C O M P I L A T I O N
-	======================================================= -->
+       ======================================================= -->
 
 	
-	<target name="grammars" depends="get-deps">
-		<antlr target="src/antlr/schema.g"
-			   outputdirectory="src/java/org/apache/eve/schema">
-			<classpath refid="tools.class.path"/>
-		</antlr>
-	</target>
+   <target name="grammars" depends="get-deps">
+     <antlr target="src/antlr/schema.g"
+            outputdirectory="src/java/org/apache/eve/schema">
+       <classpath refid="tools.class.path"/>
+     </antlr>
+   </target>
 
 
-	<target name="compile" depends="grammars">
-		<mkdir dir="${build.classes}"/>
+   <target name="compile" depends="grammars">
+     <mkdir dir="${build.classes}"/>
 
 		<javac srcdir="${java.dir}"
       destdir="${build.classes}"