Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

using .cmd files for building ant


  • Please log in to reply

#1
aeh01

aeh01

    New Member

  • Member
  • Pip
  • 2 posts
im trying to build ant files using call to .cmd files.


below is an example that does not stop on errors. any suggestions?

call build_ahs.cmd
if errorlevel 1 goto :error

call build_ahs2.cmd
if errorlevel 1 goto :error


:error
echo.
echo ERROR!
pause



here is the build_ahs.cmd.....

@echo off
setlocal
call set_ahs_path.cmd
pushd %ahs_path%\scripts
call ant makejarfresh
popd


here is the set_ahs_path.cmd ....

@echo off
set ahs_path=..\..\..\PrdGrp2\AHS
  • 0

Advertisements


#2
aeh01

aeh01

    New Member

  • Topic Starter
  • Member
  • Pip
  • 2 posts
i found that it is ant that will only 0. some kind of bug supposedly fix 1.7. a myant.bat with the call to ant.bat works!
  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP