| 2 |
<project basedir="." default="compileAll" name="scripts"> |
<project basedir="." default="compileAll" name="scripts"> |
| 3 |
<property environment="env"/> |
<property environment="env"/> |
| 4 |
|
|
| 5 |
|
<!-- CONFIGURATION FILE. The properties in this file overwrite the previous properties --> |
| 6 |
|
<property file="../../KYoda.properties"/> |
| 7 |
|
<!-- CONFIGURATION FILE. The properties in this file overwrite the previous properties --> |
| 8 |
|
|
| 9 |
<!-- |
<!-- |
| 10 |
CONFIGURATION PARAMETERS |
CONFIGURATION PARAMETERS |
| 11 |
Modify here the parameters according to your own system |
Modify here the parameters according to your own system |
| 26 |
<property name="scripts.src" |
<property name="scripts.src" |
| 27 |
value="${basedir}"/> |
value="${basedir}"/> |
| 28 |
|
|
| 29 |
<!-- CONFIGURATION FILE. The properties in this file overwrite the previous properties --> |
|
|
<property file="../../KYoda.properties"/> |
|
|
<!-- CONFIGURATION FILE. The properties in this file overwrite the previous properties --> |
|
|
|
|
| 30 |
|
|
| 31 |
<!-- |
<!-- |
| 32 |
PARAMETRIZED PARAMETERS |
PARAMETRIZED PARAMETERS |
| 248 |
</cc> |
</cc> |
| 249 |
</target> |
</target> |
| 250 |
|
|
| 251 |
<target depends="compileArrToXML, compileVarToXML, compileLogToXML, physEndRunToXML, runHeaderToXML, McmdToXML, orbitalRate" description="Deploy the scripts" name="deployDataToXML"> |
<target depends="compileArrToXML, compileVarToXML, compileTabToXML, compileLogToXML, physEndRunToXML, runHeaderToXML, McmdToXML, orbitalRate" description="Deploy the scripts" name="deployDataToXML"> |
| 252 |
<mkdir dir="${deploy}"/> |
<mkdir dir="${deploy}"/> |
| 253 |
<mkdir dir="${deploy.lib}"/> |
<mkdir dir="${deploy.lib}"/> |
| 254 |
<mkdir dir="${deploy.bin}"/> |
<mkdir dir="${deploy.bin}"/> |
| 257 |
<fileset dir="${scripts.bin}" includes="*" excludes="*.*"/> |
<fileset dir="${scripts.bin}" includes="*" excludes="*.*"/> |
| 258 |
</copy> |
</copy> |
| 259 |
<copy todir="${deploy.data}"> |
<copy todir="${deploy.data}"> |
| 260 |
<fileset dir="Data" includes="*/*.*"/> |
<fileset dir="Data" includes="**/*.*"/> |
| 261 |
</copy> |
</copy> |
| 262 |
<chmod dir="${deploy.bin}" perm="775" includes="**/*"/> |
<chmod dir="${deploy.bin}" perm="775" includes="**/*"/> |
| 263 |
</target> |
</target> |