User: rinkrank
  Date: 02/02/24 16:03:08

  Modified:    .        build.xml
  Log:
  -Implemented (faulty) XJavaDocl.reset() FIXME please somebody who understands 
threads ;-)
  -Log4J/ConfigLog4J settings now have settings for all classes
  -New proxy class test.
  -Privatised XJavaDoc.scan(String) - getXClass(String) should always be used instead.
  
  Revision  Changes    Path
  1.24      +1 -1      xjavadoc/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/xdoclet/xjavadoc/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -w -r1.23 -r1.24
  --- build.xml 24 Feb 2002 22:12:11 -0000      1.23
  +++ build.xml 25 Feb 2002 00:03:08 -0000      1.24
  @@ -162,7 +162,7 @@
      <!-- =================================================================== -->
      <!-- Configures ConfigLog4J                                              -->
      <!-- =================================================================== -->
  -   <target name="configlog4j" depends="init" description="Configures Log4J">
  +   <target name="configlog4j" depends="javacc" description="Configures Log4J">
         <java classname="de.japhy.tools.configLog4j.ConfigLog4j" fork="yes">
            <classpath refid="classpath"/>
            <arg value="etc/log4j/configLog4j.properties"/>
  
  
  

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to