[jsword-svn] jsword-support/tools/javancss s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Tue Aug 16 11:03:11 MST 2005


Update of /cvs/jsword/jsword-support/tools/javancss
In directory www.crosswire.org:/tmp/cvs-serv29457/tools/javancss

Added Files:
	build.xml HOWTO-UPGRADE.txt 
Log Message:
Upgrading jsword-support/tools

--- NEW FILE: build.xml ---
<project name="javancss" default="javancss">

  <property name="support.javancss" value="${support.tools}/javancss"/>
  <property name="version.javancss" value="21.41"/>

  <!-- this should be overridden by the parent file -->
  <property name="support.tools" value=".."/>

  <taskdef name="javancss" classname="javancss.JavancssAntTask">
	<classpath>
	  <fileset dir="${support.javancss}/javancss${version.javancss}" includes="**/*.jar"/>
	</classpath>
  </taskdef>

  <target name="javancss">
    <mkdir dir="${target.web}/javancss"/>
    <javancss
        srcdir=".."
        generateReport="true"
        outputfile="${target.web}/javancss/javancss_metrics.xml"
        format="xml">
      <patternset refid="pattern.alljava"/>
    </javancss>
    <style
        in="${target.web}/javancss/javancss_metrics.xml"
        out="${target.web}/javancss/index.html"
        style="${support.javancss}/javancss${version.javancss}/xslt/javancss2html.xsl"/>
  </target>
  
</project>

--- NEW FILE: HOWTO-UPGRADE.txt ---
Instructions on how to upgrade javancss.

Obtain the most recent version of javancss from:
   http://www.kclee.de/clemens/java/javancss

Unzip the file into this directory.

In the new directory, remove the following:
   bin
   doc
   icons
   src
   test

Change the references to the old directory to the new directory in the following files:
   build.xml

In CVS remove the old javancss directory.




More information about the jsword-svn mailing list