Hi,
I have built the automated script used to compile the java classes and sends
an email result.It is working fine but after build , i really wanted to
start the tomcat from build.bat file, seems like it doesn't work,

My build.bat file.

@echo on
 
ECHO.
ECHO.
ECHO.
ECHO =============================================
ECHO RUNNING build.bat >>build.log
ECHO =============================================
ECHO.
 
net stop "Apache Tomcat 6"
#Stopped successfully!!
 
e:\ant\bin\ant all -logger org.apache.tools.ant.listener.MailLogger
-propertyfile MailLogger.properties >>build.log
#build.log says the build is SUCCESSFULL
 
#BUT HERE It is Failed to execute, whats wrong??
ECHO.
ECHO Starting Tomcat 6
net start "Apache Tomcat 6"
pause

-- 
View this message in context: 
http://old.nabble.com/net-start-%22Apache-tomcat%22-is-not-working-on-java-build-tp27860190p27860190.html
Sent from the Tomcat - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to