|
From: <rga...@us...> - 2002-10-28 00:23:18
|
Update of /cvsroot/csms/csms-core
In directory usw-pr-cvs1:/tmp/cvs-serv12182
Modified Files:
centibuild.xml
Log Message:
CHanged the execution directory to reflect recent changes in Centipede
Index: centibuild.xml
===================================================================
RCS file: /cvsroot/csms/csms-core/centibuild.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** centibuild.xml 27 Oct 2002 21:18:31 -0000 1.8
--- centibuild.xml 28 Oct 2002 00:23:15 -0000 1.9
***************
*** 97,106 ****
<target name="run" depends="os-type, dist-bin">
<if>
<equals arg1="${isUnix}" arg2="true" />
<then>
! <exec executable="${basedir}/dist/bin/bin/csms"
! dir="${basedir}/dist/bin/bin" />
</then>
</if>
--- 97,107 ----
<target name="run" depends="os-type, dist-bin">
+ <echo>Execute directory is ${project.work.dir}/centipede/dist-bin</echo>
<if>
<equals arg1="${isUnix}" arg2="true" />
<then>
! <exec executable="${project.work.dir}/centipede/dist-bin/bin/csms"
! dir="${project.work.dir}/centipede/dist-bin/bin" />
</then>
</if>
***************
*** 110,115 ****
<then>
! <exec executable="${basedir}/dist/bin/bin/csms.bat"
! dir="${basedir}/dist/bin/bin" />
</then>
</if>
--- 111,116 ----
<then>
! <exec executable="${project.work.dir}/centipede/dist-bin/bin/csms.bat"
! dir="${project.work.dir}/centipede/dist-bin/bin" />
</then>
</if>
|