| | |
| | | </unzip> |
| | | <chmod perm="755"> |
| | | <fileset dir="${full.install.dir}/bin"> |
| | | <include name="*.sh"/> |
| | | <exclude name="*.bat"/> |
| | | </fileset> |
| | | </chmod> |
| | | </target> |
| | |
| | | spawn="true" /> |
| | | <exec |
| | | os="${unix.list}" |
| | | executable="${full.install.dir}/bin/start-ds.sh" |
| | | executable="${full.install.dir}/bin/start-ds" |
| | | spawn="true" /> |
| | | </target> |
| | | <target name="start"> |
| | |
| | | </exec> |
| | | <exec |
| | | os="${unix.list}" |
| | | executable="${full.install.dir}/bin/stop-ds.sh" |
| | | executable="${full.install.dir}/bin/stop-ds" |
| | | spawn="true" > |
| | | <arg line="-h ${host.name}"/> |
| | | <arg line="-p ${port.ldap}"/> |