User: starksm 
  Date: 02/02/19 22:43:59

  Modified:    catalina build.xml
  Log:
  Use the AbstractWebContainer getCompileClasspath method to obtain the
  JSP compile classpath passed to jasper.
  
  Revision  Changes    Path
  1.9       +3 -1      contrib/catalina/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/catalina/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xml 19 Feb 2002 22:28:21 -0000      1.8
  +++ build.xml 20 Feb 2002 06:43:59 -0000      1.9
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.8 2002/02/19 22:28:21 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.9 2002/02/20 06:43:59 starksm Exp $ -->
   
   <project default="main" name="JBoss/Tomcat-4">
   
  @@ -268,6 +268,8 @@
     <target name="jars"
          description="Build the Service Archive"
          depends="compile">
  +
  +    <mkdir dir="${build.lib}" />
   
       <!-- Build the Tomcat service jars -->
   
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to