All Downloads are FREE. Search and download functionalities are using the official Maven repository.

examples.common.build.bat Maven / Gradle / Ivy

The newest version!
@echo off

set "OVERRIDE_ANT_HOME=..\..\tools\ant"

if exist "..\..\src\bin\build.bat" (
   rem running from TRUNK
   call ..\..\src\bin\build.bat %*
) else (
   rem running from the distro
   call ..\..\bin\build.bat %*
)

set "OVERRIDE_ANT_HOME="




© 2015 - 2025 Weber Informatics LLC | Privacy Policy