Use '/usr/share/java' to construct the classpath because some OS vendors place java...
authorpietrus <pietrus>
Wed, 27 Sep 2006 21:28:11 +0000 (21:28 +0000)
committerpietrus <pietrus>
Wed, 27 Sep 2006 21:28:11 +0000 (21:28 +0000)
build.xml

index e341018..397a9ac 100755 (executable)
--- a/build.xml
+++ b/build.xml
@@ -43,7 +43,6 @@
   <property environment="env"/>
 
   <property name="tomcat.home"    value="${env.TOMCAT_HOME}"/>
-  <property name="user.classpath" value="${env.CLASSPATH}"/>
 
 <!--
   <property name="compile.optimize" value="off" />
   <!-- Construct the classpath -->
   <path id="project.classpath">
        
-       <!-- for libs installed by user or OS distribuitor -->
-       <fileset dir="${user.classpath}">
+       <!-- for libs installed by OS distribuitor -->
+       <fileset dir="/usr/share/java">
          <include name="*.jar" />
     </fileset>