this commit includes:
1. explicitly define where to find the jvm for stax and staxevent services
2. fix typo in a message
3. fix to restore original config.py in the workspace
4. fix for windows agnostism of runFuncTests.xml
| | |
| | | <expandproperties/>
|
| | | </filterchain>
|
| | | </copy>
|
| | | <echo>Running tests. This will more than a while.</echo>
|
| | | <echo>Running tests. This will take more than a while.</echo>
|
| | | <!-- <staf location="LOCAL"
|
| | | service="service"
|
| | | request="list services"
|
| | |
| | | </copy>
|
| | | <delete dir="${staf.home}/logs" />
|
| | | <echo>Saving report</echo>
|
| | | <copy todir="${tests.run.dir}/${tests.run.time}/report">
|
| | | <move todir="${tests.run.dir}/${tests.run.time}/report">
|
| | | <fileset dir="${staf.tmp.dir}">
|
| | | <include name="r*"/>
|
| | | </fileset>
|
| | | </copy>
|
| | | </move>
|
| | | <delete dir="${staf.tmp.dir}/${product.name}"/>
|
| | | <delete file="${staf.tmp.dir}/${product.name}.zip"/>
|
| | | </target>
|
| | |
|
| | | <target name="run-daily" depends="status-do,download-daily">
|
| | |
| | |
|
| | | # Default Service Loader Service
|
| | | serviceloader library STAFDSLS
|
| | | SERVICE STAX LIBRARY JSTAF EXECUTE {STAF/Config/STAFRoot}/services/stax/STAX.jar OPTION J2=-Xmx384m
|
| | | SERVICE EVENT LIBRARY JSTAF EXECUTE {STAF/Config/STAFRoot}/services/stax/STAFEvent.jar
|
| | | SERVICE STAX LIBRARY JSTAF EXECUTE {STAF/Config/STAFRoot}/services/stax/STAX.jar \
|
| | | OPTION JVMName=JVMSTAX \
|
| | | OPTION JVM=${java.home}${file.separator}bin${file.separator}java \
|
| | | OPTION J2=-Xmx384m |
| | | SERVICE EVENT LIBRARY JSTAF EXECUTE {STAF/Config/STAFRoot}/services/stax/STAFEvent.jar \
|
| | | OPTION JVMName=JVMSTAXEVENT \
|
| | | OPTION JVM=${java.home}${file.separator}bin${file.separator}java
|
| | | SET MAXQUEUESIZE 10000
|
| | | trust level 5 machine tcp://localhost
|
| | | service log library STAFLog parms "Directory {STAF/Config/STAFRoot}/../logs ResolveMessage"
|
| | |
| | | DSTFILE = '%s/%s' % (TMPDIR,ZIPNAME) |
| | | OPENDS_BINPATH = '%s/%s/bin' % (DIRECTORY_INSTANCE_DIR,OPENDSNAME) |
| | | OSName= STAXResult |
| | | winPattern=re.compile('win*', re.IGNORECASE) |
| | | isWindows=winPattern.match(OSName) |
| | | winPattern=re.compile('win', re.IGNORECASE) |
| | | isWindows=winPattern.search(OSName) |
| | | if isWindows: |
| | | fileExt='.bat' |
| | | else: |