On line 4, </echo> was erroneously replaced by <echo />.
IDEA displays a flashing red cursor on line 7, in the middle of the "/|>"
 
1:    <target name="debug_bat_tomcat_restart"  description="debug_bat_tomcat_restart" >
2:        <echo >
3:            This is qsjfl jqlsjfd qslfkj lqfljqlf j
4:        <echo />
5:      <exec
6:          dir="${basedir}\tomcat\bin\"
7:          executable="${basedir}\tomcat\bin\restartDebug.bat " /> 
8:    </target>

Reply via email to