Updating doc and ant-build.

This commit is contained in:
Marcel Kronfeld 2010-08-16 16:19:06 +00:00
parent 78e68dd624
commit 397c40c35e
2 changed files with 15 additions and 54 deletions

View File

@ -571,9 +571,17 @@
</target> </target>
<!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ <!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Copy documentation to web directory. tex2html must be updated manually beforehand! Perform tex-to-HTML of the short documentation. Export tex from lyx manually beforehand!!!
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<target name="docToWWW" depends="init"> <target name="docLatexToHTML" depends="init">
<exec dir="${doc.directory}" executable="./tex2html" os="Linux">
</exec>
</target>
<!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Copy documentation to web directory. Note that the doc is not copied to the versioned directory here.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<target name="docToWWW" depends="init, docLatexToHTML">
<delete> <delete>
<fileset dir="${web.documentation.directory}"> <fileset dir="${web.documentation.directory}">
<include name="**" /> <include name="**" />
@ -635,6 +643,11 @@
<copy todir="${web.download.versionprefix}-${DSTAMP}"> <copy todir="${web.download.versionprefix}-${DSTAMP}">
<fileset refid="EvA2Stuff"/> <fileset refid="EvA2Stuff"/>
</copy> </copy>
<!-- copy doc to versioned directory -->
<mkdir dir="${web.download.versionprefix}-${DSTAMP}/${doc.directory}"/>
<copy todir="${web.download.versionprefix}-${DSTAMP}/${doc.directory}">
<fileset dir="${web.documentation.directory}"/>
</copy>
</target> </target>
<!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ <!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

52
ant/out
View File

@ -1,52 +0,0 @@
Buildfile: build.xml
usage:
[echo]
[echo] Supported targets (default=compileAll):
[echo] -------------------------------------------------------------------------
[echo] check - checks if all needed binary and source libraries are
[echo] available.
[echo] compile - compile all project files.
[echo] compileAll - 1. gets an actual version from the WSI library
[echo] 2. and compiles all project files.
[echo] javadoc - build project javadoc files
[echo] binaryDist - will create a complete binary distribution
[echo] clean - will clean up files, except the source files and the api
[echo] documentation
[echo] run - will start JavaEvA
[echo]
[echo] use 'ant -projecthelp' for further Main targets
[echo]
init:
buildDirectories:
check:
binary.libraries.check:
binary.libraries.test.SNNS.windows:
binary.libraries.test.SNNS.unix:
[echo] WARNING: lib/linux/libSNNS_jkr.so not available.
binary.libraries.test.WSI:
[echo] WARNING: wsi package not available at lib/wsi.jar.
binary.libraries.test.JavaNNS:
[echo] WARNING: javanns package not available at lib/JavaNNS.jar.
binary.libraries.test:
compileInfo:
[echo] ANT_HOME is set to = c:\jakarta-ant-1.5.1
[echo] JAVA_HOME is set to = c:\j2sdk1.4.1
[echo] You are using JDK version 1.4
[echo] currently JDK version 1.3 is recomended!
[echo] use 'ant compileAll' - to compile all java sources (+ WSI).
[echo] use 'ant compile' - to compile only the java sources (faster).
compile:
[javac] Compiling 223 source files to Z:\work\JOpt\build