2N/AREM Licensed to the Apache Software Foundation (ASF) under one or more
2N/AREM contributor license agreements. See the NOTICE file distributed with
2N/AREM this work for additional information regarding copyright ownership.
2N/AREM The ASF licenses this file to You under the Apache License, Version 2.0
2N/AREM (the "License"); you may not use this file except in compliance with
2N/AREM the License. You may obtain a copy of the License at
2N/AREM Unless required by applicable law or agreed to in writing, software
2N/AREM distributed under the License is distributed on an "AS IS" BASIS,
2N/AREM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2N/AREM See the License for the specific language governing permissions and
2N/AREM limitations under the License.
2N/Aif "%OS%"=="Windows_NT" @setlocal
2N/Aif "%OS%"=="WINNT" @setlocal
2N/Aif ""%1""=="""" goto runCommand
2N/Arem Change drive and directory to %1
2N/Aif "%OS%"=="Windows_NT" goto nt_cd
2N/Aif "%OS%"=="WINNT" goto nt_cd
2N/Arem Slurp the command line arguments. This loop allows for an unlimited number
2N/Arem of arguments (up to the command line limit, anyway).
2N/Aif ""%1""=="""" goto runCommand
2N/Aif ""%1""=="""" goto runCommand
2N/Aset ANT_RUN_CMD=%ANT_RUN_CMD% %1
2N/Arem echo %ANT_RUN_CMD%
2N/Aif "%OS%"=="Windows_NT" @endlocal
2N/Aif "%OS%"=="WINNT" @endlocal