krysalis-jcharts build.xml,1.12,1.13
"Nathaniel G. Auvil" <[email protected]> Mon, 31 May 2004 21:17:11 +0000
| Newsgroups | gmane.comp.krysalis.jcharts.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jcharts/krysalis-jcharts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv705
Modified Files:
build.xml
Log Message:
set debug=true
Index: build.xml
===================================================================
RCS file: /cvsroot/jcharts/krysalis-jcharts/build.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** build.xml 31 May 2004 20:07:29 -0000 1.12
--- build.xml 31 May 2004 21:17:08 -0000 1.13
***************
*** 47,51 ****
<!--=== Compiles **ALL** the source ===============================================================-->
<target name="compile" depends="prepare">
! <javac classpath="${batik.classpath};${j2ee.classpath}" srcdir="${dir.src}" destdir="${dir.build}"/>
</target>
--- 47,55 ----
<!--=== Compiles **ALL** the source ===============================================================-->
<target name="compile" depends="prepare">
! <javac debug="true"
! optimize="true"
! classpath="${batik.classpath};${j2ee.classpath}"
! srcdir="${dir.src}"
! destdir="${dir.build}"/>
</target>
***************
*** 82,87 ****
<!--===============================================================================-->
! <!-- generates the samples used on the web site. -->
! <target name="websiteSamples" depends="compile">
<java classname="org.krysalis.jcharts.demo.samples.Sample">
<arg value="./src/documentation/resources/images"/>
--- 86,91 ----
<!--===============================================================================-->
! <!-- tasks for generating the entire web site. -->
! <target name="websiteSamples">
<java classname="org.krysalis.jcharts.demo.samples.Sample">
<arg value="./src/documentation/resources/images"/>
***************
*** 92,96 ****
</java>
</target>
! <target name="website" depends="websiteSamples">
<exec executable="forrest"/>
<delete file="site.tar.gz"/>
--- 96,108 ----
</java>
</target>
! <target name="userGuideCharts">
! <java classname="org.krysalis.jcharts.demo.userGuide.UserGuideBase">
! <classpath>
! <pathelement path="${dir.build}"/>
! <pathelement path="../lib"/>
! </classpath>
! </java>
! </target>
! <target name="website" depends="compile,websiteSamples,userGuideCharts">
<exec executable="forrest"/>
<delete file="site.tar.gz"/>
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click