Importing release version 322 from old repos
This commit is contained in:
52
ant/out
Normal file
52
ant/out
Normal file
@@ -0,0 +1,52 @@
|
||||
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
|
Reference in New Issue
Block a user