User: ko5tik  
  Date: 02/04/19 10:15:03

  Modified:    .        build.sh build.xml
  Log:
  all junit tests are green now.
  
  Implemented some CRUD tests for XDoc
  
  Revision  Changes    Path
  1.4       +1 -0      xjavadoc/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /cvsroot/xdoclet/xjavadoc/build.sh,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -w -r1.3 -r1.4
  --- build.sh  1 Mar 2002 10:46:26 -0000       1.3
  +++ build.sh  19 Apr 2002 17:15:02 -0000      1.4
  @@ -17,6 +17,7 @@
   :./lib/saxpath.jar\
   :./lib/xalan_1_2_2_D9.jar\
   :../xdoclet/core/dist/lib/xdoclet.jar\
  +:../xdoclet/lib/xjavadoc.jar\
   :$JAVA_HOME/lib/tools.jar
   
   $JAVA_HOME/bin/java -classpath $CP org.apache.tools.ant.Main $*
  
  
  
  1.31      +6 -1      xjavadoc/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/xdoclet/xjavadoc/build.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -w -r1.30 -r1.31
  --- build.xml 7 Apr 2002 01:06:16 -0000       1.30
  +++ build.xml 19 Apr 2002 17:15:02 -0000      1.31
  @@ -189,14 +189,19 @@
         <taskdef
            name="xdoclet"
            classname="xdoclet.DocletTask"
  +      classpathref="classpath"
         />
         
         <xdoclet 
            sourcepath="${build.java.src.dir}" 
            destdir="${build.java.src.dir}"
  +      classpathref="classpath"
  +
         >
  +
            <fileset dir="${build.java.src.dir}">
               <!--include name="xjavadoc/JavaParserConstants.java"/-->
  +            <include name="**/*.java"/>
            </fileset>
            <template
               templateFile="${basedir}/etc/xjavadoctest.j"
  @@ -212,7 +217,7 @@
      <target name="junit" depends="generate-tests,compile" description="Runs All 
JUnit tests">
         <mkdir dir="${build.reports.xml.dir}"/>
         <echo message="Using log4j config from ${log4j.properties.file}"/>
  -      <junit fork="yes">
  +      <junit fork="yes" printsummary="yes">
            <jvmarg value="-Dlog4j.configuration=${log4j.properties.file}"/>
   
            <classpath refid="classpath"/>
  
  
  

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

Reply via email to