You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2003/05/02 23:15:45 UTC

cvs commit: jakarta-tomcat-connectors/util build.xml

costin      2003/05/02 14:15:45

  Modified:    util     build.xml
  Log:
  More info in report - I keep getting errors compiling Jdk14Support because JSSE is in
  CLASSPATH.
  
  Revision  Changes    Path
  1.22      +3 -1      jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.xml	25 Mar 2003 17:50:52 -0000	1.21
  +++ build.xml	2 May 2003 21:15:44 -0000	1.22
  @@ -3,6 +3,7 @@
       <!-- ===================== Initialize Property Values =================== -->
       <property file="${user.home}/build.properties"/>
       <property file="build.properties"/>
  +    <property file="../build.properties.default"/>
       <property file="build.properties.sample"/>
   
       <property name="tomcat-util.build" value="${basedir}/build"/>
  @@ -51,10 +52,11 @@
       <target name="build-main" depends="build-prepare">
           <echo message="----- Java-utils -----" />
           <echo message="-- puretls.present = ${puretls.present}" />
  -        <echo message="-- jsse.present = ${jsse.present}"/>
  +        <echo message="-- jsse.present = ${jsse.present} ${jsse.jar}"/>
           <echo message="-- commons-logging = ${commons-logging.present}"/>
           <echo message="-- jmx = ${jmx.present} ${jmx.jar}"/>
           <echo message="-- modeler = ${modeler.present} ${commons-modeler.jar}"/>
  +        <echo message="-- JDK14 = ${jdk1.4.present}"/>
           <javac srcdir="java"
   	       destdir="${tomcat-util.build}/classes"
   	       deprecation="on"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org