You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by he...@apache.org on 2005/02/14 10:43:07 UTC

svn commit: r153753 - in webservices/axis/trunk/java/dev/scratch/perf-suite: build.xml lib/ readme.txt

Author: hemapani
Date: Mon Feb 14 01:43:04 2005
New Revision: 153753

URL: http://svn.apache.org/viewcvs?view=rev&rev=153753
Log:
add a lib dir to pick the jars for Axis1.x

Added:
    webservices/axis/trunk/java/dev/scratch/perf-suite/lib/
    webservices/axis/trunk/java/dev/scratch/perf-suite/readme.txt
Modified:
    webservices/axis/trunk/java/dev/scratch/perf-suite/build.xml

Modified: webservices/axis/trunk/java/dev/scratch/perf-suite/build.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/perf-suite/build.xml?view=diff&r1=153752&r2=153753
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/perf-suite/build.xml (original)
+++ webservices/axis/trunk/java/dev/scratch/perf-suite/build.xml Mon Feb 14 01:43:04 2005
@@ -1,10 +1,15 @@
 <project name="perf-suite" basedir="." default="test">
 	<property name="maven.repo" value="${user.home}/.maven/repository/"/>
 	<property name="build" value="build"/>
-<property name="axis.classes" value="build/axis-classes"/>
-<property name="axis2.classes" value="build/axis2-classes"/>
+	<property name="axis.classes" value="build/axis-classes"/>
+	<property name="axis2.classes" value="build/axis2-classes"/>
+	<property name="lib" value="lib"/>
 	
 	<path id="axis.classpath">
+			<fileset dir="${lib}">
+					<include name="*.jar"/>
+			</fileset>
+
 			<fileset dir="${maven.repo}">
 					<include name="axis/jars/activation.jar"/>
 					<include name="axis/jars/axis-jaxrpc-1.2-RC3.jar"/>

Added: webservices/axis/trunk/java/dev/scratch/perf-suite/readme.txt
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/perf-suite/readme.txt?view=auto&rev=153753
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/perf-suite/readme.txt (added)
+++ webservices/axis/trunk/java/dev/scratch/perf-suite/readme.txt Mon Feb 14 01:43:04 2005
@@ -0,0 +1 @@
+You all have the Axis2 jars in your maven classapth, so will not get in to trouble with that, but if do not have the jars for the Axis1.x in the maven reposirty please drop them to the lib dir so that the they will be picked up